Intellectual Heritage
zetl sits at the end of a long line of ideas about how humans extend their memory and organise thought. None of the concepts behind it — linked notes, associative trails, transclusion, graph queries — were invented last decade. This page traces the lineage so you can see what zetl inherits, and what it deliberately leaves out.
The Zettelkasten (16th century – present)
The name “zetl” comes from Zettelkasten — German for “slip-box” or “card file”. It is a note-taking method in which ideas are written on individual slips of paper, each given a unique identifier, and then linked to each other by subject headings or explicit cross-references.
The practice is older than it sounds. Conrad Gessner (1516–1565) invented an early version in which individual notes could be rearranged at will — an explicit break from the bound commonplace book tradition. Thomas Harrison’s “Ark of Studies” (Arca studiorum, c. 1640s) described a small cabinet where notes were attached to metal hooks labelled by subject heading. Carl Linnaeus used standardised paper slips to record research in 1767.
The method’s most famous practitioner was the German sociologist Niklas Luhmann (1927–1998). Starting in 1952–1953, Luhmann built a Zettelkasten of roughly 90,000 index cards. He assigned each card a unique hierarchical number — branching off parent cards using decimal notation — so that new ideas could be inserted anywhere in the structure without renumbering everything. He credited the system with enabling around 50 books and 550 articles. Luhmann described the Zettelkasten not as a filing cabinet but as a “communication partner”: the process of writing new cards and navigating old ones would surface unexpected connections that he had not consciously planned.
The Zettelkasten’s key insight is that a note’s value comes less from its content than from its connections. A note isolated in a folder is static; the same note linked to twenty others becomes part of an emergent structure that can surprise its author.
zetl inherits the vocabulary directly: a vault is a Zettelkasten, a wikilink is a slip-to-slip reference, zetl backlinks gives you Luhmann’s “which cards point here?” lookup.
The Memex (1945)
In July 1945, Vannevar Bush — then head of the US Office of Scientific Research and Development — published an essay called “As We May Think” in The Atlantic. In it he described a hypothetical device he called the Memex:
“A memex is a device in which an individual stores all his books, records, and communications, and which is mechanised so that it may be consulted with exceeding speed and flexibility. It is an enlarged intimate supplement to his memory.”
Bush’s Memex would have been a large desk with microfilm storage. The user could call up any document with a few keystrokes, annotate it, and — crucially — create associative trails: named chains of linked frames that could be stored, shared with colleagues, and re-entered later. The trail was Bush’s answer to what he saw as the fatal flaw of conventional indexing: “the human mind operates by association. With one item in its grasp, it snaps instantly to the next that is suggested by the association of thoughts.”
The Memex was never built — the microfilm technology of the day could not support it — but the conceptual architecture shaped nearly every hypertext system that followed. The associative trail is, in essence, a named link graph. Bush’s complaint about rigid hierarchical filing (“artificiality”) is the same complaint that motivates most modern personal knowledge management tools, including zetl.
Project Xanadu and Hypertext (1960s)
Ted Nelson coined the word hypertext in 1963 and spent the next several decades trying to build a working implementation through Project Xanadu.
Nelson’s insight went further than Bush’s in one important way: he wanted links to be bidirectional and permanent. On the web as it exists today, a link is a one-way pointer; the target page has no way of knowing who links to it, and links break freely when pages move. Nelson envisioned a system where every link was a first-class object, every document had a permanent address, and any section of any document could be embedded — transcluded — inside any other, with an unbreakable reference back to the original. He called documents assembled from pieces of other documents compound documents, assembled via zippered lists.
Xanadu’s other key concept was transclusion: rather than copying text into a new document, you include a live reference to the original. When the source changes, so does every transclusion. Nelson saw this as solving plagiarism, enabling micropayment for content, and making the web’s link-rot problem structurally impossible.
Project Xanadu was notoriously difficult to ship — Autodesk funded a version in the 1980s that was never completed — but nearly every idea in it has since been partially implemented somewhere. zetl’s ![[embed]] syntax is transclusion in exactly Nelson’s sense: the embedded content renders from the source file; it is not a copy.
WikiWikiWeb (1995)
Ward Cunningham launched WikiWikiWeb in 1995 — the first publicly editable website. The name came from the Hawaiian word wiki, meaning “quick”. Cunningham described it as “the simplest online database that could possibly work”.
The wiki’s key design decisions were:
- Any page could link to any other page, and if the target didn’t exist yet, clicking the link created it.
- Any user could edit any page, with no access control by default.
- The markup was intentionally plain — a lightweight syntax that kept source text readable.
Wikipedia launched in 2001 on wiki software, eventually becoming the largest reference work ever assembled (7 million English-language articles as of 2026). Enterprise wikis — Confluence, MediaWiki, Notion — replicated the model in controlled environments.
The wiki model proved that linked, collaboratively editable text could scale to enormous size. It also revealed the model’s limits: wikis have little inherent structure; they tend toward disorganisation without active curation; and they are built for shared knowledge rather than personal thinking. The personal knowledge management tools that followed — Roam, Obsidian, Logseq, zetl — took the wikilink as the fundamental primitive while reorienting the tool toward individual use, offline ownership, and structured query.
Where zetl fits
zetl is not trying to be any of the above. It takes specific, bounded ideas from each:
| Ancestor | What zetl takes |
|---|---|
| Zettelkasten | Local files as primary record; links as first-class objects; backlink traversal |
| Memex | Associative trails surfaced by graph queries (zetl links, zetl backlinks) |
| Xanadu | Transclusion (![[embed]]); bidirectional links; vault-first permanence |
| Wiki | Wikilink syntax; human-readable Markdown; web UI for browsing |
What zetl explicitly does not do: it does not own your data (files stay as Markdown), it does not require a server (the index is a local cache), and it does not try to replace your editor. The intellectual heritage here is long — but the design constraint is minimal.
Further reading
- Vannevar Bush, “As We May Think”, The Atlantic, July 1945
- Ted Nelson, Literary Machines (1981) — original Xanadu design
- Niklas Luhmann, “Kommunikation mit Zettelkästen” (1981) — available in English translation
- Ward Cunningham and Bo Leuf, The Wiki Way (2001)
- Sönke Ahrens, How to Take Smart Notes (2017) — accessible modern treatment of Luhmann’s method