Update Note Section
update_note_sectionReplace one exact, unique substring inside a Joplin note while leaving the rest untouched. It writes nothing if the text is missing or matches multiple times, keeping edits safe.
Instructions
Replace an exact, unique substring within a note's body, without touching the rest of the note. Fails with no write if old_str isn't found, or if it matches more than once - use get_note to find a longer, unique old_str in that case.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| new_str | Yes | ||
| note_id | Yes | ||
| old_str | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |