elm-ui-widgets
elm-ui-widgets copied to clipboard
Add Automated Ellies
There exists a way to preload Ellies (See https://github.com/ellie-app/ellie/issues/63):
https://ellie-app.com/a/example/v1?title=hello%20world&elmcode=hello&htmlcode=world&packages=elm%2Fbrowser%401.0.2&elmversion=0.19.0
There are some questions though
- How to replace special characters (Only Ascii is supported. For example %20 for spaces)
- How long can the string be?
- Has anyone tried this already?
- How to obtain the Example Code from Github
- What preprocessing needs to be done to the code before passing it on to Ellie?