Insert at Section
insert_at_sectionInsert content into a specific section of a note without overwriting existing content. Supports adding before the heading, immediately after the heading, or at the end of the section.
Instructions
Insert content into a specific section without replacing it. position controls where: 'before' inserts above the heading, 'after-heading' inserts immediately under the heading line (at the top of the section body), 'append' inserts at the end of the section's body just before the next heading. Use to add a new bullet or paragraph without rewriting the section.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Vault-relative path to the note. | |
| content | Yes | Content to insert. A trailing newline is normalized. | |
| section | Yes | Heading path identifying the section. | |
| position | No | Insert before the heading line, immediately after the heading, or at the end of the section body. | append |