Rich markdown editor

Markdown files open in a rich editor by default — slash menu, toolbar, inline previews for images and code, internal link autocomplete. Toggle to raw Monaco whenever you want with Cmd-Shift-M.

Rich markdown editor — slash menu, inline previews, internal-link autocomplete
Rich markdown editor — slash menu, inline previews, internal-link autocomplete

Slash menu

Type / on an empty line to open the slash menu: headings, lists, code blocks, callouts, images, mermaid diagrams.

Type [[ to start a wiki-style link. Orca autocompletes file paths within the worktree and inserts a relative link.

In-editor markdown search respects rendered text, not raw markdown — so searching for "Install" finds a heading whether written as # Install or <h1>Install</h1>.