Browser-based Markdown editor with split-pane live preview, formatting toolbar, night mode, and download as .md / .txt / .html.
Zero dependencies. One file. Works offline.
- Live preview — Split-pane or full preview mode, updates as you type
- Formatting toolbar — Headings, bold, italic, lists, to-do, code blocks, tables, and more
- Interactive to-do — Check off tasks directly in the preview
- Night mode — Toggle between light and dark theme
- Download — Export as
.md,.txt, or styled.html - Auto-save — Content persists in the browser via localStorage
- Fullscreen mode — Distraction-free writing (F11 or button)
- Responsive — Works on desktop, tablet, and mobile
No install required. Just open markdown-memo.html in any modern browser.
open markdown-memo.html
Or serve locally:
npx serve .| Key | Action |
|---|---|
Tab |
Indent (2 spaces) |
F11 |
Toggle fullscreen |
Esc |
Exit fullscreen |
MIT