https://github.com/quentinwach/markedit
✍🏻 Live markdown editor with LaTeX support
https://github.com/quentinwach/markedit
app application markdown markdown-editor mathjax mathjax-support
Last synced: 4 months ago
JSON representation
✍🏻 Live markdown editor with LaTeX support
- Host: GitHub
- URL: https://github.com/quentinwach/markedit
- Owner: QuentinWach
- License: other
- Created: 2024-10-31T01:40:46.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-02T01:29:22.000Z (7 months ago)
- Last Synced: 2024-12-19T12:26:33.720Z (6 months ago)
- Topics: app, application, markdown, markdown-editor, mathjax, mathjax-support
- Language: Python
- Homepage:
- Size: 2.63 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.).

## 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:```bash
git clone https://github.com/QuentinWach/markdown-editor.git
```2. Install the dependencies:
```bash
pip install -r requirements.txt
```3. Run the application:
```bash
python main.py
```
---
## License
This project is licensed under the Open Source Attribution License - see the [LICENSE](LICENSE) file for details.Please leave a ⭐ if you found this useful!