Files
Shreyanth Suresh Krishnaa ba286490fd obsidian: add page (#22794)
Co-authored-by: Lena Pastwa <lena@lnps.me>
Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
2026-06-29 10:31:28 +07:00

38 lines
769 B
Markdown

# obsidian
> Command-line interface for the Obsidian Markdown note-taking app.
> Note: Requires the Obsidian app to be running.
> More information: <https://obsidian.md/help/cli>.
- Open today's daily note:
`obsidian daily`
- Append a task to today's daily note:
`obsidian daily:append content="- [ ] {{task}}"`
- Create a new note from a template:
`obsidian create name="{{note_name}}" template={{template_name}}`
- Search the vault for text:
`obsidian search query="{{search_query}}"`
- List all incomplete tasks in the vault:
`obsidian tasks todo`
- Read a specific note:
`obsidian read file={{note_name}}`
- Read a note at a specific path relative to the vault root:
`obsidian read path={{path/to/note.md}}`
- Read the active note:
`obsidian read`