obsidian_template
Create new Obsidian notes from predefined templates by selecting a template name, setting the destination path, and passing variables for automatic substitution.
Instructions
Create a new note from a template in the Templates folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Relative path for the new note | |
| vars | No | Variables to substitute in the template (e.g. {title: 'My Note'}) | |
| template | Yes | Template name (e.g. 'Meeting', 'Project') |