obsidian_append_to_file
Append text to files within an Obsidian vault using a specified file path and content. Ideal for automating updates, managing notes, and integrating with advanced Obsidian workflows.
Instructions
Append content to a new or existing file in the vault.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | Content to append to the file | |
filepath | Yes | Path to the file (relative to vault root) |