PythonEditor icon indicating copy to clipboard operation
PythonEditor copied to clipboard

Button to share python code?

Open eduvik opened this issue 4 years ago • 0 comments

There is code in the web editor to import python code from an encoded URL, but there isn't an implementation to actually create this URL. It would be useful to have a "share" button to generate the URL and pass it along to other people.

I've written such a generator in Python (https://gist.github.com/eduvik/9a3fd4c62624ea103b5eb622ac67c311) , but it would be nice to have it built in to the editor

eduvik avatar Jun 02 '20 05:06 eduvik