feeley / codeboot

An in-browser JavaScript REPL which supports single-stepping
32 stars 11 forks source link

Add a button next to the download button which copies to the clipboard the URL which starts codePlay with an editor box initialized to the content of that editor. #68

Closed feeley closed 11 years ago

feeley commented 11 years ago

It would be nice to have the option to shorten the URL with the Google URL shortener, which would also allow tracking how often that URL is used.

A "mail to" option would also be nice to share the URL with someone.

dufour commented 11 years ago

The basic copy button is implemented as of d6f3ffd9c7.

dufour commented 11 years ago

All three functionalities are available as of 0317196d32, but I had to remove resort to using a dialog box rather than copying to the clipboard at the moment. I will try to restore the clipboard in the future.