A minimal, elegant markdown editor inspired by Typora. Write in markdown with live WYSIWYG preview — syntax hides as you type and reveals when you need it.
Live Preview — Markdown renders instantly as you type. Headers, bold, italics, links, and code all appear formatted in real-time.
Expand-on-Focus — Syntax characters hide when you're reading but reveal when your cursor approaches. Edit naturally without switching modes.
Multi-Tab Editing — Work on multiple documents simultaneously with a clean tab interface.
Draft Auto-Save — Unsaved work is automatically preserved. Close the app and your drafts restore on next launch.
Keyboard-First — Full keyboard shortcut support for formatting, navigation, and file operations.
Native macOS App — Built with Tauri for a fast, lightweight native experience.
- Node.js (v18+)
- Rust
- Tauri prerequisites
git clone https://github.com/gupsammy/typedown.git
cd typedown
npm install
npm run tauri devnpm run tauri buildMIT