bear_edit_note
Edit existing Bear notes by appending text, replacing content, or modifying YAML front matter fields to update and organize your notes efficiently.
Instructions
Edit an existing Bear note. Provide 'append_text' to add text, 'body' to replace content, or 'set_frontmatter'/'remove_frontmatter' to edit YAML front matter fields. Front matter edits can be combined with each other but not with body/append.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Note ID (uniqueIdentifier) | |
| append_text | No | Text to append to the end of the note | |
| body | No | New content to replace the entire note body | |
| after | No | Insert appended text after the line containing this text (use with append_text) | |
| replace_section | No | Replace content under this heading (replaces until next heading of same or higher level) | |
| section_content | No | New content for the section (use with replace_section) | |
| set_frontmatter | No | Front matter fields to set or update (key-value pairs) | |
| remove_frontmatter | No | Front matter field keys to remove |