PythonEditor icon indicating copy to clipboard operation
PythonEditor copied to clipboard

Not possible to share blockly code

Open whaleygeek opened this issue 8 years ago • 3 comments

If you create blockly code and use the share feature, when you use the URL, all you get back is the textual Python code, not the blockly code.

whaleygeek avatar Feb 16 '17 00:02 whaleygeek

That's because you're not supposed to - it's a feature not a bug..! ;-)

ntoll avatar Feb 16 '17 03:02 ntoll

Is there a reason for that? We could export the blockly xml and recreate the blockly "project".

carlosperate avatar Mar 03 '17 19:03 carlosperate

This could be mitigated by roundtripping #24

jaustin avatar Mar 24 '17 15:03 jaustin