2024-06-04 03:59:20 +00:00
|
|
|
---
|
|
|
|
alias: "Digital Garden, Second Brain, Personal Knowledge Management, The Zettelkasten Method"
|
|
|
|
public: "true"
|
|
|
|
slug: "digital-gardens"
|
|
|
|
title: "Digital Gardens"
|
2024-06-06 04:25:48 +00:00
|
|
|
prev: false
|
|
|
|
next: false
|
2024-06-04 03:59:20 +00:00
|
|
|
---
|
2024-06-18 07:32:30 +00:00
|
|
|
<script setup>
|
|
|
|
import { data } from '../../git.data.ts';
|
|
|
|
import { useData } from 'vitepress';
|
|
|
|
const pageData = useData();
|
|
|
|
</script>
|
|
|
|
<h1 class="p-name">Digital Gardens</h1>
|
2024-06-18 20:05:34 +00:00
|
|
|
<p>67 words, ~0 minute read. <span v-html="data[`site/${pageData.page.value.relativePath}`]" /></p>
|
2024-06-18 07:32:30 +00:00
|
|
|
<hr/>
|
2024-06-04 03:59:20 +00:00
|
|
|
|
2024-06-06 06:39:12 +00:00
|
|
|
> Referenced by: [Chronological](/garden/chronological/index.md), [Commune](/garden/commune/index.md), [Garden-RSS](/garden/garden-rss/index.md), [The Cozy Web](/garden/the-cozy-web/index.md), [The Small Web](/garden/the-small-web/index.md)
|
2024-06-04 03:59:20 +00:00
|
|
|
|
|
|
|
Digital Gardens are [Freeform](/garden/freeform/index.md) collections of information made by an individual or community
|
|
|
|
- Alternatives to [Chronological](/garden/chronological/index.md) personal blogs
|
|
|
|
- Exist in a middleground between the dark forest and [The Cozy Web](/garden/the-cozy-web/index.md)
|
|
|
|
|
2024-06-18 20:05:34 +00:00
|
|
|
[This Knowledge Hub](/garden/this-knowledge-hub/index.md) is a digital garden
|
2024-06-04 03:59:20 +00:00
|
|
|
|
|
|
|
Collections of digital gardens and resources for creating them:
|
|
|
|
- **[https://github.com/MaggieAppleton/digital-gardeners](https://github.com/MaggieAppleton/digital-gardeners)**
|
|
|
|
- https://github.com/lyz-code/best-of-digital-gardens
|
|
|
|
- https://github.com/KasperZutterman/Second-Brain
|