blockly-samples
blockly-samples copied to clipboard
Plugins, codelabs, and examples related to the Blockly library.
**Describe the bug** https://google.github.io/blockly-samples/plugins/continuous-toolbox/test/ No created ‘abcd’ block. **Expected behavior** created abcd block **Screenshots** 
**Category** - Plugins **Component** * All mocha tests **Is your feature request related to a problem? Please describe.** Issue #902 occurred (in part) because [`dev-scripts/scripts/test.js`](https://github.com/google/blockly-samples/blob/master/plugins/dev-scripts/scripts/test.js) compiles each 1-20 KiB `tests/*.mocha.js`...
**Category** Plugins **Component** @blockly/workspace-backpack **Is your feature request related to a problem? Please describe.** Some existing examples of a Backpack feature in Blockly support changing the button asset depending on...
**Category** Plugins **Component** @blockly/workspace-backpack **Is your feature request related to a problem? Please describe.** Changing the button asset for the Backpack is expected to be a common use case, but...
Hi guys I'm new to here and i'm not good at English. I wanna choose LED color with color slider but i can't find the way to do that. I...
**Category** Plugin **Component** New component **Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** A code highlighter (visual feedback during code execution) that can...
Several times I've found myself wanting to move multiple block groups at once when organizing my workspace (perhaps to make room for a new block group). My instinctive action is...
**Category** - Examples **Component** blockly-vue **Is your feature request related to a problem? Please describe.** Vue has released a new major version (3), and we have [reports](https://github.com/google/blockly/issues/3917#issuecomment-1109232597) that people are...
**Category** - Plugins **Component** field-date **Describe the bug** The date picker field is using closure compiler. We should change this. Especially once Blockly is converted to es modules I don't...
**Category** - Plugins **Component** - field-date **Describe the bug** - Can't use field-date in Angular Project. **To Reproduce** 1. Install blockly in Angular project using npm. (using version 8.0.1-beta.0 because...