https://github.com/shinich39/comfyui-textarea-command
Add shortcuts for quick writing in textarea.
https://github.com/shinich39/comfyui-textarea-command
comfyui comfyui-custom-node comfyui-nodes
Last synced: 2 months ago
JSON representation
Add shortcuts for quick writing in textarea.
- Host: GitHub
- URL: https://github.com/shinich39/comfyui-textarea-command
- Owner: shinich39
- License: mit
- Created: 2024-12-16T17:09:00.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-03-27T04:40:57.000Z (2 months ago)
- Last Synced: 2025-03-27T05:23:18.143Z (2 months ago)
- Topics: comfyui, comfyui-custom-node, comfyui-nodes
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **comfyui-textarea-command**
README
# comfyui-textarea-command
Add shortcuts for quick writing in textarea.
Nestable dynamic prompt.
Tab to quickly select a token.
Improved undo, redo history in textarea.## Usage
- Shortcuts
| Command | Result |
|--------------|----------------------|
| \{ | \{...\} |
| \[ | \[...\] |
| \( | \(...\) |
| Ctrl+\/ | \/\/ This line is disabled... |
| Tab | Select next word |
| Shift+Tab | Select previous word |
| Ctrl+Z | Undo |
| Ctrl+Shift+Z | Redo |- Nestable dynamic prompt
```
{{red|blue|green}|purple} sky
```Result
```
purple sky
```