Linking Notes Together
Master Obsidian's most powerful feature—creating connections between your notes to build a personal knowledge web.
Why Is Linking So Important?
Linking transforms Obsidian from a simple note-taking app into a powerful knowledge management system. Here's why it matters:
Traditional notes: You write notes about different topics in separate files that never interact. Related information is scattered and hard to find.
Linked notes: You create connections between related information. Your brain works by association—linking lets your notes do the same thing!
Benefits of Linking:
- Discover patterns: See how ideas relate across different topics
- Deepen learning: Connect new information to what you already know
- Easy navigation: Jump between related topics instantly
- Research support: Build arguments by seeing all supporting evidence at once
- Creative insights: Unexpected connections between ideas
Creating Internal Links
An internal link is a reference from one note to another note in your vault. It's the core feature of Obsidian.
Basic Link Syntax
Clicking the link jumps to the note named "Note Name"
Key point: The note name in brackets needs to match an existing note in your vault. Obsidian will search for it.
Creating a Link with Custom Text
You can display different text than the note name:
Shows "Click here to learn more" but links to the "Research Methods" note
Step-by-Step: Creating Your First Link
- Create two notes: "Biology" and "Scientific Method"
- Open the "Biology" note
- Type:
For more information, see [[Scientific Method]]. - In Reading View, hover over the link—you should see a preview
- Click the link to jump to the "Scientific Method" note
Power tip: Type [[ in your note and Obsidian will suggest existing notes. Use arrow keys to select and press Enter to link!
Link Autocomplete (So Cool!)
This is one of Obsidian's best features. When you type [[, Obsidian shows you all matching notes:
- Type
[[in your note - A dropdown appears with note suggestions
- Type to filter the list (e.g., type "res" to find "Research", "Results", etc.)
- Press Enter or click a suggestion to insert the link
- If the note doesn't exist, you can create it on the spot!
Amazing feature: You can link to notes that don't exist yet! Create the link, and Obsidian will offer to create the note. This is perfect for planning your knowledge structure.
Linking to Specific Sections (Anchor Links)
Link directly to a specific heading within a note:
[[Note Name#Heading Name|Custom text]] Result:
Clicking the link jumps directly to that heading in the note
Example
If you have a note called "Research Methods" with a section "Quantitative Methods":
This link would take you directly to the "Quantitative Methods" section instead of the top of the note. Super useful for long notes!
Understanding Backlinks
A backlink is the opposite of a link. When you link from Note A to Note B, Note B automatically shows that connection. Here's how to see it:
- Open any note that has links pointing to it
- Look at the right sidebar and click "Backlinks"
- You'll see all notes that link to your current note
Why backlinks matter: They show you the "context" of a note. If you're reading about "Metabolism," backlinks might show you which notes mention it (Biology, Nutrition, Exercise, etc.). This helps you understand relationships!
Unlinked Mentions
Obsidian goes further! Below backlinks, you'll see "Unlinked mentions"—places where you mentioned a topic by name but didn't create a link. Obsidian helpfully suggests creating links. This is incredibly useful for discovering relationships you missed!
Linking Best Practices
Practice 1: Link to Existing Concepts
When you mention something in a note that you've written about before, link to it. This builds your web of knowledge.
Practice 2: Create Hub Notes
Create "hub" or "index" notes that link to many related topics. For example:
- Psychology Hub: Links to [[Cognitive Psychology]], [[Social Psychology]], [[Developmental Psychology]], etc.
- Research Project Hub: Links to all related literature, findings, methods, and conclusions
- Topic Index: Links to all notes about a specific subject
Practice 3: Link Bidirectionally When Possible
If Note A links to Note B, consider linking back from B to A. This creates a web instead of a hierarchy.
Practice 4: Use Meaningful Link Text
Bad: <>[[See this]]
Good: For more details on methodology, see [[Quantitative Research Methods]]
Practice 5: Don't Overlink
You don't need to link every single occurrence of a word. Link when it's meaningful and adds value.
Practical Exercise: Build Your First Web
Let's create a small interconnected set of notes. Follow these steps:
Step 1: Create Three Notes
- Note 1: "Research Methods" - Brief overview of research approaches
- Note 2: "Quantitative Research" - Focus on numerical data
- Note 3: "Qualitative Research" - Focus on descriptive data
Step 2: Add Links
In the "Research Methods" note, write:
There are two main approaches to research:
1. [[Quantitative Research]] - Using numerical data and statistics
2. [[Qualitative Research]] - Using descriptive data and interviews
Step 3: Add Backlinks
In "Quantitative Research," start with:
Quantitative research is one of the two main [[Research Methods]].
## Characteristics
- Uses numerical data
- Statistical analysis
- Structured methods
Step 4: Explore Backlinks
Open "Quantitative Research" and look at the right sidebar. You should see a backlink to "Research Methods"!
Step 5: View the Graph
Open the Graph View (we'll learn more about this in Module 7) and see your three notes connected!
Preview: Advanced Linking Features
Absolute Links
You can use full file paths in links:
Transclusion (Embedding Notes)
Show the content of another note inside your current note:
This is advanced and we won't cover it until a future module, but it's incredibly powerful for building compilations and syntheses!
You're Ready to Build Connections!
Linking is what makes Obsidian special. Start using links in your notes right away—the more you connect your thoughts, the more valuable your vault becomes!
Next: In Module 7, we'll visualize all these connections using the Graph View, which shows your notes as an interactive network.