Noah

Results 37 issues of Noah

# Task Could you create a page in ElectroBlocks that shows a list of starter projects? The list will be a list of pictures. When you click on a picture...

1. Create a new Wowki Component 2. Create the wiring for the component, decide if you are going to use svg.js or a wire component 3. Figure out draggable and...

# Purpose Get the print block working when no text block is connected. It looks like it's doing the right thing, but I will test it out when I get...

# Purpose To create with a manually created checkbox, you will have to override a lot of stuff. https://github.com/google/blockly/blob/c8c4684d3beeec305fc52f3c4a7a3882455f537c/core/field.ts#L356C15-L356C60 Starting with the width ```js Blockly.getMainWorkspace().getAllBlocks()[2].getField('1,1').initView() Blockly.getMainWorkspace().getAllBlocks()[2].getField('1,1') Blockly.getMainWorkspace().getAllBlocks()[2].getField('1,1').size_ Blockly.getMainWorkspace().getAllBlocks()[2].getField('1,1') ```

# Purpose To show a demo of the proof of concept page.