link_notes
Links two Obsidian notes by appending a wiki-link with a context sentence to the source, recording the connection for graph analytics.
Instructions
Add a wiki-link from one note to another with a context sentence describing why they're connected. Appends the link to the source note and records the edge in the graph so analytics pick it up.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Source note to add the link from (path or fuzzy match). | |
| target | Yes | Target note to link to (path, title, or new wiki-link ref). | |
| context | Yes | One-sentence explanation of why these notes are connected. | |
| dryRun | No | If true, return the line that would be appended without writing. |