edit_note
Replace exact text in a note with new text. Specify vault-relative path, old text, and replacement. Use replace_all to change every occurrence.
Instructions
Edit a note by exact string replacement. Fails if old_text is not found, or is ambiguous without replace_all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Vault-relative note path | |
| new_text | Yes | Replacement text | |
| old_text | Yes | Exact text to replace | |
| replace_all | No | Replace every occurrence (default false) |