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!