How to Link Notes in Obsidian: A Complete Guide
Learn how to link notes in Obsidian using wikilinks, block references, backlinks, and aliases to build a knowledge graph that surfaces connections automatically.
Why Linking Notes in Obsidian Changes How You Think
Most note-taking apps store information as isolated files. You write something down, file it in a folder, and hope you remember where you put it when you need it again. Obsidian works differently. Every note can point to any other note, and every connection is bidirectional — when Note A links to Note B, Note B automatically knows that Note A exists. This is the backlink system that makes Obsidian worth the learning curve.
The value shows up when you are writing a new note on a topic you have covered before. Instead of starting from scratch, you see the backlinks panel showing every previous note that touches this idea. The graph view visualises your entire vault as a web of connected nodes — topics with many connections appear as hubs, and isolated notes stand out as orphans that might need attention.
Researchers who use tools like Obsidian for literature review or academic writing report that bidirectional links help them spot relationships between papers that a traditional folder structure would obscure. The same principle applies to students connecting lecture notes to reading notes, or professionals linking meeting summaries to project documents.
Understanding how to link notes in Obsidian properly is the foundation everything else in the app builds on. Get this right and the graph view becomes genuinely useful. Get it wrong — by over-linking indiscriminately or never linking at all — and the vault quickly becomes just another folder of files.
Bidirectional links do not just connect notes — they make the relationships between ideas visible in a way that folders and tags cannot.
How to Link Notes in Obsidian: Basic Wikilinks
The simplest way to link notes in Obsidian is with double brackets: [[ ]]. Type two opening square brackets anywhere in a note, start typing the name of another note, and Obsidian shows a dropdown of matching files. Select one and press Enter. The link appears inline. Click it in preview mode and Obsidian opens the target note directly.
This is the core syntax, and it is the same convention used by tools like Roam Research and Logseq. The difference in Obsidian is that the link works in both directions automatically. You do not need to set anything up — every [[wikilink]] you create registers as a backlink on the target note the moment you type it.
Links update when you rename files. If you rename a note, Obsidian prompts you to update all links pointing to that note across your vault. Accept the update and your network stays intact. This is one of the practical reasons Obsidian handles renaming better than a raw folder of Markdown files managed outside the app.
For new vaults, the fastest way to build density is to link aggressively during the first few weeks. When you write a note on any topic, ask: what other note in this vault does this connect to? Even a loose connection is worth a link. Dense graphs become useful. Sparse graphs with isolated notes provide no more value than a conventional folder structure.
- 1
Open the Link Picker
Place your cursor in any note and type [[ — Obsidian immediately opens a dropdown showing all notes in your vault. You can also use Cmd/Ctrl+K to open the link dialog.
- 2
Search by Note Name
Start typing the name of the note you want to link. The dropdown filters in real time. If the note does not exist yet, you can type the full name and press Enter — Obsidian creates a placeholder link that becomes a real note when you click it later.
- 3
Confirm and Review the Backlink
Press Enter to insert the link. Open the target note and check the backlinks panel (right sidebar, link icon). Your new link appears there immediately. This confirms the connection is registered in both directions.
- 4
Switch to Preview Mode to Navigate
Click the reading mode button (book icon, top-right) or use Cmd/Ctrl+E to toggle preview mode. Wikilinks become clickable. Click any link to follow it to the connected note.
Link to Specific Sections and Blocks
Basic wikilinks point to an entire note. Obsidian also lets you link to a specific heading within a note or even a specific block — a single paragraph or list item. This level of precision matters when a note is long and you want to direct a reader (or future self) to the exact relevant section.
Heading links use the syntax [[Note Name#Heading]]. Type [[, find the note, then add a # followed by the heading name. Obsidian's autocomplete lists all headings in the target note so you do not need to type them manually.
Block references use a caret: [[Note Name#^block-id]]. Blocks do not have IDs by default. To create one, place your cursor at the end of any paragraph in a note, type ^ followed by a short ID (like ^key-point-1), and Obsidian registers it. You can then link directly to that block from any other note.
Embedded links use an exclamation mark prefix: ![[Note Name]]. Instead of a clickable link, the full content of the linked note renders inline in the current note. This is useful for combining related reference notes into a single view without duplicating content. Embedding a specific block works the same way: ![[Note Name#^block-id]].
These granular linking methods become useful as your vault grows. When a note is short, a basic wikilink is enough. When notes run to several hundred words with multiple distinct ideas, heading and block links let you be precise about exactly which part of that knowledge is relevant.
Block references solve the duplication problem — link to the original source paragraph instead of copying it into multiple notes.
- 1
Link to a Heading
Type [[Note Name, then add a # symbol. Obsidian autocompletes available headings from that note. Select the one you want and press Enter. The link targets that exact section.
- 2
Create and Link a Block Reference
Go to the paragraph you want to reference. At the end of the line, type ^ followed by a unique ID (e.g., ^meeting-action-1). Then from another note, type [[Source Note#^meeting-action-1]] to link directly to that paragraph.
- 3
Embed a Note or Block Inline
Use ![[Note Name]] to embed the full content of another note inline. Use ![[Note Name#Heading]] or ![[Note Name#^block-id]] to embed only a specific section. The embedded content updates automatically when the source note changes.
Aliases, Unlinked Mentions, and Display Text
Sometimes you want a link to display text that differs from the actual note name. Obsidian supports display text using a pipe inside the double brackets: [[Note Name|Display Text]]. The note opens as normal when clicked, but the reader sees your chosen label rather than the raw file name.
This matters for readability. A note titled 'Active Recall — Mechanisms and Research (2024)' is descriptive as a filename but awkward inline. Writing [[Active Recall — Mechanisms and Research (2024)|active recall]] keeps the link functional while the text reads naturally.
Aliases extend this concept at the note level. In a note's YAML front matter, add:
aliases: [recall technique, retrieval practice]
Now typing [[recall technique]] anywhere in your vault will link to that note and display 'recall technique' as the link text. Aliases let you link to the same note using different natural language phrases depending on context.
Unlinked mentions are a related feature worth checking regularly. Open any note, look at the right sidebar, and scroll past Backlinks to find 'Unlinked mentions.' This shows every other note in your vault that mentions the current note's title or aliases without a formal [[link]]. Converting unlinked mentions to links takes one click and instantly increases your network density.
For users building a second brain, the unlinked mentions panel is one of the most underused features in Obsidian. Running through it monthly surfaces connections you never intentionally made — it is a way of discovering what your vault already knows without realising it.
Aliases let the same note answer to multiple names — useful when the same concept appears under different labels across different contexts.
How to Link Notes in Obsidian to Build Your Knowledge Graph
The Graph View (Cmd/Ctrl+G) is where Obsidian's link system becomes visually apparent. Every note is a node. Every [[wikilink]] is an edge. Notes with more connections appear larger and more central. Isolated notes sit at the edges with no connections at all.
The graph is most useful as a diagnostic tool, not just a visual reward. Zoom out and look for clusters: groups of densely connected notes around a topic. Then look for orphans: notes sitting alone with no connections. Orphan notes are typically one of two things — notes you created and forgot, or notes that represent genuinely standalone ideas that do not fit into your current thinking. Either way, finding them is the first step to doing something about them.
Filters make the graph navigable at scale. Filter by tag to see only a subset of your vault — your reading notes, your meeting summaries, or your permanent idea notes. The local graph view (right-click a note and open local graph) shows only that note and its immediate neighbours, useful for understanding a single concept without the noise of the full vault.
Strategies for intentional graph building include using a daily notes workflow as a connection point — write daily observations and link them to evergreen topic notes, and over weeks the daily notes stitch the permanent notes together. Another approach is to create index notes: a note called 'Learning Science' that links to every note on spaced repetition, active recall, and study methods. Index notes create hubs that make the graph navigable without requiring every note to link to every other note.
Knowing how to link notes in Obsidian strategically — not just mechanically — is what turns a collection of Markdown files into a genuine thinking tool. The graph view reveals your thinking patterns. Gaps in the graph reveal gaps in your thinking.
- 1
Open Graph View and Audit Orphan Notes
Press Cmd/Ctrl+G to open the global graph. Set the node size filter to highlight low-connection notes. Click on isolated nodes, read the note, and ask: does this belong somewhere? Link it to the most relevant note in your vault or add it to an index note.
- 2
Create Index Notes for Major Topics
Make a note for each major topic in your vault (e.g., 'Psychology,' 'Project X,' 'Reading Notes 2026'). Add [[wikilinks]] to every related note. These hubs give the graph structure and make navigation fast.
- 3
Use Local Graph to Explore a Topic
Right-click any note and select 'Open local graph.' Adjust the depth slider to 2 or 3 to see notes two or three links away. This reveals related ideas you may not have considered connecting to your current note.
- 4
Check Unlinked Mentions Monthly
Open any major note, find the Unlinked mentions section in the right sidebar, and convert relevant mentions to formal [[links]] with one click. Run this on your most-linked hub notes to keep the graph tight.
Common Mistakes When Linking Notes in Obsidian
The most frequent mistake is linking every occurrence of a word rather than linking meaningful connections. If a note mentions 'spaced repetition' three times, it probably only needs one [[spaced repetition]] link. Excessive linking creates visual clutter and makes the backlinks panel on the target note nearly meaningless — when 200 notes all link to a term, the backlink count tells you nothing useful.
The second common mistake is creating notes that are too broad. A note called 'Research' that tries to cover everything is hard to link meaningfully because it is not about one thing. Narrow, specific notes — 'Spaced Repetition Mechanisms,' 'Active Recall in Medical Training' — are easier to link precisely and more useful when they appear as backlinks.
Not reviewing backlinks is another missed opportunity. The backlinks panel on any given note is where the value of the whole system shows up. Users who write notes and never open the backlinks panel are ignoring half of what Obsidian does. Make reviewing backlinks on your most-visited notes a weekly habit.
Finally, many users build elaborate folder and tag structures and then under-use links because they feel redundant. They are not. Folders tell you where something lives. Tags tell you what category it belongs to. Links tell you what it is related to. These three systems answer different questions and work together — use all three rather than treating them as alternatives.
If you find that maintaining a well-linked Obsidian vault requires more time than it saves, it is worth considering purpose-built alternatives. Our Obsidian vs Apple Notes comparison and Obsidian alternatives guide cover the options for users who want the benefits of connected notes with less maintenance overhead.
Link on meaning, not on mention. One precise link is worth more than ten incidental ones.
How Notelyn Automates Connected Note-Taking
Obsidian's linking system requires deliberate, ongoing effort. You have to create the links, maintain the aliases, review the unlinked mentions, and build the index notes yourself. For knowledge workers who already spend significant time consuming information — attending meetings, recording lectures, reading papers — the additional effort of manual vault maintenance is a real cost.
Notelyn approaches the same problem from the other direction. Rather than giving you tools to manually connect notes you have written, Notelyn captures your content automatically (from audio, PDF, video, or images) and generates structured notes, summaries, and study materials from that content. The result is a knowledge base built from what you consume rather than what you manage.
The Mind Map feature is the closest Notelyn equivalent to Obsidian's graph view. After processing any audio recording, PDF, or video, Notelyn generates a mind map that visualises the key concepts and their relationships — automatically, without you drawing a single connection. For students revising from lecture recordings or professionals reviewing meeting transcripts, this replaces hours of manual note organisation.
The AI Q&A feature lets you ask questions about your notes in natural language and get answers drawn from your entire knowledge base. This is a different model from Obsidian's graph — instead of navigating a visual network, you query it conversationally. Both approaches surface connections; they differ in how much manual work the user does upfront.
For users who want Obsidian's knowledge-connection benefits without the vault maintenance, Notelyn is worth a direct comparison. It handles different source formats (audio and video are not native Obsidian use cases) and automates the structure that Obsidian requires you to build manually.
Notelyn builds the connections automatically from your content. Obsidian gives you the tools to build them yourself. Which approach fits your workflow depends on how much time you have for vault maintenance.
- 1
Import Your Content
Record live audio, upload a PDF or audio file, paste a YouTube or podcast URL, or capture printed text with the camera. Notelyn accepts the full range of formats that generate knowledge-work content.
- 2
Review the AI-Generated Mind Map
After processing, open the Mind Map view. Key concepts from your content appear as connected nodes. This is your automatic knowledge graph — no manual linking required.
- 3
Ask Questions Across Your Notes
Use the AI Q&A feature to query your knowledge base in natural language. Ask 'what did I record about spaced repetition last week?' and get an answer drawn from all relevant notes, not just the ones you remember linking.
Start Building Your Linked Note System Today
The most important thing about learning how to link notes in Obsidian is starting before your vault is ready. Every vault starts with zero connections. The network only becomes valuable through consistent use — adding one or two links per note, checking unlinked mentions regularly, and building index notes as topics emerge.
Begin with the basics: use [[wikilinks]] freely for any note that connects to an existing idea. Do not worry about aliases or block references until you have a vault with at least 50 notes — the advanced features solve problems that do not exist in small vaults.
As your vault grows, use the graph view to audit orphan notes and build hubs. Check the backlinks panel on your most-visited notes. Convert unlinked mentions to formal links.
If at any point the maintenance cost feels higher than the benefit, investigate alternatives. Notelyn's automated approach, and the other tools covered in our obsidian alternatives guide, deliver connected knowledge without the vault overhead. The goal is a system that surfaces the right information when you need it — whether you build that system manually in Obsidian or automatically through an AI-powered tool is a practical choice, not a philosophical one.
Knowing how to link notes in Obsidian properly puts one of the most capable personal knowledge management tools on the market to full use. The double brackets are simple. The discipline of using them consistently is what makes the difference.
Related Articles
Try These Features
Explore Use Cases
Take Better Notes with AI
Notelyn automatically turns lectures, meetings and PDFs into structured notes, flashcards and quizzes.