obsidian_append
Append markdown content to a note in your Obsidian vault, creating the note if it doesn't exist, with automatic git commit and push for syncing.
Instructions
Append content to an existing note. Creates the note if it doesn't exist. Auto-commits and pushes to git.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Relative path to the note | |
| content | Yes | Markdown content to append |