Back

A_Garden.jpg

Digital Gardening

flowchart TD
 couch[(CouchDB)]
 Admin --> Obsidian1
 Collaborator --> Obsidian2
 Obsidian1 -->|publish| github
 Obsidian1 -->|sync| couch
 Obsidian2 -->|sync| couch
 github -->|deploy| versel.com
 versel.com -->|run npm| digitalgarden

Authoring

Content is created in Obsidian toms obsidian setup


Collaboration

By sharing a common sync target (S3 Bucket) collaboration on obsidian content is achieved.
See Collaboration in Obsidian for Details on Setup.


Properties

Properties are set to define:


Presentations

Documents structured by —- can be used for a slide presentation (10 - 15min)


LLM Integration

Documents marked with property rag can be fed to a LLM
Have a conversation with our Vault


Publish

publishing is achieved by digital garden plugin via git and versel.com.
Publishing is restricted to the Admin Group.
Before publishing Admins will scan the document, to make sure no confidential information gets published.
Appearance can be configured in the plugin settings.