Giuseppe Mastrodomenico36 downloadsA simple plugin that adds a right-click menu on Canvas nodes to instantly copy a wikilink of the node.
Canvas Node Linker adds a "Copy Node Link" entry to the right-click menu of any canvas node or group. One click copies a ready-to-paste wikilink to your clipboard:
if you don't need the node Wikilink option, consider this plugin
[[my-canvas.canvas#a1b2c3d4|My Heading]] ← node with heading
[[my-canvas.canvas#e5f6g7h8|My Group]] ← group with label
[[my-canvas.canvas#i9j0k1l2]] ← node with no heading

Canvas Node Linkermain.js and manifest.json from the latest release<your-vault>/.obsidian/plugins/canvas-node-linker/Settings → Community plugins| Setting | Description | Default |
|---|---|---|
| Include title in link | Uses the node heading or group label to rename the wikilink | Enabled |
| Heading level | Which heading level to extract as the title (Any, H1–H6) | Any |
| Show notifications | Shows a pop-up notice on copy success or error | Enabled |
(by "Any" it searches in the Node text and renames the node ID with the first Heading that encounters, if not then it just copies the wikilink with the node ID)
