bbcmicrobit / PythonEditor

A MicroPython editor for the BBC micro:bit that works with browsers.
https://python.microbit.org/
MIT License
196 stars 130 forks source link

Button to share python code? #328

Open eduvik opened 4 years ago

eduvik commented 4 years ago

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