Replace a note's content
update_noteOverwrite an Obsidian note's entire content. Use for full replacements; prefer append_to_note or patch_note for adding content to avoid data loss.
Instructions
Overwrite a note's full content. Prefer append_to_note or patch_note when only adding to a note — replacing wholesale is destructive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| content | Yes |