This is a simple web app that converts Slack messages into clean HTML, markdown, or plain text.
- Clone this repository to your local machine.
- Open
index.htmlin your web browser. - Paste your Slack message into the input box.
- Click the button corresponding to the format you want to convert to (HTML, markdown, or plain text).
- The converted message will appear in the output box.
- Run
npm installto install the necessary dependencies. - Run
npm run buildto build your project. This will create adistdirectory with your bundled files. - Upload the
distdirectory to your web server.
- Summernote requires Bootstrap
3.4.1in addition to jQuery3.5.1. emoji.jsonfile is defined on https://raw.githubusercontent.com/iamcal/emoji-data/master/emoji.json.- The application now supports the conversion of Slack emojis to Unicode.
- Code blocks in the input are now correctly converted to Markdown.
- The application now removes Markdown image syntax from emojis.
A .gitignore file is included in the project. This file is used to tell git which files (or patterns) it should ignore. It's important to set up a .gitignore file before you start adding files into your repository.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.