dendron
Installation
SKILL.md
Dendron Skill
This skill helps you read, search, and create Dendron notes using the filesystem or the local notes.db sqlite database. Notes are plaintext markdown with dot-delimited filenames. Vaults are folders containing a dendron.yml and notes/ directory.
When to Use
- Navigating or querying existing notes (filesystem or sqlite)
- Creating new notes in the current vault
- Creating report notes when user asks for a report
- Running cross-vault queries only when explicitly requested
Vault Selection
- Default to the vault of the current working directory (the active vault).
- Only run across all workspace vaults if the user explicitly asks.
- Inspect
dendron.ymlto see workspace vault list (workspace.vaults).
File Conventions
- Notes live under
<vault>/notes/and are named with dot-delimited ids plus.md. - Common hierarchies:
daily.journal.YYYY.MM.DD,task.YYYY.MM.DD,books.*,scratch.*. - Wikilinks use
[[...]].