create_from_template
Create a new Obsidian note from a template, substituting custom variables and title placeholders. Reuse templates to populate notes with dynamic content.
Instructions
Create a new note from a template with variable substitution
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path for the new note | |
| title | No | Title for the note (also replaces {{title}} in template) | |
| template | Yes | Name of the template to use | |
| variables | No | Custom variables as key-value pairs |