-
Notifications
You must be signed in to change notification settings - Fork 87
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
Feature request: Console instead of html output #27
Comments
👍 for the idea, but not automatically, at least not for existing flems (there are existing flems+mithril samples where I've deleted the HTML tab since I mount the app on the document body. |
I think that's a really good idea, but as pygy says, shouldn't be toggled automatically. Perhaps toggling it with I'll try to think about how to toggle it in the interface as well. |
I mostly use flems on mobile where A) this feature would be extremely useful B) the existing UI controls (halt, refresh, results link) are slightly confusing because they look like part of the console panel as opposed to the output. In this context the 'full screen' icon looks like it's referring to the console. I think new icons for standalone results / collapsed results should involve direction (switching axis based on orientation) to indicate one panel over the other… |
@barneycarroll Do you mean the (halt, refresh, fullscreen) links are confusing now, or that they would be if the console took up the iframe space? Assuming you mean if the console took up the iframe space, aren't they just as relevant when tied to the console? I'm thinking a layout button could replace the fullscreen icon and contain something like the following. |
Looks good, porsager. |
I believe the non-mobile versions should also have a vert/horiz stacking toggle. |
...and the API just follows naturally 😄 |
It would be nice to have another option for the console that would make it full height where the html output normally would be. In short: no html output, only javascript console.
Like this: http://jsbin.com/?html,console
Maybe even automatically if there's a .js file but no .html file in the files array?
The text was updated successfully, but these errors were encountered: