ComfyUI Extension: comfyui-textarea-command

Authored by shinich39

Created

Updated

0 stars

Add command and comment in textarea. (e.g. // Disabled line)

Custom Nodes (0)

    README

    comfyui-textarea-command

    Add command and comment in textarea.
    (e.g. // Disabled line)

    Usage

    | Command | Result | |--------------|----------------------| | { | {...} | | [ | [...] | | ( | (...) | | Ctrl+/ | // This line is disabled... | | Tab | Select next word | | Shift+Tab | Select previous word | | Ctrl+Z | Undo | | Ctrl+Shift+Z | Redo |