update_note
Replace an existing Obsidian note's entire content with new markdown by specifying its vault-relative path and the full markdown to write.
Instructions
Replace the entire content of an existing note with new markdown content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Vault-relative path to an existing note. | |
| content | Yes | Full new markdown content of the note. |