digital garden

[[concept]]

digital gardening is a squishy concept with no real definition. I peronsally use Digital Garden to describe

  • a {-1||private personal note-taking, knowledge-management, and thinking system-} that typically is inspired by (or resembles) {-2||Zettelkasten, evergreen notes, and/or second-brain-}, systems in conjunction with
  • A {-3||public-facing “blog”-like component-} where an author shares some or all of their notes

Under this characterization/as an extension or consequence, Private gardening is a note-taking system. Public gardening is an information-sharing philosophy. digital gardening is an internet aesthetic that combines a private garden with a public garden.

This notion is corroborated/informed by the analyses by Maggie Appleton in A Brief History & Ethos of the Digital Garden, which seems to be considered one of the canonical writings on digital gardens and nerdy note-taking.

References

References

Digital gardens let you cultivate your own little bit of the internet

A Brief History & Ethos of the Digital Garden

The Garden and the Stream- A Technopastoral (essay)


See Also

Mentions

Mentions

TABLE file.mday as "Last Modified"
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
SORT file.name ASC
SORT file.mday DESC
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>
}