append_content
Append content to any file in your vault. Automatically creates the file if it does not exist.
Instructions
Append content to the end of a file. Creates the file if it doesn't exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Content to append | |
| filepath | Yes | File path relative to vault root |