create_weekly_note
Create a weekly note from a configured template in your markdown vault. If the note already exists, returns a message without overwriting, preventing accidental data loss.
Instructions
Create a weekly note from the configured template.
Uses the vault's weekly template to create a structured note. If the note already exists, returns a message without overwriting.
Args: week: Week identifier in YYYY-WXX format, or a date expression like 'today', 'today + 1w'. Defaults to current week. extra_vars: Optional dictionary of additional template variables.
Returns: Result of the creation or message if note already exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| week | No | ||
| extra_vars | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |