read-backlinks
Retrieve backlinks for a note: get a list of notes that link to it, each returned as a link to the referring note.
Instructions
Retrieve backlinks for a note — the notes that link to it.
Each result is returned as a resource link (inkdrop://note/<id>) pointing to the referring note.
Backlinks are found by searching all note bodies for the note's link URI.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| noteId | Yes | ID of the note to find backlinks for. It can be found as `_id` in the note docs. It always starts with `note:`. |