zen_set_editable_content
Set text or HTML in contenteditable editors, inputs, or textareas in one fast operation. Avoids slow typing in rich editors like Gmail compose.
Instructions
Set text or HTML in a contenteditable editor, input, or textarea in one fast operation.
Use this for rich editors such as Gmail compose bodies where typing long text is slow.
Args: selector: CSS selector or ZenLink ref for the editable element value: Text or HTML to place into the editor format: "text" for plain text or "html" for trusted HTML clear: Whether to replace existing content instead of appending tab_id: Optional tab to target. Defaults to active tab.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | ||
| value | Yes | ||
| format | No | text | |
| clear | No | ||
| tab_id | No |