back to blog
obsidianJune 19, 2026 · 5 min read

Zettelkasten in Obsidian: A Practical Guide to Atomic Thinking

Most people use Obsidian as a fancy folder system. The Zettelkasten method changes that — here's how to set one up without overcomplicating it.

Dan Holloran
Dan Holloran
Senior Frontend & Fullstack Developer
Zettelkasten in Obsidian: A Practical Guide to Atomic Thinking image

Most people start using Obsidian the same way: create some folders, dump notes into them, and call it a knowledge base. Then they come back three months later and realize they've built a graveyard. Notes sit in silence, never connecting to each other, never generating new ideas. The graveyard gets bigger; the insight doesn't.

The Zettelkasten method is the antidote. Developed by sociologist Niklas Luhmann, who used it to write over 70 books and 400 papers, it turns your notes from a collection into a network. Obsidian — with its wikilinks, graph view, and flat-file structure — is one of the best tools alive for running one.

The Three Note Types That Actually Matter

The original Zettelkasten distinguishes between three types of notes. You don't need a plugin or a template to enforce this — just a mental model.

Fleeting notes are rough captures. You're reading an article, a thought strikes you, you write it down in two sentences. These live in an inbox folder and have a short half-life. The goal isn't to keep them — it's to process them.

Literature notes record what you took from a specific source: a book, a paper, a podcast. One note per source. Write in your own words, not copy-paste. Include a brief reference (author, title, URL). The point of paraphrasing is that you can't fool yourself — if you can't say it in your own words, you don't understand it yet.

Permanent notes (Luhmann called them Zettel) are where the thinking lives. Each one captures a single idea, fully formed enough to stand alone. No loose ends, no "see also later." The title is usually a claim or assertion, not a topic: instead of "Spaced Repetition," something like "Spaced repetition works because forgetting and recalling is more effective than re-reading." One note, one idea.

The workflow is: capture fleeting → distill into literature → synthesize into permanent. The permanent note is the product; the others are scaffolding.

How to Structure Your Vault

Here's a minimal folder setup that works without becoming a meta-project:

vault/
├── 0 - Inbox/       # fleeting notes and unprocessed captures
├── 1 - Literature/  # one note per source
├── 2 - Permanent/   # your actual Zettelkasten
└── 3 - Templates/   # optional but useful

Keep it flat within each folder. Resist the urge to create subfolders like Permanent/Technology/Programming/JavaScript. The whole point of the Zettelkasten is that links, not folders, create structure. When you nest folders, you're pre-deciding where an idea belongs before you know which other ideas it connects to. The link graph reveals structure organically; folders impose it artificially.

Name your permanent notes with a timestamp prefix if you want to preserve creation order (Luhmann used a numeric ID system), or just use a descriptive title. Either works — what matters is that the body of the note links out.

The Linking Habit: Where the System Lives or Dies

The Zettelkasten doesn't work without links. This sounds obvious, but most people write their permanent notes and then stop. They save the file and move on. The magic only happens when you ask: what does this note connect to?

When writing a new permanent note in Obsidian, before you close the file, force yourself to add at least one [[wikilink]] to an existing note. Usually you'll find two or three. If you can't find any, that's worth noticing — either the idea is genuinely new (good) or you haven't built up enough notes yet (normal, keep going).

markdown
## Spaced repetition works because retrieval strengthens memory

The act of forgetting and then recalling is more cognitively demanding than
re-reading, which requires only recognition. [[Active recall vs passive review]]
explains why highlighting feels productive but isn't.

This has practical consequences for flashcard design: [[Cloze deletion cards
outperform simple Q&A]] because they force partial recall rather than all-or-nothing.

Source: [[Make It Stick - Brown et al]]

The graph view in Obsidian makes this rewarding. Open it after a few weeks of consistent linking and you'll see clusters emerge — not because you planned them, but because your thinking naturally gravitates toward certain themes. That emergence is the whole point.

One note on tags: use them sparingly. Tags are useful for broad categories (#inbox, #book, #project) but they're a trap when they start replacing links. Tagging a note #productivity and moving on is not the same as linking it to three other notes that challenge or extend the idea. If tagging feels like filing, it usually is.

The Mindset Shift

The hardest part of Zettelkasten isn't the setup — it's accepting that the inbox is supposed to empty. Fleeting notes get processed or deleted. Literature notes serve the permanent notes, not themselves. The permanent notes exist to generate new permanent notes. The vault isn't a storage system; it's a thinking partner.

If you're already using Obsidian and wondering why it doesn't feel useful yet, start here: pick five notes you've written, turn each one into a permanent note with a clear assertion as the title, and link them to each other. Do that consistently for two weeks. The graveyard starts to breathe.

~/subscribe
# new posts on code, craft & travel — no noise, no schedule
$subscribe