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
Would it be possible to support loading the content from a GitHub gist like the Rust playground? Not necessarily being able to edit and save the content to a new gist or anything but simply being able to specify the gist we want to load when we load the page.
Have a nice day 🐑
The text was updated successfully, but these errors were encountered:
It seems that getting the contents of a gist is quite simple, doesn't require an API token and cross-origin seems allowed, so it is likely doable from client side JS. Overriding the initial code can be easily done in playground.vue, though we probably need a loading screen for it. If anyone is interested, feel free to implement it and make a PR.
Hey 👋
Would it be possible to support loading the content from a GitHub gist like the Rust playground? Not necessarily being able to edit and save the content to a new gist or anything but simply being able to specify the gist we want to load when we load the page.
Have a nice day 🐑
The text was updated successfully, but these errors were encountered: