create_note_from_template
Create a new note from a template; placeholders like {{title}}, {{date}}, {{datetime}}, {{folder}}, and {{date:FMT}} are substituted automatically. Use update_note to inject custom content.
Instructions
Create a new note from a template. Built-in placeholders like {{title}}, {{date}}, {{datetime}}, {{folder}}, {{date:FMT}} are substituted automatically (FMT is a Python strftime string). Use update_note afterwards if you need to inject custom content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_path | Yes | Path for the new note (e.g., 'meetings/2024-03-13.md') | |
| template_name | Yes | Name of the template to use (e.g., 'meeting-notes', 'daily-journal') |