Open
Description
The playground already uses Gists in the background when you want a permalink to the playground with code you've typed in already loaded. Can you please add to the playground UI a way to enter the URL of a Gist created elsewhere to load it into the playground?
As it is, I have to use the wasteful (of both time and unnecessarily created Gists) solution of:
- Load the playground
- Share whatever code is there
- Go to the permanent playground link
- Replace the Gist ID in the URL with my URL's Gist ID
I saw #439, but unlike that, this does not require much additional functionality, as the site can and does already load Gists just fine and would only need to parse the user-provided Gist to obtain the Gist ID.