We use Makecode in a company I work for, the editor is embedded in an iframe wrapped with some extra non-important GUI.
Since some of us want to add some modded elements to the editor, we can't currently do it with the system in place.
postMessage works fine for some things, but the modding we're trying to implement is editing the flyout and other blockly based things.
It would be awesome to allow document reading when embedded in an iframe so we can access public exports for makecode through the iframe... or some alternative method to access blockly.
We use Makecode in a company I work for, the editor is embedded in an iframe wrapped with some extra non-important GUI.
Since some of us want to add some modded elements to the editor, we can't currently do it with the system in place.
postMessage works fine for some things, but the modding we're trying to implement is editing the flyout and other blockly based things.
It would be awesome to allow document reading when embedded in an iframe so we can access public exports for makecode through the iframe... or some alternative method to access blockly.