append_to_note
Append markdown content to a note, optionally under a specific subsection; creates the subsection if missing, preserving vault organization.
Instructions
Append content to a note, optionally within a specific subsection.
Args: note_path: Path to the note relative to vault root content: Content to append subsection: Optional heading title to append under. If not found, creates it at end.
Returns: Success message or error description
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| note_path | Yes | ||
| subsection | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |