append_note
Append or prepend markdown content to an existing note while preserving its original content.
Instructions
Append (or prepend) markdown content to an existing note without replacing it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Where to insert the content. | append |
| path | Yes | Vault-relative path to a note. | |
| content | Yes | Markdown content to append at the end. |