add_text
Add text to existing notes in Bear by appending, prepending, or replacing content using note identifiers or titles.
Instructions
Append or prepend text to an existing note
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Note unique identifier | |
| title | No | Note title (ignored if id is provided) | |
| text | Yes | Text to add | |
| mode | No | How to add the text (default: append) |