Skip to content

Latest commit

Β 

History

History
42 lines (33 loc) Β· 1.12 KB

README.md

File metadata and controls

42 lines (33 loc) Β· 1.12 KB

Markedit

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.).

Screenshot of the editor

Features

  • 🎨 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

Math Support

  • Inline math using $...$ or \(...\)
  • Display math using $$...$$ or \[...\]
  • Powered by MathJax

Installation

  1. Clone the repository:
git clone https://github.com/QuentinWach/markdown-editor.git
  1. Install the dependencies:
pip install -r requirements.txt
  1. Run the application:
python main.py

License

This project is licensed under the Open Source Attribution License - see the LICENSE file for details.

Please leave a ⭐ if you found this useful!