Skip to content
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

Support direct linking to the generated app without an iframe for debugging purposes? #165

Open
Arrow7000 opened this issue Nov 7, 2022 · 0 comments

Comments

@Arrow7000
Copy link

Arrow7000 commented Nov 7, 2022

It would be really useful to directly serve the generated Ellie app without any of the editor chrome surrounding it. In other words a link that serves the generated Ellie app directly at the top level of the document, without an iframe.

Codepen has this functionality via a /debug/ link that serves the app at the top level without any of the editor wrappers or iframes.

https://cdpn.io/pen/debug/abcdef?authentication_hash=ghijklmnop

Screenshot 2022-11-07 at 17 04 50

Motivation

One reason for this is that some extensions can interfere with Elm apps but if the app is in an iframe that gets rendered after the initial page load that can make it impossible to reproduce the errors one would otherwise get in a top-level Elm app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant