wikilinks
Find which file a wikilink points to, list notes linking to or from a note, and discover broken wikilinks across the Obsidian vault.
Instructions
Navigate Obsidian [[wikilinks]]. Actions: 'resolve' (find file a wikilink points to), 'backlinks' (find all notes linking to a note), 'outlinks' (list all links from a note), 'unresolved' (find broken wikilinks across the vault). Supports [[note]], [[note|alias]], [[note#heading]], and [[note#^blockid]] syntax.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Note path (for 'backlinks' and 'outlinks' actions). For 'resolve', this is the wikilink target to resolve (e.g. 'My Note'). | |
| limit | No | Maximum number of results. Default: 50. | |
| action | Yes | 'resolve' — find the file a [[wikilink]] points to. 'backlinks' — find all notes linking to a given note. 'outlinks' — list all wikilinks in a note. 'unresolved' — find all wikilinks in the vault that don't point to existing notes. |