append_content
Append markdown content to an Obsidian file, creating it if missing. Ensures new content is added without overwriting existing notes.
Instructions
Append content to a file. Creates the file if it does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The markdown content to append. | |
| vaultId | No | Optional vault ID (defaults to configured default vault). | |
| filepath | Yes | Path to the file (relative to vault root). |