append_note
Append Markdown text to the end of an existing Apple Note, preserving its original styles and attachments. Add content without altering the rest of the note.
Instructions
Append to the end of an existing note. The text is Markdown, like create_note's body. The rest of the note is untouched: the fragment is pasted at the caret, so the note's own styles and attachments stay as they are.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Note id from list/search results. Wins over name. | |
| name | No | Note title. Must match one note; ambiguity returns candidates. | |
| text | Yes | Markdown to append. | |
| folder | No | Folder name or path to narrow a name lookup. | |
| true_styles | No | Paste the fragment with its true styles, leaving the rest of the note untouched. Default true. Needs Accessibility and Full Disk Access; Notes fronts for a few seconds. Set false to rewrite through the importer instead, which flattens true styles to look-alikes. |