create_daily_note
Create today's daily note from your vault template, adding frontmatter and sections. Prevents overwriting if it already exists, with optional date and custom variables.
Instructions
Create today's daily note from the configured template.
Uses the vault's daily template to create a fully structured note with all standard frontmatter fields and sections. If the note already exists, returns a message without overwriting.
Args: date: Optional date in YYYY-MM-DD format. Defaults to today. 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 |
|---|---|---|---|
| date | No | ||
| extra_vars | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |