How to get started with Obsidian in 2022 - from scratch!
Based on Nicole van der Hoeven's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.
Install Obsidian from obsidian.md, then create a vault and place it in a synced folder like Dropbox or Google Drive for automatic backups.
Briefing
Obsidian is positioned as a practical, low-friction way to start building a personal knowledge base without getting trapped in note-taking theory. The core message is simple: install Obsidian, create a vault, write daily notes as a running log, and then promote recurring topics into standalone pages when they start to matter—letting the system’s linking and backlinks do the organization work.
The walkthrough begins with installation from obsidian.md, then creating a new vault. Vault naming is treated as mostly administrative, but the location matters for backup strategy. If users already rely on Dropbox or Google Drive, creating the vault inside that synced folder enables automated backups; the example also mentions pairing Dropbox with a GitHub repository, though that’s optional. After the vault is created, live preview is recommended so Markdown headings render cleanly while typing.
From there, the interface is mapped quickly: the left sidebar holds the file explorer for all notes, the search bar finds both filenames and note contents, and the right-side panels can reveal linked and unlinked mentions. A first note is created as Markdown (saved as .md), with heading levels controlled by hash symbols. Live preview hides the raw heading markers once the cursor leaves the line, making the writing experience feel less cluttered.
To make the vault immediately useful, the setup focuses on enabling a few plugins. Daily notes are turned on via core plugins, with options to store daily entries in a dedicated folder and to open the daily note automatically on startup. Community plugins are handled with caution: safe mode can be disabled, but only after considering the risk that third-party code can access local files. The transcript offers a practical heuristic—check download counts to gauge community adoption and attention.
A calendar community plugin is then installed and enabled, adding a date-driven view for daily notes. Clicking a date that doesn’t yet exist prompts creation, and the system automatically generates a new daily note inside the configured Daily folder. The recommended starting workflow is to treat daily notes like a dump of what happened and what felt interesting: bullet points, quick observations, and informal reminders are all acceptable.
As the day’s log accumulates, the next step is “promotion” of topics. If a concept keeps resurfacing—like observability—users can create a dedicated note. The transcript shows a fast method: double-click the topic text, convert it into a link, and then command-click to create the new page. Obsidian’s backlinks then reveal both linked mentions and unlinked mentions. Linked mentions appear when the topic is explicitly linked; unlinked mentions still show up even when the user never created a link, because Obsidian tracks back references automatically. That means earlier notes aren’t wasted—if a topic becomes important later, the system surfaces all prior occurrences.
Finally, the guidance pushes back against the idea that notes must be perfectly organized to be worthwhile. Notes can be messy, incomplete, or even wrong, yet still be useful. The payoff comes from consistent capture, periodic review, and letting backlinks and mentions grow the vault into a living knowledge base over time.
Cornell Notes
Obsidian is presented as a practical note-taking setup that avoids heavy theory: create a vault, write daily notes as a simple log, and turn recurring topics into standalone pages. The workflow is designed to build a knowledge base gradually, using Markdown files (.md), live preview, and plugins like Daily Notes and Calendar. The key mechanism is linking plus backlinks: linked mentions show where a topic is explicitly referenced, while unlinked mentions still appear even without a link because Obsidian tracks back references. This approach reduces the pressure to organize perfectly up front and instead rewards consistent capture and later review.
What’s the fastest way to start using Obsidian for real note-taking, not theory?
Why does vault location matter, and what backup approach is suggested?
How do Markdown headings and live preview change the writing experience?
What’s the purpose of enabling Daily Notes and how is it configured?
How do linked mentions and unlinked mentions differ, and why is that important?
What safety guidance is given for community plugins?
Review Questions
- What steps turn a daily log entry into a reusable knowledge page in Obsidian?
- How do backlinks help when you didn’t initially create links to a topic?
- What configuration choices make Daily Notes easier to use day after day?
Key Points
- 1
Install Obsidian from obsidian.md, then create a vault and place it in a synced folder like Dropbox or Google Drive for automatic backups.
- 2
Enable live preview to keep Markdown headings readable while you type without cluttering the note with hash symbols.
- 3
Use the left file explorer and search bar to manage and find notes quickly; rely on right-side panels for mention and backlink views.
- 4
Turn on Daily Notes and configure a dedicated daily folder plus “open daily note on startup” to make capturing routine.
- 5
Install a calendar plugin to navigate daily notes by date and create missing daily entries on demand.
- 6
Promote recurring topics by converting text into a link and creating a standalone note when the concept becomes worth revisiting.
- 7
Don’t wait for perfect organization—messy, incomplete notes can still be useful, and backlinks/unlinked mentions help organize retrospectively.