Append to Obsidian Note
obsidian_append_to_noteAppend markdown to the end of an Obsidian note. Creates the note if missing; inserts a newline before appended content when the note already contains text.
Instructions
Append markdown to the end of a note, creating it if it does not exist. A newline is inserted before appended content when the note already has content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Vault-relative path for the note | |
| content | Yes | Markdown to append |