a minimal, offline browser-based dark-themed markdown viewer. drag n drop a .md file onto the page. doesn't upload or anything, completely local
- drag & drop or click to open
.md/.markdown/.txtfiles - syntax highlighting via highlight.js (github-dark theme)
- scroll progress bar
- fully local. files stay on your machine
- live-updates any edits you save to the file (chrome/desktop only)
- Astro
- Svelte 5
- marked — markdown parsing
- highlight.js — code highlighting
npm install
# web (browser)
npm run dev
# desktop (electron)
npm run electron:preview# web → dist/
npm run build
# desktop installer → release/
npm run electron:dist- i really don't know man.
- tabs
- history
- trace/copy path
- split view
- multiple windows
- reload
- custom xml highlighting
MIT
