create_or_update_note
Create or update Obsidian notes with content and metadata using an upsert operation that creates new notes or updates existing ones.
Instructions
Create or update a note with content and frontmatter. Performs upsert operation - creates if doesn't exist, updates if it does.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path for the note (without .md extension) | |
| content | Yes | Note content | |
| frontmatter | No | Frontmatter metadata |