Skip to content

obx daily

The obx daily command is a shortcut for immediately creating or appending to today’s daily note in your Obsidian vault.

Terminal window
obx daily "Your thought or task here" [flags] [vault_path]
FlagShorthandDescriptionDefault
--folder-dTarget folder for daily notesdaily
--format-fDate format string (Go time package format)2006-01-02
Terminal window
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.

To use a different folder structure or date format:

Terminal window
obx daily "Completed project review" --folder "Journal/2023" --format "01-02-2006"