Update Note
update_noteReplace the entire content of an existing note in Obsidian vault by providing its file path and new markdown content.
Instructions
Replace the entire content of an existing note in the Obsidian vault.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File path relative to vault root | |
| content | Yes | New markdown content to replace the existing note |