set_text
Replace existing characters in a text node with new content. Updates the node after loading its fonts, returning success status and node ID.
Instructions
Replace a TEXT node's characters. The plugin loads the node's fonts first. Returns { ok, nodeId }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | TEXT node id to update | |
| characters | Yes | New text content |