lines.insert
Insert content before a specific line number in an Obsidian file. Supports appending content at the end of the file.
Instructions
Insert content before line N (1-based). Use line=totalLines+1 to append. No hash precondition required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | ||
| line | Yes | ||
| vault | No | ||
| content | Yes | ||
| dry_run | No |