get_links
Extract all internal links from a Joplin note and find backlinks from other notes. Returns link text, target info, section slugs, and line context.
Instructions
Extract all links to other notes from a given note and find backlinks from other notes.
Scans the note's content for links in the format text or text and searches for backlinks (other notes that link to this note). Returns link text, target/source note info, section slugs (if present), and line context.
Returns: str: Formatted list of outgoing links and backlinks with titles, IDs, section slugs, and line context.
Link formats:
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | Note ID to extract links from |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |