← Docs

Magic preview (visualizers)

The desktop client ships several render modes for the same markdown, pick the one that fits the question you're asking right now.

Editor + preview

CodeMirror 6 on the left, rendered HTML on the right, synced scroll. Math, mermaid diagrams, and code highlighting render inline. ⌘E toggles between edit-only / split / preview-only.

Wiki view

Compiled cross-references: every [[link]], md:// reference, and named entity becomes a navigable node. Click anything to jump to the source.

Knowledge graph

D3-force layout of the wiki graph. Useful when you want to find orphan notes or dense clusters of work, visual diff for an evolving vault.

Mixed timeline

Recent edits, recall events, dream-cycle outputs, and (in overlay mode) git HEAD changes interleaved on one timeline. Filter by source to see just one stream.

Three-pane conflict resolver

When sync hits a conflict, the resolver shows local / remote / merged side by side with word-level diffs. Three-way merge writes to a proposal store; you confirm before it lands.