create_daily_note
Retrieve or create a daily note for any date with auto-links to yesterday and tomorrow. Returns the existing note if already present, avoiding duplicates.
Instructions
Open or create the daily note for today (or a specific date). Daily notes follow the slug pattern daily-YYYY-MM-DD and are auto-linked to yesterday/tomorrow. Returns the existing page if already created, marking created: false.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ISO date YYYY-MM-DD (default: today server-local) |