How the CEO of Obsidian Takes his Notes (Underrated Genius)
Based on Karlos Obsidian Tutorials's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.
Treat the Obsidian vault as a plain folder of Markdown files so notes remain usable even if the app changes or breaks.
Briefing
A minimalist Obsidian workflow built around “speed and laziness” turns a plain folder of Markdown files into a living knowledge network—by pushing notes into the vault root, organizing them with properties that feed smart tables, and linking ideas aggressively so they can be traced later. The system matters because it treats notes as durable artifacts independent of the app, while still making it easy to navigate, review, and recombine knowledge over time.
The approach starts with a practical setup: download Obsidian, then open the CEO of Obsidian MD’s prebuilt vault (via a blog link, GitHub clone, or template site) instead of creating a vault from scratch. In Obsidian, a “vault” is simply a folder of text files (Markdown). That design choice underpins the first pillar: the content outlasts the software. Even if Obsidian stopped working, the notes remain as files on disk.
Folder structure is intentionally light. Although the downloadable vault includes folders like “categories” and “notes” for clarity, the core philosophy avoids the overhead of deciding where things belong. Most notes live in the vault root. Categories are also treated as a convenience layer rather than a strict filing system: the system relies on note properties—especially a “categories” property—to power smart tables (via Obsidian’s Dataview/BASIS-style behavior) that automatically list related notes.
The workflow’s real engine is properties plus templates. Properties are added using Obsidian’s triple-dash syntax to create a structured metadata block (e.g., subject, author, grade level, meeting type). Types can be more than plain text—numbers enable more precise filtering, such as finding all notes tagged for “9th grade.” But manually filling properties is treated as wasted effort. Instead, the system uses templates inserted into new notes so key fields (like date, people, and category links) appear automatically. Hotkeys are configured to make this near-instant.
Navigation then shifts away from folder browsing to search and linking. A quick switcher search (command/ctrl O) finds notes by title or category, while internal links connect the first mention of an idea to its own note. The “link first mention” rule is central: when something appears for the first time—whether a person, a quote, a movie, or a restaurant—it becomes a link target. Over time, that creates a graph of thought where backlinks show where an idea was referenced, letting users jump back to the context that originally used it.
The vault also separates “outside the world” references from personal journaling. Notes about entities not directly experienced are moved into a “references” folder (including clippings imported via the Obsidian Web Clipper). Media and attachments are handled via dedicated folders, while daily notes exist mainly as link hubs rather than full writing spaces.
Finally, the system includes a review rhythm: daily capture (with templates and linked first mentions), periodic aggregation into higher-level notes, weekly to-dos via simple checklists, monthly reflections on compiled patterns, occasional random revisits using Obsidian’s random note feature, and an annual review that ties months together (including a set of 40 questions referenced from the blog). The overall message is not rigid doctrine—Obsidian’s flexibility means the goal is to borrow the principles that reduce friction while increasing connectivity.
Cornell Notes
The Obsidian CEO’s note-taking system builds a durable knowledge network by treating a vault as a plain folder of Markdown files and minimizing reliance on app-specific structure. Most notes live in the vault root, while organization comes from properties—especially a “categories” property—that feed smart tables for automatic overviews. Templates and hotkeys reduce the effort of adding metadata, so new notes start with the right fields already filled. The system’s navigation power comes from aggressive internal linking: the first mention of an idea becomes a link to its own note, and backlinks reveal where that idea was used. A review rhythm (daily capture, weekly to-dos, monthly reflection, random revisits, and yearly synthesis) turns scattered notes into reusable insights.
Why does the system keep most notes in the vault root instead of using many folders?
How do properties and templates work together to keep note creation fast?
What does “link the first mention” change about how knowledge is navigated later?
How does the system separate personal journaling from external references?
What is the purpose of daily notes if they don’t contain much writing?
How does the review rhythm turn raw notes into higher-level thinking?
Review Questions
- Which metadata property drives the system’s automatic category overviews, and how does it reduce the need for folders?
- How does linking the first mention of an idea interact with backlinks to support “trace back to context” navigation?
- What roles do templates and hotkeys play in making the workflow sustainable during daily note capture?
Key Points
- 1
Treat the Obsidian vault as a plain folder of Markdown files so notes remain usable even if the app changes or breaks.
- 2
Keep organization lightweight: place most notes in the vault root and rely on properties rather than deep folder hierarchies.
- 3
Use properties (including typed fields like numbers) to enable precise searching and smart-table overviews.
- 4
Insert templates for new notes to avoid manual metadata entry and to standardize fields like date, categories, and linked entities.
- 5
Adopt aggressive internal linking: link the first mention of an idea so backlinks later reveal where it was used.
- 6
Separate lived journaling from external material by moving “outside the world” entities into references and using clippings for imported sources.
- 7
Run a consistent review cadence—daily capture, periodic synthesis, weekly to-dos, monthly reflection, random revisits, and yearly review—to convert notes into reusable insights.