Get AI summaries of any video or article — Sign up free
THE ZETTELKASTEN MANIFESTO | What is a Zettelkasten? thumbnail

THE ZETTELKASTEN MANIFESTO | What is a Zettelkasten?

Zettlr·
5 min read

Based on Zettlr's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.

TL;DR

Luhmann’s slips worked because each note combined an ID, content, and explicit references to other note IDs.

Briefing

Zettelkasten systems work best when notes behave like flexible “containers” linked by lightweight identifiers—not when every note is forced into a rigid, one-size-fits-all template. The core problem behind most confusing advice is structural: many tutorials push strict note formats (IDs, summaries, outlines, bullet lists, and specific ordering of content), but real research notes often include wildly different media—quotes, images, audio, video, references, and inconsistent metadata. Niklas Luhmann’s original practice is used as the anchor example, then translated into a more general data model that can handle modern, mixed content.

Luhmann’s method is described as a concrete system with three essential parts on each paper slip: a sequential number (an ID), the note’s content (thoughts, quotes, references), and a set of numbers pointing to other notes. Those internal references let him retrieve related ideas by following links. The system functioned like a manually maintained database: each note was a record, and the references acted like pointers to other records. The transcript emphasizes that Luhmann didn’t have automated citation tools or software databases, yet his approach still mirrors how contemporary relational databases store and connect information.

But relational thinking breaks down once notes stop being purely text. If every note must fit into table columns—one column for “duration,” another for “references,” another for “image metadata,” another for “sound description”—then the system becomes brittle. A single “additional information” column also fails because automation and searching become ambiguous: should “4 minutes 30 seconds” be treated as a duration or just a string? Should a reference be parsed differently depending on whether it appears with a header or not? The transcript argues that these structural constraints quickly create trouble when users want to search by media type (e.g., only videos) or when metadata is uneven across notes.

The proposed alternative is a graph database mindset. Instead of forcing everything into one table with many columns, each note becomes a node-like “box” that can hold whatever content it contains—text, an image, a video, audio, or combinations—while only minimal metadata (like tags and IDs) is attached. Links between boxes are “weak” at first: searching by text or tags can return multiple related boxes, and then additional “hard” links (explicit IDs referencing other boxes) can be created when relationships become clear. This supports flexible retrieval: an image box and a video box can both be returned for the same search term, and the system can later connect them more directly.

The takeaway is practical: don’t copy a rigid Zettelkasten template. Build a personal system that treats notes as an open-ended set of linked containers, where the only consistently required elements are identifiers, content, and relationships. The transcript frames this as the path to a Zettelkasten that remains useful as the variety and messiness of real research data inevitably grows.

Cornell Notes

Luhmann’s Zettelkasten relied on simple paper slips with three parts: a sequential ID number, the note’s content (thoughts or quotes), and references to other note IDs. That structure resembles a database, but relational-style templates with many fixed fields become unworkable when notes include mixed media and inconsistent metadata (text, images, audio, video, references). The transcript argues for a graph-database approach: each note is a “box” that can store any kind of content, while only minimal metadata and explicit links connect boxes. This lets searches return relevant nodes even when relationships aren’t fully specified yet, and it avoids forcing every note into the same rigid format.

What three components made Luhmann’s paper notes work as an idea network?

Each slip carried (1) a sequential number used as an ID, (2) the actual content—thoughts, quotes, and references—and (3) a list of numbers pointing to other slips. When Luhmann found a slip that matched what he was looking for, the referenced IDs told him which other notes to retrieve and place together, revealing how the ideas related.

Why do rigid Zettelkasten templates (summary → detail → bullet list) often fail in practice?

Real notes aren’t uniform. Some are pure text; others include images, sketches, audio, or video. Metadata also varies: some notes have headers, some include bibliographic references, and some don’t. A strict template forces missing fields into awkward placeholders and makes automation brittle, especially when searching by media type or when the same “kind” of information appears in different formats.

How does the transcript compare Luhmann’s system to relational databases—and where does that analogy break?

Luhmann’s single-table-like setup (ID, content, and references) resembles relational databases that store records in tables with rows and columns. But relational databases assume fixed columns. Once notes include different media types, you’d need many specialized columns (duration for videos, reference fields for citations, image metadata, sound descriptions). If you instead dump everything into one “additional info” column, searching and automation become unreliable.

What does “graph database” mean in the transcript’s Zettelkasten analogy?

A graph database mindset treats each note as a container (“box”) that can hold any content type—text, images, video, audio—while only minimal metadata (like tags and IDs) is attached. Relationships are represented as links between boxes. Searching can return multiple boxes that share weak relevance (e.g., matching text), and later you can create stronger links by explicitly recording related box IDs.

What are “weak links” versus “hard links” in this approach?

Weak links are implicit connections discovered through search results—boxes appear together because they share tags or matching text, even if their relationship isn’t explicitly encoded. Hard links are explicit relationships added later: a box can store the ID of another box so that when one appears in search, the linked box can be pulled reliably as related.

What minimal structure does the transcript recommend for building a personal Zettelkasten?

It recommends thinking in unlimited “boxes” and keeping only what’s consistently useful: an identifier (ID), the note’s content, and links to other notes when relationships are clear. It discourages copying a universal internal format that dictates summaries, outlines, and bullet lists for every note.

Review Questions

  1. How do sequential IDs and cross-references function together to help retrieve related ideas in Luhmann’s method?
  2. Why does a relational database-style “many columns” design become problematic for mixed-media notes?
  3. In the graph-based analogy, what changes about searching and linking when notes are treated as flexible containers rather than uniform table rows?

Key Points

  1. 1

    Luhmann’s slips worked because each note combined an ID, content, and explicit references to other note IDs.

  2. 2

    Rigid note templates break down when notes include mixed media and inconsistent metadata across entries.

  3. 3

    Relational database thinking struggles with Zettelkasten data because fixed columns don’t map cleanly onto variable note types (text, images, audio, video).

  4. 4

    A graph database mindset treats each note as a flexible “box” that can store any content while keeping only minimal metadata and explicit links.

  5. 5

    Search can surface related notes through weak relevance first, then stronger relationships can be encoded later using explicit links.

  6. 6

    A personal Zettelkasten should prioritize an adaptable structure (boxes + IDs + links) over copying someone else’s internal formatting rules.

  7. 7

    The most important design goal is reliable retrieval of ideas later, not compliance with a universal template.

Highlights

Luhmann’s system used three elements on each slip: a sequential ID, the note’s content, and a list of other note IDs to connect ideas.
For mixed-media research notes, fixed-column (relational) structures become brittle and hard to search reliably.
Treating notes as graph nodes (“boxes”) supports flexible storage and linking without forcing every note into the same format.
Weak connections can emerge from search results, and explicit links can be added when relationships become clear.

Topics

Mentioned