A minimal markdown editor. One file at a time.
Good prose is clear before it is clever. *Delete* the middle of every sentence and see if it still stands.
Muted syntax means the **text reads as text** — while `structure` stays legible.
Bundled monospace, centered column, muted syntax.
Authoring lives here, rendered output in markdown-reader. One keystroke flips you over.
Fade everything except the line you're in.
Render in the standalone viewer with the same plugins. Nothing to configure.
Self-contained HTML with bundled fonts. PDF lives in markdown-reader.
Small binary. Real file associations. No Electron.
One-liner — downloads the AppImage to ~/.local/bin, marks it executable, and registers a launcher entry. Re-run to upgrade.
curl -fsSL https://krill-software.github.io/install.sh | bash -s markdown-editor
Clone, install dependencies, and build with Tauri. Needs Node (with pnpm) and a Rust toolchain.
# clone git clone https://github.com/krill-software/markdown-editor.git cd markdown-editor # build pnpm install pnpm tauri build