- Command palette
- ⇧⌘P lists every command with its shortcut, and jumps to any heading.
- Fold sections
- ⌥⌘[ and ⌥⌘], plus Fold All and Unfold All. The document is not changed.
- Find and replace
- ⌘F in the editor, with match highlighting and an "n of m" count. Reading mode gets its own find bar.
- Print and export
- ⌘P prints the Reading rendering; File > Export writes a PDF or a standalone HTML file.
- Session restore
- Reopens your files with cursor, scroll position, mode and zoom as you left them.
- Line numbers
- Optional in all three modes, and they show the real source line even where a table or diagram is rendered.
- Outline
- A collapsible heading tree that tracks the section you are in. Drag its edge to resize; the width persists.
- Spell check
- The system spell checker while you type, with native right-click suggestions. View > Check Spelling While Typing.
- Paste rich text
- Copy from a browser or a doc and it arrives as Markdown, re-prefixed inside lists and quotes.
- Images
- Drop or paste one and it is saved beside the document with the link inserted.
![alt|300] sets a width.
- The usual shortcuts
- ⌘B bold, ⌘I italic, ⌘K link, ⇧⌘H highlight, ⌥⌘1…6 heading level, ⌘D multi-cursor.
- Callouts and footnotes
> [!NOTE] blocks render as callouts; footnotes link in both directions.
- Front matter
- YAML front matter folds into a Properties bar and unfolds when you want to edit it.
- Code blocks
- The same token colors in all three modes, a language badge on every fence, fence-language completion, and a copy button.
- Opens .md from Finder
- The app registers as a handler for
.md, so it is in Finder's Open With menu and can be set as the default there.