Delete Markdown node
nodiom_deleteDelete specific Markdown sections or list items with structural selectors, leaving all other content untouched. Targets exact node for precise edits.
Instructions
Removes the node or section matched by the selector. Use "## Section > li[0]" to delete the first list item. Use "## Section" to delete an entire section including its heading. All other content is untouched.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Absolute path to the Markdown file. | |
| selector | Yes | Selector for the node to delete. Example: "## Completed > li[0]", "## Old Section" |