Create note from template
create_note_from_templateCreate a new note from a template, replacing {{title}}, {{date}}, {{time}}, and any custom placeholders with provided values.
Instructions
Create a note from a template file, substituting {{title}}, {{date}}, {{time}} and any custom {{variables}}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Vault-relative path for the new note | |
| title | No | Value for {{title}} (default: new note's file name) | |
| template | Yes | Vault-relative path to the template (or its name if a templates folder is set) | |
| overwrite | No | Replace an existing note (default: false) | |
| variables | No | Custom {{key}} → value substitutions |