Reading

Mindle renders Markdown and PDF in the same reader window, with the same theme and the same annotation model.

Supported files

Opening a file

If a file is already open, the existing tab is focused rather than duplicated.

Markdown rendering

GitHub-flavored Markdown, rendered locally — no network round-trip.

PDF rendering

PDFs render in continuous scroll mode, fit to the reader width. Pinch or use ⌘+ / ⌘- to zoom. ⌘0 returns to fit-width.

Text selection, search, and annotations work the same as on Markdown.

Typography

The body is set in a serif at a comfortable size. Two controls beyond that:

Themes

Three themes — Light, Sepia, Dark. Cycle with ⌘⇧T. The theme is per-file and persists with the rest of the tab state.

Tabs and windows

File browser

A scoped sidebar tree of every Markdown and text file in the current folder. Toggle with ⌘⇧F. The tree never escapes upward — when you open a file inside ~/notes/2026/, the browser starts at ~/notes/2026/, not at ~.

Find in document

⌘F opens the find bar. ⌘G and ⌘⇧G step between matches. Works in both Markdown and PDF tabs.

Track changes

When an external write changes the open file — vim, an agent, git pull — Mindle picks it up automatically. Small changes apply silently. Non-trivial changes render as a Word-style track-changes overlay with per-chunk accept and reject.

Export

← Back to Mindle