Create or append to today's journal file in your Obsidian vault. Intended for daily logging of activities, summaries, or notes.
Arguments: $ARGUMENTS
If arguments provided, use them as the entry content. If no arguments or arguments reference conversation context (e.g., "summarize what we did", "the error above"), use the conversation context to generate the entry.
Follow these steps precisely:
- Determine today's date in YYYY-MM-DD format.
- Check if
~/obsidian/Notes/YYYY-MM-DD.mdexists; if not, create it with a header# Journal YYYY-MM-DD. - Append a new timestamped entry:
## HH:MMfollowed by the entry content as plain text on the next line(s) - Confirm successful addition by echoing the full path and entry.
Notes:
- Use Markdown syntax for all content.
- Designed for daily journaling of sessions, fixes, or thoughts.