append_to_note
Append content to the end of an existing note to add new sections, log entries, or update lists in your Obsidian vault.
Instructions
Append content to the end of an existing note. Useful for adding new sections, logging entries, or updating lists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the note. | |
| content | Yes | Content to append. | |
| ensureNewline | No | Whether to ensure content starts on a new line. | |
| createIfMissing | No | Whether to create the note if it doesn't exist. |