Skip to content

QuentinWach/markedit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

Releases

No releases published

Packages

No packages published