-
Notifications
You must be signed in to change notification settings - Fork 150
Description
Is your feature request related to a problem? Please describe.
No, it's not
Describe the solution you'd like
I'd like to insert Schemas/Models/Types/Components fields with a GUI selector, like you do with Schemas/Models/Types/Components names, instead of typing them in the Text Editor.
Beside this, I suggest you to integrate the Open Source version of TinyMCE (https://github.com/tinymce/tinymce) for designing pages in which embed Systems, and Blockly (https://github.com/google/blockly) to provide Behaviors implementations.
Blockly can be very useful to code generic JavaScript actions, and I suggest you to check http://html5index.org/ to have a brief list of Web APIs you could integrate into it.
Finally, I'd like to visually add/edit web forms for System interaction (eg. a button's click event managed by a Behavior).
Describe alternatives you've considered
None yet
Additional context
Nothing to add