append_periodic_note
Append text to periodic notes (daily, weekly, monthly, quarterly, yearly). Preserves frontmatter and creates note if missing.
Instructions
Append text to a periodic note (daily, weekly, monthly, quarterly, or yearly). Preserves existing frontmatter exactly. Creates the note first (from template if configured) when createIfMissing is true (default).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | Period type. Default: daily. | |
| date | No | ISO date string (YYYY-MM-DD). Defaults to today when omitted. | |
| content | Yes | Text to append to the note body. | |
| createIfMissing | No | Create the note if it does not exist before appending. Default true. |