Comparison

A MarkText alternative that previews in Finder

MarkText is a free, MIT-licensed editor that hides the syntax as you type, and it is shipping again after a quiet couple of years. Two things it does not do: render a .md file when you press Space in Finder, and download in under 121.7 MB. Glance does both, and it draws math and diagrams without a browser engine.

Glance vs MarkText

GlanceMarkText1
Pricing2Free to read, $9.99 to editFree
Preview on Space in Finder3
Rendering4NativeElectron
Type on the rendered page
Mermaid diagrams
LaTeX math
Source beside the rendered page
Print and PDF export
Download size59.8 MB121.7 MB

First, the thing people get wrong about MarkText

Search results still say the project is abandoned. It is not. Version 0.19.1 shipped in June 2026, a 0.20.0 release candidate followed in July, and commits have carried on since. If you were looking for a MarkText alternative because you thought it was dead, that reason has expired, and you should know it before reading the rest of this page.

What follows is a comparison of two different tools, not an obituary.

Space, in Finder

MarkText has no Quick Look extension, so a .md file in Finder still previews as unrendered syntax in a small window. To read the document you open the app.

Open Glance once and it registers its Quick Look extension. From then on, Space on any Markdown file brings up the rendered document, with tables, syntax-highlighted code, Mermaid diagrams, and LaTeX math, drawn by the same renderer the main window uses so the two match. Press Return to open it and start typing. Steps are on the Finder preview guide.

Finder Quick Look previewing a rendered Markdown file

Preview Markdown without opening an app

Download for macOS

Free to read, Pro to edit · v0.2.2 · 9.8 MB · macOS 14+

121.7 MB against 9.8 MB

MarkText 0.19.1 is a 121.7 MB download for the Apple Silicon build. Glance is 9.8 MB. Electron is the reason: MarkText carries a browser engine so the same code can run on macOS, Windows, and Linux, which is a reasonable trade if you need all three.

Glance is macOS only and spends that constraint on the rendering. Text goes through Core Text, diagrams through Core Graphics, and LaTeX and Mermaid render to images before the first frame, so every block height is known up front and the document does not shift under you while it loads.

Both panes are live

MarkText hides the syntax as you type, which is a good way to write. Glance starts from the other end: it draws the finished document and makes that the editable surface. Click a sentence and type, select two words for a formatting toolbar, click a table cell and Tab across the row, or rewrite a Mermaid diagram over the diagram it draws and press ⌘↩.

When you want the raw text, ⌘\ opens it beside the page. The panes scroll together block by block, your cursor and selection show up in both, and typing in either updates the other.

Where MarkText is the better pick

It is free and MIT licensed, so you can read, fork, and fix it, none of which Glance offers. It runs on Windows and Linux, and on Intel Macs, where Glance needs macOS 14 on an Apple Silicon Mac. It has a file tree and a document sidebar for working through a folder, and it costs nothing to edit with. If open source is the requirement, take MarkText, or look at MarkEdit for something much smaller.

Related

New to Quick Look extensions? Start with Markdown Quick Look for macOS. Comparing others? See Typora, Obsidian, MacDown, and MarkEdit, or the roundup of Mac Markdown apps.

FAQ

Yes. After a quiet stretch it is shipping again: version 0.19.1 came out in June 2026, a 0.20.0 release candidate followed in July, and commits have continued through late July 2026. Anyone telling you MarkText is dead is working from old information. Glance differs on what it is for, not on whether the project is alive.

No. It ships no Quick Look extension, so pressing Space on a .md file gives you the plain-text fallback macOS provides. Glance bundles a Quick Look extension and registers it on first launch, so Space renders the document with tables, code, Mermaid diagrams, and LaTeX.

Glance is a 9.8 MB download against 121.7 MB for MarkText 0.19.1, measured 30 July 2026. MarkText is an Electron app and ships a browser engine; Glance draws the page with Core Text and Core Graphics.

Yes, and that is the closest thing they have in common. MarkText hides the syntax as you type, and Glance draws the finished document and treats it as the editable surface. The difference shows up around the document: Glance previews in Finder, opens a single loose file, prints, exports PDF, and keeps a source pane on Command-backslash.

Reading is free forever. MarkText is free and MIT licensed throughout, which is a real advantage if you want open source or need Windows and Linux. Editing in Glance is Pro: free for 14 days, then $9.99 once for up to three Macs.

Ready to glance?

Download for macOS

Free to read, Pro to edit · v0.2.2 · 9.8 MB · macOS 14+

Notes

  1. Compared 30 July 2026 against MarkText 0.19.1, released 6 June 2026, with a 0.20.0 release candidate published 5 July 2026 and commits through late July. MarkText is free, MIT licensed, and cross-platform, with 59,000 stars and 574 open issues. A community fork, oh-my-marktext, publishes its own builds.
  2. Reading Glance is free with no account and no time limit. Editing is Glance Pro: free for 14 days, then a $9.99 one-time license covering up to three Macs. There is no subscription.
  3. MarkText ships no Quick Look extension, so pressing Space on a .md file in Finder shows the plain-text preview macOS falls back to rather than a rendered document.
  4. MarkText is an Electron app, so it renders the document in a bundled browser engine. Glance parses the Markdown and draws it with Core Text and Core Graphics, with no engine to start.
  5. Download sizes measured 30 July 2026: Glance 9.8 MB, MarkText 0.19.1 121.7 MB (marktext-mac-arm64-0.19.1.dmg, the Apple Silicon build). Both figures are the download, not the installed footprint, which varies by machine.