manage-periodic-notes
Create, retrieve, or list daily, weekly, monthly, quarterly, and yearly notes in Obsidian vaults using structured date formats.
Instructions
Unified tool for getting, creating, and listing daily, weekly, monthly, and yearly periodic notes
Input Schema
TableJSON 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 |