digital-gardeners/README.md

167 lines
16 KiB
Markdown
Raw Normal View History

2022-01-17 10:05:47 +01:00
# Digital Gardening Tools and Resources
2020-05-11 22:07:06 +02:00
2022-01-17 10:05:47 +01:00
This collection of apps, tools and articles is here to help you learn more about digital gardening. Ideally, it's here to help you start your own garden.
2022-01-17 10:08:09 +01:00
## What is "digital gardening"?
2022-01-17 10:05:47 +01:00
A garden is something inbetween a personal blog and a wiki. It's a collection of evolving notes, essays, and ideas that aren't strictly organised by their publication date. They're inherently exploratory posts are linked through contextual associations. They aren't refined or complete - posts can be published as half-finished thoughts that will grow and evolve over time. They're less rigid, less performative, and less perfect than the personal "blogs" we're used to encountering on the web.
2020-05-11 22:07:06 +02:00
2022-01-17 10:08:09 +01:00
See the [Theory, Philosophy, and Navel-gazing](https://github.com/MaggieAppleton/digital-gardeners#theory-philosophy-and-navel-gazing) section for more on the 'what' of gardens.
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-29 16:11:35 +02:00
<br />
2020-06-03 11:25:35 +02:00
## Gardening Tools
#### 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.
- [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
- [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
2021-12-06 20:03:44 +01:00
- [Jekyll-Bonsai](https://github.com/manunamz/jekyll-bonsai) - A modern jekyll theme for semantically inclined digital gardeners.
2023-05-23 08:21:29 +02:00
- [Jekyll Garden](https://github.com/Jekyll-Garden/jekyll-garden.github.io) - Clean Jekyll theme supporting bidirectional 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)
- [Foam](https://foambubble.github.io/foam/) - Roam-like personal note management and publishing system built inside VSCode
- [Foamy NextJS](https://github.com/yenly/foamy-nextjs) - Basic Foam + NextJS with MDX starter for building a digital garden
- [Dendron](https://www.dendron.so/) - A structured note taking tool that merges the freedom of Roam-like linking with the order hierarchical organization
- [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.
2022-02-01 17:15:50 +01:00
- [Trilium Notes](https://github.com/zadam/trilium) - A hierarchical note taking application with focus on building large personal knowledge bases.
#### Building a Private Garden
2022-02-11 08:41:17 +01:00
- [Bangle.io](https://bangle.io) - A simple, markdown-based notetaking app that runs locally on your machine.
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.
2022-02-11 08:41:17 +01:00
- [The Archive](https://zettelkasten.de/the-archive) - A fast plain text Markdown note-taking app with Zettelkasten features like linking and tagging.
#### 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-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
- [Own Your Second Brain: Set Up org-roam on Your Own Machine](https://ianjones.us/own-your-second-brain) by Ian Jones
2020-06-03 11:25:35 +02:00
- [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
- [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
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
2022-01-17 10:05:47 +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 the original source of the concept of **Digital Gardening**
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
- [The Garden and the Stream: An IndieWeb Pop-up Session](https://indieweb.org/2020/Pop-ups/GardenAndStream)
- [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-07-07 06:18:04 +02:00
- [Zettelkasten: knowledge and info management](https://zettelkasten.de/)
- [The Zettelkasten Method](https://www.lesswrong.com/posts/NfdHG6oHBJ8Qxc26s/the-zettelkasten-method-1) by Abram Demski
- [A web of wikis](https://doubleloop.net/2020/05/16/a-web-of-wikis/) by Neil Mather
- [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
2022-01-30 11:56:17 +01:00
⭐️ = Featured; unique and exceptional examples
2020-12-17 13:26:07 +01:00
| Gardener & Link | 🛠 Build Tools | 🌿Note Themes |
| -------------------- | ------------------ | ----------------- |
2022-01-30 11:56:17 +01:00
| ⭐️ [Andy Matuschak](https://notes.andymatuschak.org/) | The Mystery Andy System | Note-taking, education, tools for thought |
| ⭐️ [Gwern](https://www.gwern.net/) | [JS, CSS, Hakyll, Haskell](https://www.gwern.net/About#tools) | Quantified self, spaced repetition, bitcoin |
| ⭐️ [Azlen Elza](https://notes.azlen.me/g3tibyfv/) | Notion + Python | Design, Conversational interfaces, Tools for thought
| ⭐️ [Buster Benson](https://busterbenson.com/piles/) | | Behaviour change, dialogue, systems thinking |
2022-01-30 11:56:17 +01:00
| ⭐️ [Tom Critchlow](https://tomcritchlow.com/) | Jekyll | Indie consulting |
| ⭐️ [Chris Aldrich](https://tw.boffosocko.com) | TiddlyWiki + TiddlyBlink + TiddlyMap | Art of Memory, IndieWeb, humanities, commonplace books, thought spaces
| ⭐️ [Gordon Brander](http://gordonbrander.com/pattern/) | [Lettersmith](https://github.com/gordonbrander/lettersmith_py) | Design patterns, storytelling, systems
| ⭐️ [Bill Seitz](http://webseitz.fluxent.com/wiki/) | Flask/Python with [WikiFlux](http://webseitz.fluxent.com/wiki/WikiFlux) | Product management, startups, wiki theory, engineering |
| ⭐️ [Alex Komoroske](https://thecompendium.cards/c/half-baked/) | [Cards Web](https://github.com/jkomoros/card-web) a custom OS platform | Complexity theory, design, systems thinking |
2022-12-31 13:22:17 +01:00
| ⭐️ [Nikita Voloboev](https://wiki.nikiv.dev/) | GitBook | Tool obsessed. Code, web dev, art. |
| [Anne-Laure Le Cunff](https://www.mentalnodes.com/) | TiddlyWiki | Networked thinking, metacognition, evidence-based learning and self-education |
2020-07-09 14:05:15 +02:00
| [Shawn Wang](https://www.swyx.io/writing) | Sapper | Web development, writing, speaking
| [Kevin Cummingham](https://kevincunningham.co.uk) | Gatsby | Web development, React, AWS, GraphQL
2022-01-30 11:56:17 +01:00
| [Maggie Appleton](https://maggieappleton.com/garden) | Next.js | Anthropology, metaphors, visual explanations, and web development
| [Chris Biscardi](https://www.christopherbiscardi.com/garden) | Sector / Toast? | Web development, MDX, GraphQL, Gatsby
2022-01-30 11:56:17 +01:00
| [Neil Mather](https://commonplace.doubleloop.net) | Org-mode | Programming, politics, climate change |
| [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 |
2022-01-30 11:56:17 +01:00
| [Joel Hooks](https://joelhooks.com/) | Gatsby + MDX | Bootstrapping / indie-hacking, community building, web development
2022-04-02 18:19:23 +02:00
| [Ian Jones](https://garden.ianjones.us/) | 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
| [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
| [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 |
| [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 |
| [Chinarut Ruangchotvit](http://autobiography.chinarut.com) | TheBrain | autobiography, personal transformation |
| [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 |
| [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 |
| [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-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 |
| [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 |
| [Aquiles Carattino](https://www.aquiles.me) | Aqui Brain Dump | Science. Notes on books and papers. Technology Transfer. Working in Public |
| [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 |
| [Hiran Venugopalan](https://hiran.in/notes) | Obsidian + Jekyll | Design, Branding, Business, Typography, Product |
| [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 |
| [Blue Book](https://lyz-code.github.io/blue-book/) | MkDocs | Python, DevOps, life automation, health, art, ...|
| [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 |
2022-01-01 11:57:51 +01:00
| [Memento](https://m0wer.github.io/memento/) | [MkDocs](https://www.mkdocs.org/), [MkDocs Newsletter](https://lyz-code.github.io/mkdocs-newsletter/) | Python, GNU/Linux, DevOps, Flutter, traveling, cooking, ...|
2022-12-31 13:19:28 +01:00
## Other digital garden compilations:
* [Nikita's compilation](https://wiki.nikitavoloboev.xyz/other/wiki-workflow#similar-wikis-i-liked)
* [Richard Litt's compilation](https://github.com/RichardLitt/meta-knowledge)
* [KasperZutterman's compilation](https://github.com/KasperZutterman/Second-Brain)
* [Best-of Digital Gardens](https://github.com/lyz-code/best-of-digital-gardens)