stupidmarkdown
A minimal, cross-platform Markdown editor for vibe coders
stupidmarkdown is a desktop Markdown editor built with Tauri and Svelte. It features a modern, minimal UI, live preview, syntax highlighting, system file access, export to PDF/TeX/Typst, and a keybinding-driven workflow. No plugins, no distractions—just Markdown.
- Modern, fixed-width, light/dark mode UI
- Live Markdown preview with syntax highlighting
- System file access (open/save)
- Export to PDF, TeX, and Typst
- Keybinding-driven workflow
- No plugins or extensions
- Vibe-coding repo: no pull requests, issues welcome
Quick Start
git clone https://github.com/dannycab/stupidmarkdown.git
cd stupidmarkdown
npm install --legacy-peer-deps
npm run tauri dev
Tech Stack
- Frontend: Svelte (Vite)
- Backend: Tauri (Rust)