Edit note
edit_noteEdit an existing note by finding and replacing text or replacing the content under a specific heading.
Instructions
Edit an existing note: either find/replace text, or replace the entire body under a heading. Use 'find'+'replace' for text edits, or 'section'+'replace' to rewrite a heading's content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| find | No | Exact text to replace (omit when using 'section') | |
| path | Yes | Vault-relative path to the note | |
| replace | Yes | Replacement text (or the new body when 'section' is set) | |
| section | No | Heading whose body should be replaced with 'replace' | |
| replace_all | No | Replace every occurrence of 'find' (default: first only) |