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
code sandbox/previewer is being set to use an iframe, as it'll allow javascript and isolate the CSS between the web app and the sandbox being previewed.
Issues:
sandbox output is static in size
sandbox javascript re-runs within the same scope instead of restarting it all
sandbox might need a 'preview' button instead of live previews, due to javascript integration
live preview as you type looks cool, but it much better suited for a static website so as to not trigger the javascript on each keystroke.
code output/viewer box should resizable, (standard sizes, tell you what size it's at?
code isn't highlighted
sandbox takes HTML, with ability for CSS and script tags.... might be better as seperate things a-la codepen does it
No description provided.
The text was updated successfully, but these errors were encountered: