A modern, minimalist Markdown editor with real-time preview and LaTeX math support. The extremely minimal code-base allows for fast, easy customization and creating more complex apps on top of it (e.g. note-taking, blogging, etc.).
- 🎨 Clean, modern dark theme interface
- ⚡ Real-time preview as you type
- ✍️ Full Markdown support
- 📐 LaTeX math rendering (inline and display mode)
- 🖱️ Drag-and-drop window movement
- 💾 File operations (open/save)
- 🎯 Custom titlebar and controls
- 📏 Resizable split view
- Inline math using
$...$
or\(...\)
- Display math using
$$...$$
or\[...\]
- Powered by MathJax
- Clone the repository:
git clone https://github.com/QuentinWach/markdown-editor.git
- Install the dependencies:
pip install -r requirements.txt
- Run the application:
python main.py
This project is licensed under the Open Source Attribution License - see the LICENSE file for details.
Please leave a ⭐ if you found this useful!