get_periodic_note
Retrieve path and existence status of a periodic note (daily, weekly, monthly, quarterly, yearly) for a given date. Optionally create it from a configured template if missing.
Instructions
Get the path and existence status of a periodic note (daily, weekly, monthly, quarterly, or yearly) for a given date. Reads folder/format config from .obsidian/daily-notes.json (daily) or the periodic-notes plugin data.json. Optionally creates the note from the configured template if it is missing.
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. | |
| createIfMissing | No | Create the note from the configured template if it does not exist. Default false. |