obx daily
The obx daily command is a shortcut for immediately creating or appending to today’s daily note in your Obsidian vault.
obx daily "Your thought or task here" [flags] [vault_path]Options
Section titled “Options”| Flag | Shorthand | Description | Default |
|---|---|---|---|
--folder | -d | Target folder for daily notes | daily |
--format | -f | Date format string (Go time package format) | 2006-01-02 |
Examples
Section titled “Examples”Appending a thought
Section titled “Appending a thought”obx daily "Remember to check the pipeline logs"If your daily note for today (e.g., daily/2023-10-27.md) exists, this will append the text to the bottom. If it doesn’t exist, obx will create it and insert the text.
Custom Formatting
Section titled “Custom Formatting”To use a different folder structure or date format:
obx daily "Completed project review" --folder "Journal/2023" --format "01-02-2006"