A simple, lightweight WYSIWYG Markdown editor for Windows, macOS and Linux.
- WYSIWYG Markdown inline editor (CodeMirror)
- Open, view and search folders (dir tree in sidebar)
- Obsidian Kanban plugin support
- Obsidian like file linking syntax: [[file_name]]
- Basic git integration (commit, revert, pull+push)
- Tabbed interface
- CLI support:
marko .ormarko file.md - Lightweight native UI (Tauri v2)
- Free and open-source. No telemetry or bloat.
Available on the AUR: marko-git
See CHANGELOG.md
Automatically configures .md file association
Right click on a markdown file and select "Open with" and select the downloaded or installed executable
- Clone the repository
- Run
npm installto install dependencies - Run
npm run tauri buildto build the installer - Repeat the steps above to set the executable as the default program to open
.mdfiles
Based on: MarkPad by Alec Ames
Similar projects:
