manage-periodic-notes
Manage periodic notes: get, create, or list daily, weekly, monthly, quarterly, and yearly entries in Obsidian.
Instructions
Unified tool for getting, creating, and listing daily, weekly, monthly, and yearly periodic notes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform: 'daily', 'weekly', 'monthly', 'quarterly', 'yearly', 'list-daily', 'list-periodic' | |
| date | No | Date string (default: today) | |
| folder | No | Folder for daily notes (default: 'daily') | |
| format | No | Date format (default: '2006-01-02') | |
| create | No | Create if missing (default: true) | |
| type | No | Type of note: 'daily', 'weekly', 'monthly', 'quarterly', 'yearly' | |
| limit | No | Maximum number of notes to return |