Create a link
Obsidian uses wikilink syntax: wrap the name of any note in double square brackets to create an internal link.Type the link
At the end of that sentence, press
[ twice on your keyboard. Obsidian opens an autocomplete dropdown.Search and confirm
Type
three to filter the list, then press Enter to insert the link. Your note now reads:Link to a note that doesn’t exist yet
You can create links to notes that you haven’t written yet. This is useful for capturing topics you plan to explore later.Wrap it in double brackets
Press
[ twice. Obsidian wraps the selection in [[Isaac Newton]]. The link appears in a more muted colour to indicate the note doesn’t exist yet.Navigate between notes
Follow links
Click any[[wikilink]] while holding Ctrl (Cmd on macOS) to open the target note. In Live Preview mode you can also simply click the rendered link.
Use backlinks
A backlink is a reverse reference — it shows you every note that links to the current note. Backlinks let you navigate in the opposite direction of a link.Open a local graph
The local graph shows a visual map of the current note’s connections — useful for understanding how a single note relates to the rest of your vault.- Desktop
- Mobile
Understand the graph view
The Graph view is a visual map of your entire vault — each note appears as a node, and every[[link]] between notes becomes an edge connecting them.
As your vault grows, the graph reveals clusters of related ideas, orphaned notes with no connections, and the most heavily-linked notes in your knowledge base. You can open the full graph view from the left sidebar (the graph icon) or via the command palette.
The graph view is purely a navigation and exploration tool. It does not change your notes or links — it just visualises the connections that already exist.
Wikilink syntax reference
| Syntax | Result |
|---|---|
[[Note name]] | Link to a note |
[[Note name|Display text]] | Link with custom display text |
[[Note name#Heading]] | Link to a specific heading |
[[Note name#^block-id]] | Link to a specific block |
Next steps
Graph view
Learn how to filter, group, and explore the full vault graph.
Backlinks
Understand how backlinks work and how to use the backlinks panel.