insert_lines
Inserts text after a specified line in a Cosense page. Appends to the end if the target line is not found.
Instructions
Insert lines after the specified target line in a Cosense page. If the target line is not found, append to the end of the page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the page to modify | |
| targetLineText | Yes | Text of the line after which to insert new content. If not found, content will be appended to the end. | |
| text | Yes | Text to insert. If you want to insert multiple lines, use \n for line breaks. |