Append content to Markdown section
nodiom_appendAdd tasks, logs, or notes to the end of a Markdown section without altering existing content. Safely append new entries using a structural selector.
Instructions
Appends new content after the last item in a section. Use this to add a new task, log entry, or note without disturbing existing content. Content is added at the end of the matched section.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Absolute path to the Markdown file. | |
| content | Yes | Markdown content to append. Example: "- [ ] New task" | |
| selector | Yes | Selector for the section to append to. Example: "## Tasks > ### Active" |