Get Backlinks
get_backlinksRetrieve all notes that contain a wikilink to a target note, including source path, line number, and context. Use to find referencing notes or evaluate the impact of renaming or deleting a note.
Instructions
List all notes that contain a wikilink pointing to the target note. Each result includes the source note path, line number, and the surrounding line text for context. Use to understand which notes reference a topic, or to assess the impact of renaming or deleting a note. Accepts paths with or without .md extension; falls back to basename matching if exact match fails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Target note path relative to vault root (e.g., 'folder/note.md' or 'note'). Extension optional. |