write_note
Create or overwrite an Obsidian note by providing a relative path, markdown body, and optional YAML frontmatter and overwrite setting.
Instructions
Create or overwrite a note in the Obsidian vault with structured YAML frontmatter and body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Markdown body text | |
| path | Yes | Relative note path (e.g. "projects/agi-workspace.md") | |
| overwrite | No | Whether to overwrite if file exists (default: true) | |
| frontmatter | No | YAML frontmatter key-value pairs (tags, aliases, status, etc.) |