create_note_from_template
Create a new note from a template with automatic substitution of placeholders like title, date, and folder.
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 |
|---|---|---|---|
| template_name | Yes | Name of the template to use (e.g., 'meeting-notes', 'daily-journal') | |
| note_path | Yes | Path for the new note (e.g., 'meetings/2024-03-13.md') |