append_note
Append content to an existing Markdown note in the vault, preserving the original file.
Instructions
Append content to an existing Markdown note.
Only .md is supported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | vault-relative path, such as 'folder/note.md' | |
| content | Yes | content to append | |
| separator | No | separator between existing and appended content (default: "\n\n") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |