Create Daily Note
create_daily_noteCreate a daily note for today or a specific date in Obsidian's configured daily-note folder using the filename format. Optionally seed content from a template with date substitution. Prevents duplicate creation.
Instructions
Create a daily note for today (or a specific date) in the vault's configured daily-note folder using its configured filename format. Optionally seed the note from a template file where occurrences of {{date}} are replaced with the formatted date. Fails if the daily note already exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Target date in YYYY-MM-DD format (defaults to today). Determines filename and {{date}} substitution. | |
| content | No | Initial markdown body for the daily note. Ignored if templatePath is provided. | |
| templatePath | No | Relative path to a template note. Its content is copied into the new daily note with {{date}} replaced by the formatted date. |