Skip to content

Link notes with wiki links

Connect notes into a wiki: type [[, pick a note, done — and Orbit keeps the links correct when notes are renamed.

  1. Type [[ anywhere in a note.
  2. The Link to page picker opens — keep typing to search note titles.
  3. Press Enter to insert (Enter to insert).

The slash menu offers the same thing as Wiki link (“Link to another note”). Hover any wiki link to preview the target note in a popover; click it to open the note.

Type ![[ instead to embed rather than link:

  • Embed note renders a live preview of the target note inside the current one.
  • Embed drawing renders an Excalidraw canvas — see Drawings.

Both are also in the slash menu. An embed whose target is missing shows “This note target does not resolve in the current workspace index.”

The wiki-link picker open mid-sentence with matching notes and the Enter to insert hint

When you rename a note, Orbit rewrites every [[link]] pointing at it across the workspace — including in notes other people have open, which update live. A toast confirms the sweep: “Updated N wiki links — References to “{old}” now point to “{new}”.” Rewriting inbound links requires edit access; if any referencing note fails to update, Orbit tells you: “Some wiki links could not be updated”.

A wiki link whose target does not exist is unresolved:

  • The knowledge sidebar lists them under Unresolved links — see See backlinks and the graph.
  • Clicking one shows Linked file not found (“No workspace file matches [[{target}]].”).
  • If several files match a link, Orbit shows Multiple files match this link — add a folder path inside the link to disambiguate.

Do wiki links survive outside Orbit? Yes — they are plain [[target]] text in the markdown file, readable in any editor.

What keeps the link index fresh? Orbit indexes links as you edit. After bulk imports or renames outside Orbit, run Rebuild link index from the command palette (“Rescan workspace notes for wiki links”).

Up next: see what links back to each note in See backlinks and the graph.