You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current version of QEdit in my fork has Blockly (partially) set up.
When in a room tab, there is a "switch" for Blockly. If toggled on, you can scroll down to use Blockly.
Right now, the code has to be copied from the Blockly textarea and pasted into the actual Javascript textarea, but I'm working on getting it to inject the code into the correct textarea (which will negate the need for the Blockly textarea).
I still need to figure out how to include a block for a variable. (I think I've got that halfway figured out. I can add the block, but it won't let you change the name of the variable. (I think I have to add some code to tell Blockly how to handle that part.))
Hello.
The current version of QEdit in my fork has Blockly (partially) set up.
When in a room tab, there is a "switch" for Blockly. If toggled on, you can scroll down to use Blockly.
Right now, the code has to be copied from the Blockly textarea and pasted into the actual Javascript textarea, but I'm working on getting it to inject the code into the correct textarea (which will negate the need for the Blockly textarea).
Here's what I've got it doing at the moment: https://github.com/KVonGit/QEdit/issues/8#issuecomment-752119306
The text was updated successfully, but these errors were encountered: