append_to_daily_note
Append content to today's daily note, creating it if absent. Supports optional headings and timestamps to keep entries organized.
Instructions
Append content to today's daily note. Creates the daily note if it doesn't exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Content to append. | |
| heading | No | Optional heading to append under. | |
| addTimestamp | No | Whether to add a timestamp before the content. |