Aleks Gorbenko

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

  1. Too much upfront terminology - most of it can be ignored in the beginning
  2. No idea where to start and what to capture
  3. Not using templates from the start
  4. Friction - no quick and easy way to add new notes/capture ideas

Before We Begin…

  1. Don’t set yourself any goals
  2. 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:

This guide is structured

  1. Main Ideas of Zettelkasten
  2. Notes and Templates
  3. Where to Start
  4. How to Capture and Link Notes
  5. Misc advice
  6. Next Steps

The system has Two Main Ideas:

  1. 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…
  2. 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

  1. Create _template folder in your vault
  2. Create template file new_note.md
  3. Add path /_template to Settings -> 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:

  1. What subjects did you write more about than the others?
  2. 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

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:

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

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:

  1. using 1-2 templates (Base Note and Daily Note) and linking all of them
  2. 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:

Happy note taking thinking! 🙌

#note-taking