patch_note
Insert or replace Markdown content relative to a heading to update specific sections of an Obsidian note without rewriting the full file.
Instructions
Insert or replace content relative to a heading in a note. Useful for updating specific sections.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the note | |
| content | Yes | Markdown content to insert | |
| heading | No | Target heading to insert content under | |
| insertPosition | No | Where to insert relative to the heading: 'beginning' or 'end' | |
| headingBoundary | No | Heading level that marks the end of the target section (e.g. '##') |