merge_notes
Append one note's body under a heading into another note, migrate images, and trash the source. Use to consolidate inbox notes into existing canonical notes.
Instructions
Fold one note into another: append the source's body under an '## ' divider, migrate its images so nothing is orphaned, then trash the source.
Ideal for triaging an inbox/whiteboard note into an existing canonical note. Direct SQLite write; the app must be quit. Use dry_run=true to preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | ||
| trash_source | No | ||
| source_note_id | Yes | ||
| target_note_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||