patch_active_note
Insert or replace Markdown content under a chosen heading in the active Obsidian note, controlling section start or end and heading boundary.
Instructions
Insert or replace content relative to a heading in the currently active note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Markdown content to insert | |
| heading | No | Target heading to insert content under | |
| insertPosition | No | Where to insert: 'beginning' or 'end' | |
| headingBoundary | No | Heading level that marks the end of the target section |