obsidian_append
Appends specified content to a file in Obsidian, optionally without a newline. Enables adding text to existing notes programmatically.
Instructions
Append content to a file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | File name | |
| path | No | File path | |
| inline | No | Append without newline | |
| content | Yes | Content to append |