A modern Markdown editor built with Electron, React, and TypeScript. This application provides a clean and efficient environment for writing Markdown documents with real-time preview.
- Real-time Markdown preview
- Support for mathematical equations (KaTeX)
- GitHub Flavored Markdown (GFM) support
- Emoji support
- Clean, minimalist interface
- Light/Dark mode
- Node.js (v14 or higher)
- npm or yarn
- Clone the repository:
git clone git@github.com:achillebourgault/md-editor.git
cd markdown-editor- Install dependencies:
npm installRun the application in development mode:
npm run electron:devCreate a production build:
npm run electron:buildThe built application will be available in the release directory.
- Electron
- React
- TypeScript
- Vite
- TailwindCSS
- Unified.js ecosystem for Markdown processing:
- remark-parse
- remark-gfm
- remark-math
- rehype-katex
- rehype-highlight
npm run dev- Start Vite development servernpm run build- Build the applicationnpm run electron:dev- Start Electron in development modenpm run electron:build- Build the application for productionnpm run preview- Preview the production buildnpm run clean- Clean build directories
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International License (CC BY-NC 4.0).
This means you are free to:
- Share — copy and redistribute the material in any medium or format
- Adapt — remix, transform, and build upon the material
Under the following terms:
- Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made
- NonCommercial — You may not use the material for commercial purposes
The full license text can be found at: https://creativecommons.org/licenses/by-nc/4.0/
For any questions or suggestions, please contact:
- Achille Bourgault - achille.bourgault@gmail.com


