Meditee Desktop app is a minimalist 'Medium like' Markdown editor, based on Draft.js and specifically on medium-draft.
The goal of this project is to provide a working desktop application using the awesome Draftjs through Electron to edit Markdown files.
Mac | [x64] [arm64] |
Windows | x64 |
Linux | x64 |
- Clone the repo
git clone https://github.com/alagrede/meditee.git
- Install NPM packages
npm install
- Run app
npm start
- Packaging app
npm run package
- Add Markdown read/write support
- Add "Open with"
- Add Code highlight
- Figure out how to properly reset the contentState to avoid reloading the application when changing file
- Add Frontmatter support
- Add Mermaid support
See the open issues for a full list of proposed features (and known issues).
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Your Name - @alagrede - [email protected]
Project Link: https://github.com/alagrede/meditee