append_to_note
Add content to existing notes in Obsidian vaults by appending markdown text to specified files for organized note management.
Instructions
Append content to the end of an existing note.
Args:
path: Relative path to the note.
content: Markdown content to append.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |