You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ellie uses to have a dropdown where you can select the boilerplate to start with. This was super useful. This seems to be gone entirely, or am I missing something?
It would be great to bring this back with options like:
Barebones main = text "hello world"
Current Browser.sandbox
Browser.document
Thanks
The text was updated successfully, but these errors were encountered:
I often find myself writing a disproportionate amount of hello-world setup just to test a small idea in Elm. As already mentioned, being able to choose between Browser.sandbox vs Browser.element alone would be huge.
Another thing I'm often doing is creating my own UI chrome just for some exploratory programming. For example, imagine an Ellie template that sets you up with the elm/parser version of https://pegjs.org/online with a toy parser stubbed out and an input/output pane so you can hit the ground running.
Ellie uses to have a dropdown where you can select the boilerplate to start with. This was super useful. This seems to be gone entirely, or am I missing something?
It would be great to bring this back with options like:
main = text "hello world"
Thanks
The text was updated successfully, but these errors were encountered: