ComfyUI Node
FP Tabbed Text Area
A text node with multiple tabs. Mode is controlled via node Properties → mode. • Separate Tabs: active tab text → output 'text' • Chained Tabs: all tabs joined with newline → output 'text' • Separate Outputs: each tab → its own output tab1..tab9; 'text' outputs all tabs chained.
FP Tabbed Text Area
- text
◄node_data_json►
◄__fp_text__►
◄before_text►
◄after_text►
CategoryAK/Folded Prompts
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| node_data_json | STRING | Internal metadata (mode/active_tab/tab_order). Managed by JS. | |
| __fp_text__ | STRING | Internal: combined text output. Managed by JS. | |
| before_textopt | STRING | Text prepended to the output. | |
| after_textopt | STRING | Text appended to the output. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| text | STRING | — |