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.html
in 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 install
to install the necessary dependencies. - Run
npm run build
to build your project. This will create adist
directory with your bundled files. - Upload the
dist
directory to your web server.
- Summernote requires Bootstrap
3.4.1
in addition to jQuery3.5.1
. emoji.json
file 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.