workflowy_replace
Search and replace text in WorkFlowy node names using regular expressions to update content across your outlines.
Instructions
Search and replace text in node names using regex
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | Maximum depth to traverse (-1 for unlimited) | |
| dry_run | No | Show what would be replaced without applying | |
| ignore_case | No | Case-insensitive matching | |
| parent_id | No | Limit replacement to subtree under this node ID | None |
| pattern | Yes | Regular expression pattern to match | |
| substitution | Yes | Replacement string (supports groups) |