docs/help/contents/note-links-and-backlinks.md
Put the cursor where you want the link, press Ctrl+Shift+K (⌘+Shift+K on macOS), pick the note you want, and Notesnook inserts a link to it. The link works in both directions: the note you linked to lists your note under {{referencedIn}}, so you never have to maintain a back-link by hand.
Note links are internal links. They use the nn:// scheme instead of http://, they never leave your device unencrypted, and they keep working after you rename or move a note because they point at the note's internal ID, not its title.
Ctrl+Shift+K, or click {{noteLink}} in the editor toolbar — it sits next to {{link}}.{{newInternalLink}} dialog, use the {{searchNoteToLinkPlaceholder}} box to find the note.{{insertLink}}.The link appears as the note's title (or as the text you had selected). Tapping or clicking it opens that note.
Every block in a note — paragraph, heading, list, table, callout, code block, image, math block, web clip or embed — carries its own ID, so a link can point at one specific block rather than the top of the note. Opening the link scrolls straight to that block.
Block-level note links are part of the Essential plan and above. On the free plan you can still link to whole notes.
Ctrl+Shift+K and select the note, as above.# first to search headings only — the placeholder reads Type # to search for headings.{{insertLink}}.To pick a different note, click the {{linkNoteSelectedNote}} button at the top of the dialog to deselect it.
Blocks with no text show as {{linkNoteEmptyBlock}}. If the note you picked is empty you'll see {{noBlocksOnNote}}
::: info Locked notes
A note in your private vault can be linked to as a whole, but not block by block — its content is encrypted, so Notesnook can't list its blocks. The dialog says Linking to a specific block is not available for locked notes.
:::
Every note keeps two lists:
{{linkedNotes}} — notes that this note links out to.{{referencedIn}} — notes that link in to this note. These are your backlinks, and they're built automatically.{{properties}} in the action bar at the top right of the editor.{{linkedNotes}} you get the exact blocks you linked to, and under {{referencedIn}} you get each sentence containing the link, with the link text highlighted. Click one to open the note scrolled to that spot.When a note has nothing to show you'll see {{notLinked}} or {{notReferenced}}
Every note has a permanent internal link of the form nn://note/<note id>. A block link adds the block to it: nn://note/<note id>?blockId=<block id>. Paste it into any other note to create a link by hand, or keep it somewhere as a stable pointer to that note.
Note properties menu.{{copyLink}}.A {{linkCopied}} toast confirms it. The link is copied as plain text, as HTML and as Markdown, so pasting into another note produces a ready-made link.
Notebooks, tags and colors have internal links too — nn://notebook/<id>, nn://tag/<id> and nn://color/<id> — copied the same way from their own menus.
::: tip Opening links from outside the app
Internal links only resolve inside Notesnook. A nn:// link pasted into a browser or another app will open the Notesnook app. To share a note with someone who doesn't use Notesnook, publish it as a monograph instead.
:::