Write (replace) Markdown section
nodiom_writeReplace the body content of a Markdown section using a structural selector while preserving the heading and all other sections. Update specific parts of a document without altering unrelated content.
Instructions
Replaces the content at a structural location with new content. The heading itself is preserved — only the body content is replaced. All other sections in the document are untouched.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Absolute path to the Markdown file. | |
| content | Yes | New Markdown content to place at this location. | |
| selector | Yes | Selector for the section to replace. Example: "## Summary" |