obsidian read file="Note" | Read a note by name |
obsidian create name="Note" content="..." | Create a new note |
obsidian append file="Note" content="..." | Append content to a note |
obsidian search query="term" limit=10 | Search vault content |
obsidian daily:read | Read today’s daily note |
obsidian daily:append content="..." | Append to today’s daily note |
obsidian property:set name="key" value="val" | Set frontmatter properties |
obsidian tasks daily todo | List daily tasks |
obsidian tags sort=count counts | List tags with counts |
obsidian backlinks file="Note" | Show backlinks for a note |