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.pyThis project is licensed under the Open Source Attribution License - see the LICENSE file for details.
Please leave a โญ if you found this useful!
