Append to daily note
append_to_daily_noteAppend content to a daily note in Obsidian, optionally specifying a date and heading. Automatically creates the note or heading if absent.
Instructions
Append an entry to today's (or a given date's) daily note, creating it with a heading if missing. Folder/format come from settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ISO date 'YYYY-MM-DD' (default: today) | |
| content | Yes | Text to add to the daily note | |
| heading | No | Append under this heading |