A modern, lightweight Markdown editor built with Python and PySide6.
- Frameless Design — Clean, minimal UI with custom title bar and native window shadows
- File Explorer — Sidebar with tree view, drag & drop, create/rename/delete files and folders
- Rich Markdown Editing — Powered by Milkdown with live preview
- Command Palette — Quick file search with fuzzy matching (
Ctrl+PorCtrl+\) - Image Paste — Paste images directly from clipboard, saved automatically as files
- Cross-Platform — Works on Windows, Linux, and macOS
Download the latest build for your platform from Releases.
git clone https://github.com/dimm999/Nuno-Editor.git
cd Nuno-Editor
pip install -r requirements.txt
python main.pypip install pyinstaller
python build.pyThe output will be in dist/NunoEditor/.
| Shortcut | Action |
|---|---|
Ctrl+S |
Save file |
Ctrl+P |
Open command palette |
Ctrl+\ |
Toggle command palette |
Ctrl+O |
Open folder |
Alt+Enter |
Toggle maximize |
F2 |
Rename file |
Delete |
Delete file |
- Python 3.11+
- PySide6 — Qt bindings
- Milkdown — Markdown editor engine
- PyInstaller — Packaging
ISC
