append_to_note
Append Markdown to the end of a note while preserving existing content. Supports adding checklist items with '- [ ]'.
Instructions
Append Markdown to the end of a note, leaving existing content untouched. '- [ ] item' becomes a real checklist item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | Note name (exact) or note id. Names must be unique. | |
| markdown | Yes | Markdown to append |