obsidian_create
Create new files in the Obsidian vault. Supports name, path, content, template, overwrite, and open after creation.
Instructions
Create a new file in the vault
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | File name | |
| open | No | Open after creating | |
| path | No | File path | |
| content | No | Initial content | |
| template | No | Template to use | |
| overwrite | No | Overwrite if exists |