Actions
Feature proposal #8717
openImplement visual editor
Description
Replace the parameter bloated edit page with a drag and drop visual editor. This will allow for a finite state machine or visual code editor basically. Use the following to accomplish this which will provide the majority of the necessary JS to do this.
Updated by krileon over 2 years ago
ยท Edited
Another possible JS library instead of Drawflow.
https://github.com/alyssaxuu/flowy
Update: This unfortunately appears to now be abandoned.
Updated by krileon over 2 years ago
Another possibility is Blockly from Google, but might be too technical compared to Flowy.
Updated by krileon about 1 month ago
List of node based editors. Should look through for a better option. Idea is something like Blueprints in Unreal Engine.
Updated by krileon about 1 month ago
React Flow is probably the nicest, but will need to embed a React App which should be fine.
Actions