Skip to main content

Documentation Index

Fetch the complete documentation index at: https://aidocs.zorid.app/llms.txt

Use this file to discover all available pages before exploring further.

The outline plugin renders the active note’s headings (and later, structural blocks) in a navigable side panel.

v0 scope

  • Outline panel listing headings for the active note.
  • Click a heading to navigate the editor to it.
  • Optional block IDs and custom blocks once the fields and data-view primitives exist.
  • Updates on editor changes and index updates.

Platform APIs used

  • EditorAPI to read heading positions and drive navigation.
  • MetadataAPI for indexed heading and block data.
  • WorkspaceAPI to mount the outline view.

Acceptance criteria

  • The outline updates without forcing the full editor into Vue state.
  • Large documents remain responsive.
  • The outline can be hidden or replaced like other core plugin surfaces.

Source

Full outline plan on GitHub.