Create note
create_noteCreate a new note in an Obsidian vault with markdown content and optional YAML frontmatter. Overwrite existing notes when enabled.
Instructions
Create a new note with optional YAML frontmatter. Fails if it exists unless 'overwrite' is true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Vault-relative path, e.g. 'Inbox/Idea.md' | |
| content | Yes | Markdown body of the note | |
| overwrite | No | Replace an existing note (default: false) | |
| frontmatter | No | Optional YAML frontmatter as key/value pairs |