A single-file, zero-install Markdown editor. Open a folder, hit Ctrl+S, and the file on disk is updated — no download dance.
.md file for reference, with optional synced scrollingThe left pane follows the file you are editing; the right pane loads any other .md
independently. Where it really earns its keep is proofreading — put a translation next
to its source, tick synchronised scrolling, and both panes stay on the same paragraph.
A theme is not just the editor's background colour. The toolbar, sidebar, preview, code blocks, blockquotes, tables and the YAML front matter card all read from the same set of CSS variables, so you never end up half-switched with a bright editor next to a dark preview.
Your choice is remembered in the browser, so the next visit opens in the theme you left. The same goes for the interface language and for whether the sidebar and editor pane are open.
| What matters | This editor | Desktop apps | Typical online editors |
|---|---|---|---|
| Needs installing | No | Yes | No |
| Overwrites the original file on disk | Yes (Chromium) | Yes | Usually not — download, or link a cloud drive |
| Needs an account | No | Usually not | Often |
| Are your files uploaded | No, there is no backend | No | Depends on the service |
| Dual preview (a second file open for reference) | Built in | Rare | Rare |
| Price | Free | Free through one-off purchase | Free or subscription |
| Plugins and ecosystem | None | Rich | Few |
That last row is the honest one: if you need plugins, graph views or backlinks, a desktop app is
still the better tool. This editor solves a different problem — open a browser and edit the .md
that is already on your disk, leaving nothing installed behind.
The manual is five chapters, from opening a folder to why only Chromium browsers can write to your disk.
Every chapter can be downloaded as a .md file — drop it back into the editor and you have a ready-made sample document.
The full experience — opening a folder and saving in place — needs a Chromium-based browser: Chrome, Edge, Brave, or Arc. Firefox and Safari can edit and preview, but fall back to a download. The reason is in why only Chromium browsers can save straight to disk.