append_note
Append content to the end of a note without overwriting existing text. Add an optional heading as a separator for new sections.
Instructions
Append content to the end of a note, preserving its existing body verbatim.
Unlike update_note (which replaces content), this concatenates the new content after the current html, optionally under an '## heading' divider. Safe for rich/image-heavy notes. Direct SQLite write; the app must be quit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| dry_run | No | ||
| heading | No | ||
| note_id | Yes | ||
| content_format | No | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||