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

TABLE
FROM [[]]
 
FLATTEN choice(contains(artist, this.file.link), 1, "") + choice(contains(author, this.file.link), 1, "") + choice(contains(director, this.file.link), 1, "") + choice(contains(source, this.file.link), 1, "") as direct_source
 
WHERE !direct_source
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>
}