replace_in_note
Find and replace specific text within an Obsidian note, enabling precise edits without rewriting the entire note.
Instructions
Find and replace text in a note. Useful for making specific edits without replacing the entire content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| find | Yes | Text to find. | |
| path | Yes | Path to the note. | |
| replace | Yes | Text to replace with. | |
| replaceAll | No | Whether to replace all occurrences. |