A super simple, minimal native desktop markdown notes app. Limited to 10 notes, stored locally.
- Markdown preview (live render)
- Mermaid diagram support
- Keyboard shortcuts
- Local file storage (plain
.mdfiles)
pip3 install pywebview
python3 main.py
| Action | Shortcut |
|---|---|
| Save | Cmd/Ctrl + S |
| Zoom in | Cmd/Ctrl + = |
| Zoom out | Cmd/Ctrl + - |
| Reset zoom | Cmd/Ctrl + 0 |
| Indent | Tab |
The app uses pywebview to open a native desktop window pointing at a built-in HTTP server. Notes are stored as .md files in a notes/ folder (created automatically on first run with starter content).
- Python 3
- pywebview
- marked.js
- mermaid.js