update_note
Replaces the entire content of an existing note in your Obsidian vault, optionally preserving frontmatter and refreshing the modified timestamp.
Instructions
Update the content of an existing note in the Obsidian vault. Replaces the entire content of the note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the note to update. | |
| content | Yes | New content for the note. | |
| updateModified | No | Whether to update the 'modified' frontmatter field. | |
| preserveFrontmatter | No | Whether to preserve existing frontmatter. |