|
# IDE Node |
|
|
|
![Screenshot IDE Node](https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet/raw/master/IDENode/ide_node_image.png) |
|
|
|
**IDE Node** is an experimental node that allows you to run code written in **Python** or **Javascript** directly in the node, it is also possible to receive input data, which is stored in variables, process and output the result. |
|
|
|
# Features: |
|
|
|
- Selecting a syntax highlighting theme |
|
- Choosing a programming language |
|
|
|
# Note: |
|
|
|
The `result` variable is used for output |
|
The F1 key in the editor brings up additional settings ([Default-Keyboard-Shortcuts](https://github.com/ajaxorg/ace/wiki/Default-Keyboard-Shortcuts)) |
|
|