mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
ba286490fd
Co-authored-by: Lena Pastwa <lena@lnps.me> Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
38 lines
769 B
Markdown
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`
|