append_to_file
Append content to an Obsidian file, creating it if absent, for adding notes or logs via vault path.
Instructions
Append content to a file (creates file if it does not exist)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Content to append | |
| filename | Yes | Path to the file relative to vault root |