Add Text to Note
bear-add-textAdd text to Bear notes by inserting content at the beginning or end, or within specific sections using headers. Use this tool to append or prepend text without overwriting existing content.
Instructions
Insert text at the beginning or end of a Bear note, or within a specific section identified by its header. Use bear-search-notes first to get the note ID. To insert without replacing existing text use this tool; to overwrite the direct content under a header use bear-replace-text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Note identifier (ID) from bear-search-notes | |
| text | Yes | Text content to add to the note | |
| header | No | Optional section header to target (adds text within that section). Accepts any heading level, including the note title (H1). | |
| position | No | Where to insert: 'end' (default) for appending, logs, updates; 'beginning' for prepending, summaries, top of mind, etc. |