
A Simple, Fast Markdown Editor
Combines the power of modern web technologies with native performance and small build size!
This is what it looks like

Features
✅ Split-Pane Editor
Live preview with synchronized scrolling for a seamless editing experience.
✅ Syntax Highlighting
Powered by Monaco Editor for professional code editing capabilities.
✅ Native Performance
Built with Tauri, not Electron - lightweight and fast on all platforms.
✅ Themes
Dark and light themes with easy keyboard shortcut switching (Cmd/Ctrl+T).
✅ Drag & Drop
Simply drag markdown files into the editor to open them instantly.
About
Mark-us-Down was built for me. I wanted a simple Markdown Editor - now I have it.
It's open source and available for free. Contributions are welcome. If you find it useful - cool.
Keyboard Shortcuts
New File | Cmd/Ctrl+N |
Open | Cmd/Ctrl+O |
Save | Cmd/Ctrl+S |
Save As | Cmd/Ctrl+Shift+S |
Toggle Theme | Cmd/Ctrl+T |
Tech Stack
- Frontend: React 18, TypeScript, Monaco Editor
- Backend: Tauri 2.1, Rust
- Build: Vite