Wiki Links Lab

Present

2-min readUpdated May 11, 2026

Copied Raw Markdown!
Copied copy relative path!

This folder is a test cave for current and future wiki-link behavior.

NotesURL copied

  • Live tab shows rendered link.
  • Source tab shows exact wiki syntax.
  • Raw unresolved output is intentional where ambiguity exists.

Current BehaviorURL copied

Unique basenameURL copied

[[branch-b/deep/nested-note]]

Heading jumpURL copied

[[branch-b/deep/nested-note#Target Section]]

Nested heading chainURL copied

[[branch-b/deep/nested-note#Target Section#Child Hop]]

Explicit heading idURL copied

[[branch-b/deep/nested-note#named-target]]

Custom labelURL copied

[[branch-b/deep/nested-note|Open nested note with custom label]]

Path-qualified duplicate resolutionURL copied

[[branch-a/overview]]
[[branch-b/overview]]

Ambiguous basename stays rawURL copied

  • [[overview]]
[[overview]]

Alias resolutionURL copied

[[lab root alias]]
[[branch a overview alias]]
[[wiki aliases#Alias Section]]

Ambiguous alias stays rawURL copied

  • [[shared overview alias]]
[[shared overview alias]]

Folder note resolutionURL copied

[[branch-b/deep]]
[[deep hub]]
[[branch-b/deep#Folder Entry]]

Self heading resolutionURL copied

[[#Current Behavior]]
[[#Folder note resolution]]

Relative upward navigationURL copied

[[../aliases]]
[[branch-b/deep/../overview]]

Future Behavior To AddURL copied

  • Block refs: [[note#^block-id]]
  • Vault-wide shortest unique path serialization when author types only basename
  • Rename propagation for wiki links using stable ids instead of raw text
  • Better ambiguity diagnostics in rendered output