bear_attach_file
Attach files or images to Bear notes by uploading to iCloud and embedding in markdown. Control placement with options to insert after specific text, before text, or after the title.
Instructions
Attach a file or image to an existing Bear note. The file is uploaded to iCloud and embedded in the note's markdown. Supports common image formats (jpg, png, gif, webp, heic) and other file types (pdf, zip, etc.). By default the attachment is appended to the end. Use 'after' or 'before' to place it relative to text in the note, or 'prepend' to put it right after the title.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Note ID (uniqueIdentifier) | |
| file_path | Yes | Absolute path to the file to attach | |
| after | No | Insert after the line containing this text | |
| before | No | Insert before the line containing this text | |
| prepend | No | Insert after the title line instead of at the end |