obsidian_append_content
Add content to Obsidian notes by appending text to new or existing files in your vault. This tool integrates with Obsidian's Local REST API to modify note files programmatically.
Instructions
Append content to a new or existing file in the vault.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | Yes | Path to the file (relative to vault root) | |
| content | Yes | Content to append to the file |