-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Full dev env for HTML/JavaScript #139
Comments
Thanks for all these suggestions, very helpful ! Creating a full UI dev environment was on my todo since a while, but I need time to know exactly how to do it. The links you gave are very interesting, particularly the one about Blocky, I did not know about that tool. |
Glad to know you appreciated this. |
Any update? |
Nothing new on this side, I am more focus on stabilization and small improvements/better documentation. |
@ecarriou I hope this will turn true. =) |
Thank you for your inputs/ideas ! |
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
The text was updated successfully, but these errors were encountered: