update_note
Modify a note's content and frontmatter in Obsidian by specifying the note's path and providing updated content or metadata, enabling efficient note management via the REST API.
Instructions
Update a note's content and/or frontmatter
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | No | New content (optional) | |
frontmatter | No | New frontmatter (optional) | |
path | Yes | Path to the note |