2020-05-11 22:07:06 +02:00
# Digital Gardening
2020-05-12 12:33:48 +02:00
A collective of gardeners publicly tending their digital notes on the interwebs
2020-05-11 22:07:06 +02:00
2020-06-03 11:17:24 +02:00
![An illustration of a plant with an pencil edit icon ](https://res.cloudinary.com/dg3gyk0gu/image/upload/c_scale,w_850/v1590401937/maggieappleton.com/notes/garden-history/garden-wide.png )
2020-05-25 01:10:29 +02:00
2020-05-29 16:11:35 +02:00
< br / >
2020-05-25 01:10:29 +02:00
2020-06-03 11:25:35 +02:00
## Gardening Tools
2020-07-04 16:22:26 +02:00
#### Building a Public Garden
2021-07-02 11:14:22 +02:00
- [Roam Research ](https://roamresearch.com/ ) - A personal notes system for interconnected thought
- See the following resources for converting your private garden in Roam to a public garden:
- [Roam Garden ](https://roam.garden/ ) a service that does all the setup for you based on JSON export
- [Gatsby Theme Garden ](https://github.com/mathieudutour/gatsby-digital-garden/ ) Gatsby theme that supports using Roam as a source
- [Roam-to-Garden ](https://github.com/DoomHammer/roam-to-git/tree/roam-to-garden ) Jekyll based converter for your Roam Data
- [Obsidian ](https://obsidian.md/ ) - a Roam-like knowledge base that works on top of a local folder of plain text Markdown files. Also allows you to publish selections of your graph to the open web.
2020-07-04 16:22:26 +02:00
- [TiddlyWiki ](https://tiddlywiki.com/ ) - A no-code personal wiki system
2020-07-04 17:06:03 +02:00
- [Stroll ](https://giffmex.org/stroll/stroll.html ) a TiddlyWiki plugin with bi-directional links and other Roam-like features
2020-07-04 16:22:26 +02:00
- [TiddlyMap ](http://tiddlymap.org/ ) - a mind-map plugin that shows visualizations for TiddlyWiki.
- [Gitbook ](https://www.gitbook.com/ )
- [React-Notion ](https://github.com/splitbee/react-notion/ ) - allows you to publish a React-based website sources from your Notion notes - "Notion as a CMS"
- [Gatsby Brain Theme ](https://github.com/aengusmcmillin/gatsby-theme-brain ) - Roam-like bidirectional links in Gatsby.js
- [Gatsby Andy Theme ](https://github.com/aravindballa/gatsby-theme-andy )
- [Gatsby Theme Garden ](https://github.com/mathieudutour/gatsby-digital-garden/ ) - A set of tools to build a digital garden with Gatsby.js. Pull data from Roam Research or markdown.
- [Simply Jekyll ](https://simply-jekyll.netlify.app/posts/introduction-to-simply-jekyll ) - A Jekyll theme with bidirectional links, sidenotes, and transclusion
2020-07-04 17:06:03 +02:00
- [Digital Garden Jekyll Template ](https://github.com/maximevaillancourt/digital-garden-jekyll-template ) - A simple, clean jekyll template with bi-directional links
2020-07-24 01:55:21 +02:00
- [Eleventy Garden ](https://github.com/b3u/eleventy-garden ) - A minimal template with backlinks, built in [Eleventy ](https://11ty.dev )
2020-07-04 16:22:26 +02:00
- [Foam ](https://foambubble.github.io/foam/ ) - Roam-like personal note management and publishing system built inside VSCode
2020-12-28 23:58:03 +01:00
- [Foamy NextJS ](https://github.com/yenly/foamy-nextjs ) - Basic Foam + NextJS with MDX starter for building a digital garden
2021-02-09 12:26:23 +01:00
- [Dendron ](https://www.dendron.so/ ) - A structured note taking tool that merges the freedom of Roam-like linking with the order hierarchical organization
2021-07-14 09:38:28 +02:00
- [Hyperdraft ](https://hyperdraft.rosano.ca ) - Turns plain markdown notes into a website as you write. Easy to setup and doesn't require builds or deploys.
- [Neuron ](https://github.com/srid/neuron ) - Managing and publishing system for plain-text Zettelkasten-style notes.
2021-07-02 11:12:12 +02:00
- [Innos Notes ](https://innos.io/ ) – Features include parallel pages, content blocks, and knowledge graph visualisations.
2020-07-04 16:22:26 +02:00
#### Building a Private Garden
2020-09-14 16:50:02 +02:00
- [Org Roam ](https://www.orgroam.com/ ) - non-hierarchical note-taking with org-mode in emacs
2020-07-10 23:33:41 +02:00
- [TheBrain ](https://www.thebrain.com/ ) - A tool for taking interconnected notes with an interactive graph.
2020-07-04 16:22:26 +02:00
#### Extra Gardening Tools
- [Webmentions ](https://indieweb.org/Webmention ) - About the Webmentions system
- [Webmention.io ](https://webmention.io/ ) - A service to add Webmentions to your Garden
- [Hypothesis ](https://web.hypothes.is/ ) - A layer of social meta commentary
2021-07-02 11:12:12 +02:00
- [mkdocs-newsletter ](https://lyz-code.github.io/mkdocs-newsletter/ ) - An add-on to the [MKdocs ](https://www.mkdocs.org/ ) platform that generates a newsletter logging which pages have changed
2020-07-04 16:22:26 +02:00
2020-06-03 11:25:35 +02:00
< br / >
## How-To's and Tutorials
- [How to build a digital garden with TiddlyWiki ](https://nesslabs.com/digital-garden-tiddlywiki ) by Anne-Laure Le Cunff
- [Install org-roam: an introductory technical guide with Doom Emacs ](https://www.ianjones.us/2020-05-05-doom-emacs/ ) by Ian Jones
- [Building a Digital Garden ](https://tomcritchlow.com/2019/02/17/building-digital-garden/ ) by Tom Critchlow
- [Webmentions - Joining the IndieWeb with Svelte ](https://www.swyx.io/writing/clientside-webmentions ) by Shawn Wang
2021-03-14 01:18:32 +01:00
- [How to plant a Garden ](https://www.loom.com/share/05ac911308554668a6b35fd2b321d3d9 ) a video walkthrough for converting your RoamResearch DB into a public garden by [Vlad Sitalo ](https://twitter.com/VladyslavSitalo )
2021-04-30 10:14:53 +02:00
- [Digital Gardening for Non-Technical Folks ](https://maggieappleton.com/nontechnical-gardening ) by Maggie Appleton
- [5 No Code Digital Gardening Tools ](https://ianjones.us/notes/digital-garden/five-no-code-digital-gardens ) by Ian Jones
2020-06-03 11:25:35 +02:00
2020-05-29 16:11:35 +02:00
< br / >
2020-05-11 22:10:54 +02:00
2020-05-12 00:06:12 +02:00
## Theory, Philosophy, and Navel-Gazing
2020-05-11 22:07:06 +02:00
2020-12-01 18:20:50 +01:00
- **[The Garden and the Stream: A Techno pastoral](https://hapgood.us/2015/10/17/the-garden-and-the-stream-a-technopastoral/)** by Mike Caulfield
2020-05-13 01:20:23 +02:00
- [Of Digital Streams, Campfires and Gardens ](https://tomcritchlow.com/2018/10/10/of-gardens-and-wikis/ ) by Tom Critchlow
2020-05-13 01:18:57 +02:00
- [How the Blog Broke the Web ](https://stackingthebricks.com/how-blogs-broke-the-web/ ) by Amy Hoy
- [My blog is a digital garden, not a blog ](https://joelhooks.com/digital-garden ) by Joel Hooks
- [You and your mind garden ](https://nesslabs.com/mind-garden ) by Anne-Laure Le Cunff
2020-05-13 01:22:52 +02:00
- [Digital Garden Terms of Service ](https://www.swyx.io/writing/digital-garden-tos/ ) by Shawn Wang
2020-05-14 17:23:32 +02:00
- [What is a digital garden? ](https://www.christopherbiscardi.com/garden ) by Chris Biscardi
2020-05-31 08:34:09 +02:00
- [The Garden and the Stream: An IndieWeb Pop-up Session ](https://indieweb.org/2020/Pop-ups/GardenAndStream )
2020-07-04 16:22:26 +02:00
- [The Swale: Weaving between Garden and Stream ](https://bonkerfield.org/2020/05/swale-garden-stream/ ) by Will Stedden
2020-12-01 18:20:50 +01:00
- [A Brief History & Ethos of the Digital Garden ](http://maggieappleton.com/garden-history ) by Maggie Appleton
2020-06-03 11:20:01 +02:00
< br / >
2020-12-17 13:26:07 +01:00
## Common Ground: Zettelkasten, Knowledge Graphs, Wikis, and Related Concepts
2020-06-03 11:20:01 +02:00
2020-06-03 11:25:35 +02:00
- [The Knowledge Graph Radar ](https://github.com/brettkromkamp/knowledge-graph-radar )
2020-07-07 06:18:04 +02:00
- [Zettelkasten: knowledge and info management ](https://zettelkasten.de/ )
2020-05-31 08:34:09 +02:00
- [The Zettelkasten Method ](https://www.lesswrong.com/posts/NfdHG6oHBJ8Qxc26s/the-zettelkasten-method-1 ) by Abram Demski
2020-07-04 16:22:26 +02:00
- [A web of wikis ](https://doubleloop.net/2020/05/16/a-web-of-wikis/ ) by Neil Mather
2020-05-31 08:34:09 +02:00
- [Bliki tooling ](https://doubleloop.net/2020/05/02/bliki-tooling/ ) by Neil Mather
- [Hack Your Life With A Private Wiki Notebook, Getting Things Done, And Other Systems ](http://webseitz.fluxent.com/wiki/HackYourLifeWithAPrivateWikiNotebookGettingThingsDoneAndOtherSystems ) by Bill Seitz
- [As We May Think ](https://www.theatlantic.com/magazine/archive/1945/07/as-we-may-think/303881/ ) by Vannevar Bush (The Atlantic, 1945)
2020-05-11 22:09:26 +02:00
2020-05-29 16:11:35 +02:00
< br / >
2020-05-12 12:32:15 +02:00
## Digital Garden Directory
2020-05-11 22:09:26 +02:00
2020-12-17 13:26:07 +01:00
| Gardener & Link | 🛠 Build Tools | 🌿Note Themes |
2020-07-04 16:22:26 +02:00
| -------------------- | ------------------ | ----------------- |
2020-10-16 01:09:32 +02:00
| [Andy Matuschak ](https://notes.andymatuschak.org/ ) | The Mystery Andy System | Note-taking, education, tools for thought |
2020-07-04 16:22:26 +02:00
| [Anne-Laure Le Cunff ](https://www.mentalnodes.com/ ) | TiddlyWiki | Networked thinking, metacognition, evidence-based learning and self-education |
| [Tom Critchlow ](https://tomcritchlow.com/ ) | Jekyll | Indie consulting |
2020-07-09 14:05:15 +02:00
| [Shawn Wang ](https://www.swyx.io/writing ) | Sapper | Web development, writing, speaking
2020-07-04 16:22:26 +02:00
| [Kevin Cummingham ](https://kevincunningham.co.uk ) | Gatsby | Web development, React, AWS, GraphQL
2021-02-09 12:26:23 +01:00
| [Maggie Appleton ](https://maggieappleton.com/garden ) | Gatsby + MDX | Anthropology, metaphors, visual explanations, and web development
| [Chris Biscardi ](https://www.christopherbiscardi.com/garden ) | Sector / Toast? | Web development, MDX, GraphQL, Gatsby
| [Wess Daniels ](https://nurselog.online ) | Tiddlywiki (Pre-Release 5.1.23) | Culture and systems change, liberation theology, tech and pedagogy
2020-07-04 17:21:37 +02:00
| [Aengus McMillin ](https://aengusmcmillin.com/brain ) | Gatsby | Programming, Stoicism |
2020-08-14 14:57:32 +02:00
| [Azlen Elza ](https://notes.azlen.me/g3tibyfv/ ) | | Design, Conversational interfaces, Tools for thought
2021-02-22 02:37:05 +01:00
| [Joel Hooks ](https://joelhooks.com/ ) | Gatsby + MDX | Bootstrapping / indie-hacking, community building, web development,
2021-03-30 08:40:47 +02:00
| [Ian Jones ](https://ianjones.us/notes ) | Gatsby | Web development, Gatsby, Emacs
| [Wayan Jimmy ](https://notebook.wayanjimmy.xyz ) | Gatsby ([Hasura Gitbook Starter](https://github.com/hasura/gatsby-gitbook-starter)) | Coding, Learning notes
2021-02-09 12:26:23 +01:00
| [Markus ](https://re1.dev/wiki/ ) | Eleventy | Design, linux, privacy
2020-09-15 18:17:06 +02:00
| [Max Stoiber ](https://notes.mxstbr.com/About_these_notes ) | The Mystery Andy System | React, web development
| [Gwern ](https://www.gwern.net/ ) | [JS, CSS, Hakyll, Haskell ](https://www.gwern.net/About#tools ) | Quantified self, spaced repetition, bitcoin
2021-02-09 12:26:23 +01:00
| [Chris Aldrich ](https://tw.boffosocko.com ) | TiddlyWiki + TiddlyBlink + TiddlyMap | Art of Memory, IndieWeb, humanities, commonplace books, thought spaces
2020-09-15 18:17:06 +02:00
| [Neil Mather ](https://commonplace.doubleloop.net ) | Org-mode | Programming, politics, climate change |
2021-02-09 12:26:23 +01:00
| [Gordon Brander ](http://gordonbrander.com/pattern/ ) | [Lettersmith ](https://github.com/gordonbrander/lettersmith_py ) | Design patterns, storytelling, systems
2020-09-15 18:17:06 +02:00
| [Bill Seitz ](http://webseitz.fluxent.com/wiki/ ) | Flask/Python with [WikiFlux ](http://webseitz.fluxent.com/wiki/WikiFlux ) | Product management, startups, wiki theory, engineering |
2021-02-09 12:26:23 +01:00
| [Daniel Chapman ](https://www.dschapman.com/notes ) | Gatsby | Books, Writing, Poetry
2020-09-15 18:17:06 +02:00
| [Will Stedden ](https://bonkerfield.org/ ) | Custom coding a [side project ](https://bonkerfield.org/2020/05/swale-garden-stream/ ) | Machine learning, automated language generation, quantum physics art, online transparency
2020-07-11 12:07:36 +02:00
| [Salman Ansari ](https://notes.salman.io/ ) | Gatsby | Start-ups, engineering |
2020-07-05 23:01:05 +02:00
| [Fabien Benetou ](https://fabien.benetou.fr/ ) | PmWiki (with plenty of extensions PHP/JS/NodeJS/WebXR/CSS/Processing/etc) | Everytyhing but particularly programming, tools, tools for thoughts |
2020-07-11 12:23:21 +02:00
| [Waylon Walker ](https://waylonwalker.com/notes ) | Gatsby | python, data-engineering, coding, learning notes |
2020-08-14 15:13:41 +02:00
| [Cristian Rojas ](https://notes.crisrojas.com ) | [Hugo Zettels theme ](https://github.com/crisrojas/zettels ) | 🇪🇸 Drawing, coding, biology, introspection |
2020-07-13 04:41:13 +02:00
| [Chinarut Ruangchotvit ](http://autobiography.chinarut.com ) | TheBrain | autobiography, personal transformation |
2020-07-13 14:45:45 +02:00
| [Steve Dondley ](https://steve.dondley.com/notes/ ) | Jekyll, vimwiki | Tech, software, automation, some politics and issues |
2021-05-03 18:13:10 +02:00
| [Scott Spence ](https://scottspence.com/garden/ ) | Toast + MDX | Web development, MDX, GraphQL, Gatsby, styled-components |
2021-01-02 23:39:43 +01:00
| [Devine Lu Linvega ](https://wiki.xxiivv.com ) | C | Sailing, Design, Livecoding, Plan9 |
2020-09-22 16:59:18 +02:00
| [Milkii Brewster ](https://wiki.thingsandstuff.org ) | MediaWiki | Various life and tech topics, mostly Linux and audio FOSS |
2020-10-16 01:09:32 +02:00
| [Maxime Vaillancourt ](https://maximevaillancourt.com/notes ) | Jekyll ([open-source template](https://maximevaillancourt.com/blog/setting-up-your-own-digital-garden-with-jekyll)) | personal growth, ruby, web, linux |
2020-09-30 13:37:09 +02:00
| [Andy Byers ](https://notes.ajb.app ) | Jekyll | notes on coding, note taking, personal knowledge management and other random thoughts. |
2020-11-05 23:06:36 +01:00
| [Abstractxan ](https://abstractxan.xyz ) | C++ ([Mizi](https://github.com/AbstractXan/Mizi)) | Tech, Art, Curating resources |
2020-11-05 19:05:31 +01:00
| [Nikita Voloboev ](https://wiki.nikitavoloboev.xyz ) | GitBook | Tool obsessed. Code, web dev, art. |
2020-11-23 00:28:11 +01:00
| [Luciano Strika ](https://strikingloo.github.io/wiki/ ) | Jekyll | Personal Wiki, Digital Garden. StrikingLoo's Haphazard Repository of Knowledge, Opinions and Trivia |
2020-12-12 08:13:19 +01:00
| [Piotr Gaczkowski ](https://garden.doomhammer.info ) | Jekyll + Roam Research as backend | Book notes, Codex Vitae, cocktails, experiments |
2021-01-17 19:48:55 +01:00
| [Tymon Zaniewski ](https://garden.tymon-zaniewski.xyz ) | Jekyll ([open-source template](https://maximevaillancourt.com/blog/setting-up-your-own-digital-garden-with-jekyll)) | personal wiki, DIY electronics, making music |
2020-12-02 10:31:20 +01:00
| [Aquiles Carattino ](https://www.aquiles.me ) | Aqui Brain Dump | Science. Notes on books and papers. Technology Transfer. Working in Public |
2020-12-28 23:58:03 +01:00
| [Yenly Ma ](https://yenly.wtf ) | [Foamy NextJS ](https://github.com/yenly/foamy-nextjs ) and NextJS with MDX | Digital garden of gardens. Learning and making in public. |
2021-01-03 13:44:55 +01:00
| [Rosano ](https://rosano.hmm.garden ) | Hyperdraft + [Garden ](https://hmm.garden ) | Music / Design / Technology |
2021-01-17 18:11:53 +01:00
| [Chase McCoy ](https://chasem.co/notes ) | Gatsby + MDX | Web development, CSS, design systems |
2021-01-20 23:44:08 +01:00
| [Charlie Trochlil ](https://blog.charlietrochlil.com ) | Maxime's [jekyll template ](https://maximevaillancourt.com/blog/setting-up-your-own-digital-garden-with-jekyll ) | Learning, art, online spaces, baking |
2021-02-08 05:58:43 +01:00
| [Hiran Venugopalan ](https://notes.hiran.in/ ) | Obsidian + Jekyll | Design, Branding, Business, Typography, Product |
2021-03-14 01:18:32 +01:00
| [Vlad Sitalo ](https://vlad.roam.garden/ ) | [Roam Garden ](https://roam.garden/ ) | How to define code readability objectively? Applying SRS to all the things, Building Roam Garden |
| [Joel Chan ](https://joelchan.roam.garden/ ) | [Roam Garden ](https://roam.garden/ ) | Knowledge synthesis, Scientific Creativity |
2021-02-09 12:26:23 +01:00
| [Blue Book ](https://lyz-code.github.io/blue-book/ ) | MkDocs | Python, DevOps, life automation, health, art, ...|
2021-03-04 05:34:26 +01:00
| [Oshyan Greene ](https://garden.oshyan.com ) | Discourse | Productivity, Digital Gardening, Ideas, Reviews, and Recommendations |
2021-04-08 21:55:26 +02:00
| [Clinton Boys ](https://mtsolitary.com ) | org-roam + Hugo | Writing, data science, math, life |
2021-07-01 20:46:59 +02:00
| [David Ralph Lewis ](https://notes.davidralphlewis.co.uk ) | TiddlyWiki | Writing, poetry, wellbeing, psychology |
2021-06-11 13:57:23 +02:00
| [Soren Bjornstad ](https://zettelkasten.sorenbjornstad.com ) | TiddlyWiki + homegrown scripts | Almost everything; emphasis on tech, reading, and how to live |
2021-07-02 11:04:48 +02:00
| [Paul Batchelor ](https://pbat.ch/wiki ) | [WeeWiki ](https://pbat.ch/wiki/weewiki ) | Computer Music, Audio Programming, Literate Programming, Food |