Links
A note that never references another note is a dead end. Linking is what turns a folder of separate documents into a connected project, every link you add becomes a path a reader, or you, can follow later, and it's also the raw data behind backlinks and the Graph View.
Internal links
Use double brackets to link to another file in the project. Use the full path when you want the most predictable target, add #Heading to point at a specific section, and add | followed by text to show a different label than the file name.
[[/Formatting Examples/Headings]]
[[/Formatting Examples/Callouts#Syntax|Callout syntax]]External links
For links that point outside the project, use standard Markdown link syntax: the label in square brackets, followed by the destination in parentheses.
[Visit the help page](/help)
[Open Example](https://example.com)Context menu support
Right-click and choose Add Link to insert an internal link, or Add External Link to insert a Markdown link, without typing the brackets and parentheses yourself.
Related pages
To see which documents link back to the one you have open, see Backlinks. To see all connections in a project visually, see Graph View. For the full set of insert and formatting actions, see Context Menu.