Obsidian-Compatible Commands
Generated by python scripts/wiki.py obsidian export.
| Obsidian feature | Command | Purpose |
|---|---|---|
| Search | python scripts/wiki.py search <query> | Find files in the vault. |
| Quick switcher / context | python scripts/wiki.py context L1 --query <query> | Open a compact context pack around a topic. |
| Quick switcher | python scripts/wiki.py obsidian quick <query> | Find likely pages by title, id, alias, or body. |
| Backlinks | python scripts/wiki.py obsidian backlinks <page> | Show linked backlinks and unlinked mentions. |
| Outgoing links | python scripts/wiki.py obsidian outgoing <page> | Show resolved and unresolved outgoing links. |
| Outline | python scripts/wiki.py obsidian outline <page> | Show heading tree for a page. |
| Page preview | python scripts/wiki.py obsidian preview <page> | Show a short hover-style preview. |
| Tags view | python scripts/wiki.py obsidian tags | List tags and tagged pages. |
| Properties view | python scripts/wiki.py obsidian properties | Summarize frontmatter properties and inferred types. |
| Tasks | python scripts/wiki.py obsidian tasks | Scan Markdown checkbox tasks. |
| Daily notes | python scripts/wiki.py obsidian daily | Create a dated daily note from the template. |
| Unique note creator | python scripts/wiki.py obsidian unique --title <title> | Create a timestamped inbox note. |
| Random note | python scripts/wiki.py obsidian random | Pick a random wiki page. |
| Word count | python scripts/wiki.py obsidian word-count | Show word and character counts. |
| Footnotes view | python scripts/wiki.py obsidian footnotes | Audit footnote definitions and references. |
| Slides | python scripts/wiki.py obsidian slides <page> | Export a note-derived Markdown slide deck. |
| Bases / Canvas / Bookmarks / Workspaces | python scripts/wiki.py obsidian export | Regenerate Obsidian vault artifacts. |