Video summary
My Super-Simple Approach To a Zettelkasten Knowledge Management System
Main summary
Key takeaways
Main ideas and lessons conveyed
-
Purpose of the system
- The creator is building a “second brain” / personal knowledge management system based on the Zettelkasten approach.
- They needed an effective way to track research and experiments related to making household products (e.g., toothpaste, deodorant, shower gels, shampoos, surface cleaners, laundry liquid, etc.), including:
- recipes
- versions/iterations
- experiences/results
- The project serves as a catalyst to get their note system underway.
-
Notes are made future-proof
- The creator emphasizes that the system is built using plain text + simple Markdown links, so it can work across tools designed for plain-text notes.
- They demonstrate an Obsidian compatibility approach (with a specific requirement), and also discuss their preferred workflow.
Methodology / instructions (core system format)
1) Use “atomic notes”
- Rule: one idea per note
- A note should contain strictly one idea.
- Rule: don’t put sources inside the idea note
- The creator’s early mistake: including source links at the bottom of an idea note.
- Why this is avoided:
- it reduces the benefit of Zettelkasten linking
- it “attaches” sources to a specific note instead of allowing sources to link to multiple ideas
- Implication for granularity
- Even having “single source per note” was considered too restrictive.
- Instead, keep the idea note source-free and link to sources via separate notes.
2) Keep notes short (word limit)
- Rule: limit notes to ~100 words
- Not strictly enforced, but it acts as a constraint.
- Reasoning
- Conciseness improves recall later.
- If you can’t write it concisely, it suggests you may not yet have a strong grasp of the idea.
3) Organize with “depth” hierarchies (vertical linking)
- Linking concept
- Notes are organized in a hierarchical structure with “depth” (top → deeper → more specific).
- Basic navigation principle
- Use up/down links as the main way to traverse related notes.
- The creator argues against “north/south/east/west” style horizontal traversal.
- Instead, going up reveals sibling-level notes (notes at the same depth), making left/right traversal unnecessary.
- Effect
- Each depth level groups related concepts.
- Deeper levels contain more focused sub-ideas.
4) Example structure (how it functions)
- A “source note” tagged as
sourcecontains:- a link to scientific research
- example claim: handwriting improves spelling compared to typing
- That source note links up to a broader concept note, such as:
- “a pocket EDC notebook” (as a broader idea)
- From that broader note, going down shows other notes at the same depth, such as:
- handwriting is better for memory
- handwriting is better for spelling
- handwriting helps understanding
- Additional deep notes can link to primary source materials, such as:
- a note linking to an Internet Archive PDF of an original Spencerian guide.
5) Plain-text / tool compatibility approach
- Storage and linking
- Notes are plain text using basic Markdown links.
- Obsidian compatibility
- Works when opening the folder as plain text.
- Obsidian may need the Front Matter plugin to extract titles (otherwise Obsidian defaults to filenames).
- Graph view can still show the link network.
- Creator’s preferred workflow
- They prefer plain text with:
- a Neovim setup
- the ZK command-line tool (which builds a database from the folder)
- a Neovim plugin to interface with ZK
- standard Markdown rendering/presentation plugins
- They prefer plain text with:
- Search/browse
- Supports full-text search and browsing through the linked note graph.
Distribution / access mentioned
- The creator says the notes are available to channel members as a perk.
- They mention there are gaps because they’ve only been building it for a few months, and they are trying to backfill earlier ideas.
Speakers / sources featured
- Speakers
- Unnamed YouTube video creator/narrator (primary speaker)
- Sources referenced
- Scientific research (about handwriting vs typing for spelling/memory/understanding) — referenced via links in “source notes,” not named explicitly in the subtitles
- An Internet Archive PDF of an original Spencerian calligraphy guide (linked from a note)
- Tools/Platforms mentioned (systems referenced, not “sources”)
- Zettelkasten
- Obsidian
- Neovim
- ZK command-line tool
- Markdown
- Front Matter plugin (for Obsidian)