blockly-samples
blockly-samples copied to clipboard
Plugins, codelabs, and examples related to the Blockly library.
### **Category**: Examples ### **Is your feature request related to a problem? Please describe.** I'm trying to create a react project with Blockly, but since I use typescript, the default...
**Category** **Component** block-test **Describe the bug** Warning about extra unregister call is triggered when this plugin is loaded. ``` No extension mapping for name "test_many_blocks_mutator" found to unregister ``` **To...
**Describe the bug** When using custom Blockly modules with Parcel, I get the error `Uncaught TypeError: global is undefined`. **To Reproduce** 1. I [forked the blockly-samples repository](https://github.com/roipoussiere/blockly-samples), then `cd blockly-samples/examples/blockly-parcel`,...
**Category** All **Component** All **Describe the bug** Windows does not redirect 0.0.0.0 to localhost (127.0.0.1) So when you run `npm run start` you have to redirect it yourself. **To Reproduce**...
**Category** - Examples **Component** A new project in the `examples` folder, that includes a custom Blockly generator as a ES6 module ready to be published on npm. **Is your feature...
**Category** - Plugins **Component** dev-tools - addGUIControls **Is your feature request related to a problem? Please describe.** Would like a more convenient way to test RTL blocks with rtl language...
**Category** **Component** Continuous Toolbox **Describe the bug** - Upon entering keyboard navigation mode, the flyout closes. - When you try to focus on the flyout it will always put the...
**Is your feature request related to a problem? Please describe.** A significant portion of the user interaction with Blockly is moving around the canvas. There are only two ways to...
**Category** Plugins **Component** n/a **Is your feature request related to a problem? Please describe.** Plugins that have translatable text on UI element require translation support, but there is no "official"...
**Category** Plugins **Component** dev-tools **Is your feature request related to a problem? Please describe.** When releasing there are certain fields that need to be filled out properly. In the past...