aliases | type | description | dg-home | dg-publish | |||
---|---|---|---|---|---|---|---|
|
tutorial |
The home page tutorial for Obsidian Garden |
true |
true |
β οΈ If you are viewing this on obsidian.garden please be aware that Obsidian Publish does not yet support community plugins so not all featured are rendered - the project is best viewed in Obsidian desktop.
[[π©βπΎ Gardening Tips/πͺ¨ π³ Obsidian Garden|πͺ¨ π³ Obsidian Garden]] is a open-source guide to creating your own [[π Terms/π§ Knowledge Systems/π³ Digital Garden|π³ Digital Garden]] with Obsidian.
The garden is contained within in it's own [[π Terms/π§ Knowledge Systems/π Knowledge Management|π Knowledge Management System]] - designed as a template for you to learn the basics of working with [[π Terms/πͺ¨ Obsidian/πͺ¨ Obsidian|πͺ¨ Obsidian]] and extend and remix in to your own.
![[π Attachments/the-knowledge-garden.png]]
The easiest way to start is clone this GitHub repository containing the most up to date version, or download it as a zip file.
git clone https://github.com/tanepiper/obsidian-garden.git
Then you can open in [[π Terms/πͺ¨ Obsidian/πͺ¨ Obsidian|πͺ¨ Obsidian]] - make sure the [[π©βπΎ Gardening Tips/πͺ¨ Obsidian/π Plugins & π Theme|π Plugins & π Theme]] are also installed.
β οΈ The Obsidian Garden is currently in active development and evolving - it's being developed in the open but is subject to changes, and may contain broken links and errors
π‘ Great ideas happen when there is an [[π Terms/π‘ Concepts/Connection|connection]] between knowledge and inspiration.
For thousands of years humans have tried to make sense of the world around them. Scientists, philosophers, writers, and even you and [[π¨βπ§βπ¦ People/π§π»βπ» Tane Piper|I]] try to categorise it, understand how it works and create [[π Terms/π‘ Concepts/System|systems]] that allow us to store and process this knowledge.
Each time this has allowed new ideas to form, adding to the collective [[π Terms/π§ Knowledge Systems/Knowledge Graph|Knowledge Graph]] from which more build on - but in our modern world there are so many distractions and so much new information to process that it can be really hard to see the [[π Terms/πͺ¨ Obsidian/Link|links]] between things.
From our own minds, to a collection of half-filled notebooks in a drawer and from a bookshelf of unread books to your nearest library - all contain the inspiration we need to think of our next great idea.
βοΈ When it come to storing our ideas - in the worst-case we use only our brain.
When we do this, an idea can only exist within the boundaries of our own imagination. No one else yet knows about your idea (unless there is a Multiple Discovery - but this also means you're losing out).
Without communicating this idea the first real risk in [[π Terms/π‘ Concepts/Information Rot|Information Rot]] is you!
In the west, oral tradition is unreliable - telling people about your idea is great, but passed on information tends to be unreliable and incomplete. Only the source is truly reliable, and even then at risk of forgetting details.
The only way to truly capture an idea is to write it down, draw it, or record it. Even here there's a risk that without one single place to put it all - you will miss out on [[π Terms/π‘ Concepts/Connection|connecting]] it all together.
In [[π Terms/π§ Knowledge Systems/π Knowledge Management|Knowledge Management]] systems there is concept of the "second brain" - a dynamic and visual hard drive that we can consciously put our stream of thoughts and ideas in to.
On top of this we build the [[π Terms/π§ Knowledge Systems/π³ Digital Garden]] idea - in this guide known as the Knowledge Garden - this is not a new idea, instead we build on this concept and use it as a base template to show a working system.
Using [[π Terms/πͺ¨ Obsidian/πͺ¨ Obsidian|Obsidian]] and this guide you can use it to create your own system - either by extending, or creating your own from scratch.
By extending Obsidian with [[π©βπΎ Gardening Tips/πͺ¨ Obsidian/π Plugins & π Theme|π Plugins and a π Theme]] we can start to build with more functionality for creating and querying the underlying data.
This guide is designed to get you starting in understanding why a [[π Terms/π§ Knowledge Systems/π Knowledge Management|Knowledge Garden]] is useful and to help reduce the learning curve.
β³ Like a real garden, good ideas need nurtured and take time to grow - but can reap rewards when cared for correctly.
To escape the distractions of life we can visit our [[π©βπΎ Gardening Tips/πͺ¨ π³ Obsidian Garden|Obsidian Garden|Knowledge Garden]] to reconnect with [[π©βπΎ Gardening Tips/πͺ΄ Sowing Your Garden/π± Planting Seeds|π± new]] and [[πͺ΄ Grow Room|πͺ΄ old]] knowledge and create [[π Terms/πͺ¨ Obsidian/Link|links]] between them so we can see the [[π Terms/π§ Knowledge Systems/Knowledge Graph|Knowledge Graph]] that connects them.
Adding enhanced richness with #tags
and Variables::
allows us to perform [[searches]] and [[build queries]] that allow us to [[π©βπΎ Gardening Tips/πͺ΄ Sowing Your Garden/π― Create Custom Dashboards|π― Create Custom Dashboards]] and code blocks that let us see through the overgrowth of all the data - display tables, and lists - both basic to do items.
Every [[π¨βπ§βπ¦ People|person's]] garden is different - some are neatly manecured and ordered, while some are more organic and wild - both need nurturing and tending too.
The suggested flow shows one way of thinking how items are handled - when you have an idea (or want to collect a link, a picture of a doodle, create a contact) you can start with a [[β£ Templates/π Basic Note]] - or select a more detailed β£ Template.
All items start in the π± Seed Box - an inbox for all items that need [[triage]]. Items can then go into the immediate πͺ΅ Backlog, or be categorised and filed - once items have been created they create new opportunities for new ideas to be created.
graph LR
Idea((Get Idea)) -- Braindump --> Notes([Create Seeds])
Notes --> Triage{Triage}
Triage --> Dump
Triage --> Backlog
Backlog --> Dump
Backlog --> Organise
Triage --> Organise{{Organise Items}}
Organise -- Create --> Person
Person --> Research>Conduct Research]
Organise -- Create --> Term
Term --> Research
Organise -- Create --> Todo
Todo -- Discover --> Idea
Research -- Question --> Person
Research -- Discover --> Idea
Research -- Formulate --> Create
Create -- Iterate --> Idea
β This set of tools is released under Creative Commons Zero v1.0 Universal [[LICENSE]]
If you are looking for a more fully featured [[π Terms/π§ Knowledge Systems/π Knowledge Management|Knowledge Management]] system check out LytKit
%% Once you're ready, feel free to change this readme and turn it into your home dashboard. %%
table file.ctime as "Planted at"
from "πͺ΅ Backlog"
sort file.ctime DESC
table file.ctime as "Planted at"
from "π± Seed Box"
sort file.ctime DESC
limit 5
table file.mtime as "Last tended to"
where file.mtime < (date(today) + dur(1 day))
sort file.mtime DESC
limit 5