
Back in January, we mapped the embedded web editors — the components developers slot into dashboards, documentation sites, and internal tools, sorted by rendering architecture. This month is the other half of the story: the markdown editors you open as a standalone app to actually write in. Same file format, a different job. They compete on the writing experience rather than on how cleanly they embed, and they spread across three surfaces — the desktop, the terminal, and a new wave of AI-native editors.
The chart holds a small surprise. The most-starred editor in this category had been silent for four years — its last release was March 2022 — and then, in this very month, it shipped again. It wasn't alone: across the lineup, May 2026 was a month of releases. Stars measure attention, not maintenance status, and for a long stretch those two lines told very different stories. This month, they converged.
A clean ladder, one surface to the next. Five projects, zero overlap with January's embedded-editor roundup, and — by request — none repeated from it.
| Project | Stars | Surface | Latest release |
|---|---|---|---|
| MarkText | ~56.8K | Desktop (Electron) | v0.19.0 · May 28, 2026 |
| Glow | ~25.6K | Terminal | v2.1.2 · Apr 9, 2026 |
| Zettlr | ~13.1K | Desktop (academic) | v4.5.0 · May 8, 2026 |
| Yank Note | ~6.6K | Desktop / local web | v3.90.0 · May 16, 2026 |
| MarkFlowy | ~2.3K | Desktop (Tauri, AI-native) | v0.80.1 · May 31, 2026 |
🔗 https://github.com/marktext/marktext
MarkText is the most-starred project in this roundup, and for years it was also the cautionary tale. Its clean, Typora-like real-time preview made it the default recommendation for a distraction-free desktop markdown app — and then, after v0.17.1 in March 2022, it went quiet. Four years passed with no release. The star curve, meanwhile, never flinched: attention kept compounding well past 56,000 stars while the codebase sat still. It was the clearest example in the category of stars measuring reputation rather than activity.
That changed in May 2026. Four release candidates landed over a single week (v0.19.0-rc.1 through v0.19.0-rc.4, May 23–27), followed by the stable v0.19.0 on May 28 — the project's first release in over four years. The reorganization is visible in the repo: the old standalone muya editor engine and the website have been folded into the main monorepo as subtrees (the separate repos are now archived), and commits are landing daily again.
Why it exists
Tradeoffs
Best for: writers who want a familiar, no-friction desktop editor — and who are watching whether the revival sticks.
🔗 https://github.com/charmbracelet/glow
January's roundup lived entirely in the browser. Glow is the opposite surface: a terminal-native markdown experience, part of the Charm ecosystem that drove much of the recent TUI revival. One honest caveat up front — Glow is a renderer and interactive pager, not a text editor in the strict sense. It reads and browses markdown beautifully in the terminal; it doesn't author it. We include it because "where do people read and work with markdown" is a fair question, and the terminal is a real answer with a real, growing following.
Its curve is the steady-climb counterpart to MarkText's stop-and-restart: no dramatic kinks, just consistent accumulation riding the broader interest in terminal-first tooling.
Why it exists
Tradeoffs
$EDITOR of choiceBest for: developers who live in the shell and want markdown to render where they already are.
🔗 https://github.com/Zettlr/Zettlr
If MarkText is the generalist, Zettlr is the specialist. It targets academic and long-form writing: Zotero/JabRef citation support, Pandoc-powered export to PDF and Word, and Zettelkasten-style linked notes. That focus shows up as a smaller but durable audience — roughly half MarkText's star count, but with a release cadence that never stopped. v4.5.0 shipped on May 8, 2026, continuing a steady four-point-x line of work.
It's the clean counterpoint to the anchor: fewer stars, but the maintainers are still here, shipping on schedule.
Why it exists
Tradeoffs
Best for: academics, students, and anyone managing citations and long documents in markdown.
🔗 https://github.com/purocean/yn
Where Zettlr narrows, Yank Note expands. It's the "heavily armed" option — a hackable editor that pulls IDE and notebook ideas into markdown: built-in version control, document encryption, an integrated terminal, runnable code snippets, embedded mind maps and diagrams, Reveal.js presentations, plugins, and macro replacements. It also shipped an AI Copilot well before the current wave, and it runs local-first as a service you can reach from the desktop app or a browser. v3.90.0 landed on May 16, 2026.
It represents a clear direction in the category: the markdown editor growing toward a full personal workbench rather than a single writing pane.
Why it exists
Tradeoffs
Best for: power users who want one extensible markdown environment for notes, docs, code, and slides.
🔗 https://github.com/drl990114/MarkFlowy
MarkFlowy is the newest shape in the lineup: an AI-native editor built on Tauri (so a sub-20 MB binary instead of a full Electron runtime) with a ProseMirror core and AI assistants — DeepSeek, ChatGPT — wired in from the start rather than bolted on. Its star count is the smallest here by design; it's the early-stage entrant, and v0.80.1 shipped on May 31, 2026, right at the close of the month.
One more to keep on the radar without putting it on the chart: Markra (murongg/markra) — local-first, AGPL, AI built in, still in the low hundreds of stars. Too early to plot a meaningful curve, but it's pointed at the same AI-native target.
Why it exists
Tradeoffs
Best for: early adopters who want AI woven into a fast, native markdown editor.
For most of the last four years, the headline number in this category was misleading. MarkText sat at the top of the star chart while shipping nothing — a reminder that stars measure attention, not momentum. The two lines can diverge for a long time.
May 2026 is interesting precisely because they converged. The dormant benchmark shipped again, the specialist and the workbench kept their cadence, and the AI-native newcomer closed the month with a release of its own. The energy that left "the standard markdown editor" didn't disappear — it spread across surfaces: into the terminal, into vertical workflows, into all-in-one workbenches, and into AI-native tools. And this month, some of it came back to where it started.
If you're choosing one, the surface matters more than the star count: the desktop generalist, the terminal reader, the academic specialist, the power-user workbench, or the AI-native upstart. The chart tells you where the attention is. It doesn't tell you which job is yours.