Create a new note
obsidian_create_noteCreate a new note in Obsidian. Provide the note path, initial content or template, and optionally specify a vault.
Instructions
Creates a new note. name is the path (relative to the vault root), with or without the .md extension.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vault | No | Vault name to target. Optional — defaults to the most recently focused vault. | |
| name | Yes | Note path/name relative to the vault root. | |
| content | No | Initial markdown content to write into the note. | |
| template | No | Template name to apply (mutually exclusive with content). |