append_to_daily_note
Append content to today's daily note under an optional subsection, creating the note and parent folders if they don't exist.
Instructions
Append content to today's daily note under an optional subsection.
Creates the daily note and its parent directories if they don't exist. The note path matches the configured 'daily_format' (default: 'Journal/YYYY/Daily/YYYY-MM-DD.md').
For timestamped log entries, use log_to_daily_note instead.
Args: content: Content to append subsection: Optional heading title to append under.
Returns: Success message or error description
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| subsection | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |