insert_under_heading
Insert content under a specific heading in an Obsidian note, adding text to a targeted section without modifying the rest.
Instructions
Insert content under a specific heading in a note. Useful for adding content to specific sections without modifying the rest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the note. | |
| content | Yes | Content to insert. | |
| heading | Yes | The heading text to insert under (without # symbols). | |
| headingLevel | No | Heading level to use if creating (default: 2 for ##). | |
| createHeadingIfMissing | No | Whether to create the heading if it doesn't exist. |