-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Summary
Add enwiro-cookbook-obsidian that discovers Obsidian vaults and surfaces them as recipes.
Motivation
Knowledge workers frequently switch between code projects and note-taking contexts. Obsidian vaults are self-contained directories that users interact with via terminal (git sync, grep, scripting) alongside the Obsidian app. Having vaults discoverable as enwiro environments lets users switch between code and notes workspaces seamlessly.
Implementation ideas
- Discover vaults by looking for directories containing a
.obsidian/subdirectory - Configuration takes glob patterns for where to search (e.g.,
~/Documents/*,~/notes/*) - Could also read Obsidian's own vault registry (
~/.config/obsidian/obsidian.jsonon Linux) which lists all known vaults - Recipe name could be the vault directory name
- Description field could show the vault path or number of notes
cookreturns the vault directory path
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels