Obsidian

๐Ÿ—’๏ธ Current Setup

Obsidian is the foundation of my Digital Garden โ€” a knowledge base published at brain.lipowczan.pl through Quartz 4 SSG. The vault is managed by LLM agents (Claude Code) โ€” they ingest sources, compile articles, maintain indexes, and watch over quality. More on the approach: LLM Knowledge Bases.

Key elements of the current setup:

  • Quartz 4 as static site generator โ†’ deploy via GitHub Actions on push to v4
  • Agent-maintained โ€” most vault operations (ingest, compile, reindex, lint) are performed by AI agents
  • Wikilinks + graph โ€” navigation through links, agents maintain the link graph
  • Git-based sync โ€” vault = git repo, accessible on desktop and mobile

Markdown

Basic Syntax | Markdown Guide programming

  • Checkbox:
- []  

Mine templates

Basic note: basic_notes Daily journal: daily_journal Book: book Knowledge: knowledge_note_info Learning notes: learning_notes Plane trip planning: plane_trip_planning

External Templates

OB_Template/0A_3_1_Project.md at main ยท llZektorll/OB_Template (github.com) obsidian-template/templates at master ยท tuan3w/obsidian-template (github.com) 6 Useful Templates for Obsidian (filipedonadio.com)

Setup on mobile

  1. Downloaded MGit maks/MGit: A Git client for Android. (github.com)
  2. Cloned repository to local storage on android using MGit Entered my repository url: plipowczan/brain (github.com)
  3. Downloaded Obsidian mobile: Mobile Apps - Obsidian
  4. I set the Obsidian Vault based on the cloned in step 2 repo - pointed to the local content folder where cloned files were downloaded