create_note
Create a new markdown note in your Obsidian vault, automatically generating parent folders. Optionally overwrite existing notes.
Instructions
Create a new markdown note (parent folders are created automatically). Fails if the note exists unless overwrite is true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Vault-relative note path | |
| content | Yes | Full markdown content, including optional YAML frontmatter | |
| overwrite | No | Replace the note if it already exists (default false) |