daily_note
Read, create, or append to a daily note for today, yesterday, tomorrow, or any YYYY-MM-DD date. Notes are stored in a configurable folder.
Instructions
Get, create, or append to a daily note. Supports 'today', 'yesterday', 'tomorrow', or any date string (YYYY-MM-DD). Daily notes are stored in a configurable folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Date for the daily note. Accepts 'today', 'yesterday', 'tomorrow', or a date string like '2025-03-08'. Defaults to 'today'. | |
| action | Yes | 'get' to read, 'create' to create/overwrite, 'append' to add content to existing. | |
| content | No | Content for the daily note. Required for 'create' and 'append' actions. | |
| frontmatter | No | Optional frontmatter for the note (only used with 'create' action). |