Add Text to Note
bear-add-textInsert text at the beginning or end of a Bear note, or under a specific header. Works with a note ID from bear-search-notes to add content without overwriting.
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. |