create_note
Create new markdown notes in an Obsidian vault. Overwrite existing notes or auto-create intermediate folders as needed.
Instructions
Creates a new note in the vault. Fails if the note already exists, unless overwrite=true. Creates intermediate subfolders if needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Relative path of the new note (e.g. "Folder/New Note.md") | |
| content | Yes | Markdown content of the note (may include YAML frontmatter) | |
| overwrite | No | Overwrite the note if it already exists (default: false) |