all definitions of Zettelkasten are speculative
[[distillation-data]]
Niklas Luhmann wrote very little on his "slip box" Zettelkasten note-taking system. Others have since studied his methods and attempted to capture them into a cohesive set of principles. I call these attempts "modern definitions of Zettelkasten".
I argue that the only "true" definition of Zettelkasten is the exact system that Luhmann created as his thinking partner. I claim that the use of "Zettelkasten" outside of Luhmann's personal system is simply a term for a flavor of nerdy note system.
Mentions
| File |
|---|
| Zettelkasten |
| describe using characteristics rather than labels |
| digital gardening is a squishy concept |
| my digital garden is also a zettelkasten |
| my note-taking system |
const { dateTime } = await cJS()
return function View() {
const file = dc.useCurrentFile();
return <p class="dv-modified">Created {dateTime.getCreated(file)} ֍ Last Modified {dateTime.getLastMod(file)}</p>
}