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.

Slash menu
Type / on an empty line to open the slash menu: headings, lists, code blocks, callouts, images, mermaid diagrams.
Internal links
Type [[ to start a wiki-style link. Orca autocompletes file paths within the worktree and inserts a relative link.
Search
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>.