append_to_note
Append text to the end of an existing note. Use this to add content without overwriting existing data; the operation fails if the note does not exist.
Instructions
Appends text to the end of an existing note. Fails if the note does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Relative path of the note inside the vault | |
| content | Yes | Text to append to the end of the note |