Zettelkasten in 1500 Words or Less
Zettelkasten in 1500 Words or Less
Around 2020 I migrated to Zettelkasten (from Notion to Obsidian). I never looked back.
This is short, opinionated guide for anyone who still finds themselves confused about what Zettelkasten is and how to start using it.
Why People Still Struggle with Zettelkasten
- Too much upfront terminology - most of it can be ignored in the beginning
- No idea where to start and what to capture
- Not using templates from the start
- Friction - no quick and easy way to add new notes/capture ideas
Before We Begin…
- Don’t set yourself any goals
- Don’t question “what am I going to write notes about”
If you are still reading this, you probably have a mild interest in understanding Zettelkasten. This is enough.
I will be using Obsidian as an example, which I highly recommend you do too for following reasons:
- Simple, minimal interface
- Everything is a standard Markdown file
- Works offline
This guide is structured
- Main Ideas of Zettelkasten
- Notes and Templates
- Where to Start
- How to Capture and Link Notes
- Misc advice
- Next Steps
Bottoms Up and Backlinks
The system has Two Main Ideas:
- Bottoms Up approach - you are not meant to “architect” your knowledge base from the start, instead begin by writing/capturing everything and anything that might interest you and then build connections with…
- Backlinks - every note is connected to some other note. The result is an ever-growing and ever-changing web or a graph that you can traverse and explore topics in. Ideally the moment when you create and fill a note, you also connect it to some other existing notes
Note Template and Structure
At the start you only need ONE template (let’s call it Base Note), which will be literally a template for every new note you create.
E.g this is how mine looks:
1links: [[My Interests]] // breadcrumb style navigation
2
3---
4# // title goes here
5Date: {{date}} // (links to my journal)
6
7---
8// content goes here
9
10
11### Related // links to other notes or resources (blog posts, vidoes, etc)
12-
With time you will create as many as you need (I have 20+ now, but it took me years to reach it).
Adding templates
- Create
_templatefolder in your vault - Create template file
new_note.md - Add path
/_templatetoSettings -> Templates
Using templates
Now you can trigger template by cmd+p, type template, choose Templates: Insert template and choose new_note.md. You should have a new notes pasted.
How to Start, What to Capture
Start from within. Create a note and call it [[Name Surname]] or simply [[me]]. Write a brief intro about yourself.
Next, create [[My Interests]] and link to it from [[me]] note.
Now, dump as much as comes to your mind about your interests and things you care about. Do not create more notes at this stage, just keep writing in whatever format the writing flows.
Take as much time as needed, days if necessary. After you dumped enough. Start looking for patterns:
- What subjects did you write more about than the others?
- What subjects would you like to learn more about?
Use base template to create one or more notes based on what you uncovered. Link them to [[My Interests]] and vice versa.
Vault at this stage:
1.
2me.md
3My Interests.md
4Cooking.md
5Interest2.md
6Interest3.md
At some point, you will notice that you capture similar types of ideas. E.g cooking recipes, meeting notes, tasting notes, travelogues, podcast notes. This is how your collection of templates grow.
How to Capture
A useful starting point - a note called Inbox (similar idea to GDT). Here, you dump whatever you happen to capture in the moment. Decide on a lightweight format how you will capture things. E.g
1links: [[My Interests]]
2
3---
4# Inbox
5All things I capture in the moment
6---
7
8### June 1 Dream Log
9I had a weird-ass dream today...
10
11--- // separator between different items in Inbox
12### Meeting with Vlad June 5 2026
13Topic: [[Personal Knowledge Management]]
14Vlad wanted to learn more about it, so i decided to write a small guide with examples
You need to keep this note clean, and review this weekly to extract the information into separate notes or remove it. This process will allow you to see in one place the types of things you capture and notice patterns. When that happens, it is a good idea to consider creating a new template.
If you are a software engineer, optionally, create an Engineering Daybook note, which is essentially an Inbox type scoped to a single topic. I have used it for years and it has been invaluable in learning new things and keeping my work organised.
Vault at this stage:
1.
2me.md
3My Interests.md
4Cooking.md
5Inbox.md
6Engineering Daybook.md # optional
7Interest2.md
8Interest3.md
How to Link
There are two ways - either you already know what to link to and you can do it manually, or you can have a look at Backlinks that the current note has and link to it.
Link lavishly, don’t worry if you link too much. The more interconnected your web of knowledge becomes the more easier it is to traverse and see patterns.
Optional Daily Notes
Obsidian has a native Daily Notes functionality which is a good starting point for journaling/thinking in writing. Writing is thinking.
Go to Settings -> Core Plugins -> Daily Notes, enabled it.
Configure how the note is named, it’s template and where is placed. Or leave defaults:
- format:
2020-05-25.md - location: root of your vault
- template: I would suggest adding something simple
Configure a shortcut to trigger creation of a Daily Note.
Use Inbox to see WHAT you capture in one place.
Use Daily Notes to see WHY you capture notes you capture. E.g
Today I added a new note [[Astophysics]], I have always been into it since high school...hm... I keep watching these Frank Green videos which are really fun, but I can never remember stuff he talks about...maybe I can create a note for capturing YouTube summaries?
Link your Daily Notes to notes that you create and vice versa.
1.
2me.md
3My Interests.md
4Astophysics.md
5Cooking.md
6Inbox.md
7Engineering Daybook.md # optional
8Interest2.md
9Interest3.md
102026-06-05.md # Daily Note
Things to be Aware of
- Folder structure - apart from
_template, don’t create more. Use linking instead. Add folders if needed after your system matured. Collector's Fallacy- I think inevitably we all end up there when it comes to note taking. It is a good concept to be aware of so you can stop in time and re-evaluate whether you really need to capture that note or not?- Ignore advanced features/plugins (databases, kanban boards, calendars, todo lists, all interlinking between all these components). You will end up in the “architect my system” trap instead of what is important - taking notes.
- Keep your notes, calendar and management separate. Different tools for different contexts.
- Tags - just ignore them for now, they are mostly useful for people who are engaged in research and academia, if you are not one of them, do not complicate things for yourself
- AI - for privacy reasons to start with. Do not create notes using AI, if you are learning something - retention drops significantly. Write them by hand to build habit and intuition, you can always decide to AI in some capacity later
Next Steps
Do this type of note taking for some weeks, don’t go crazy with dozens of templates on a first day.
Get used to the process.
Focus on:
- using 1-2 templates (
Base NoteandDaily Note) and linking all of them - make it frictionless and fast. If you need to do too many things manually, like typing dates every time - you will eventually stop. Learn Obsidian shortcuts
Build habit.
Experiment.
Later, when you feel ready to build more structure into your knowledge base, here are more things to explore in Zettelkasten:
- MOCs (map of content) - index notes that act as a way to link many notes of the same subjects
- Types of notes: Evergreen Notes, Fleeting Notes, Literature Notes
- You don’t have to follow this! I tried, it didn’t work for me, but I found my own way that works for me :)
- Dewey Index System - some people like to structure their interests following it. I just kept a few category of names
- Obsidian Web Clipper - saving articles/highlights
- Advanced Templating - Use other tools to make it even easier and frictionless to capture thing you care about: Apple Shortcuts (great on iOS), Keyboard Maestro, Alfred (I use all)
- Plugins…well if you insist :)
Templaterplugin is popular, I am using Obsidian since waaay before the plugin was born, so I manage templates with tools I mentioned above from outside of Obsidian (which means I can migrate to any other tool preserving all my automations). Perhaps a post for another time…
Happy note taking thinking! 🙌