append_note
Append text to the end of an Obsidian note. Supports specifying note by name or exact path, with option to add inline without newline.
Instructions
Append content to the end of a note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | Note name (wikilink-style resolution) | |
| path | No | Exact path from vault root | |
| content | Yes | Content to append (use \n for newlines) | |
| inline | No | Append inline (no newline before) |