blockly-samples
blockly-samples copied to clipboard
Plugins, codelabs, and examples related to the Blockly library.
**Category** - Plugins **Component** block-dynamic-connection **Is your feature request related to a problem? Please describe.** Currently the block-dynamic-connection plugin blocks are incompatible with the new JSON system. **Describe the solution...
**Category** Plugins **Component** new component **Is your feature request related to a problem? Please describe.** Blockly developers often implement a block set that generates code like: - forward(), left(), right()...
**Category** - Plugins **Component** dev-tools **Is your feature request related to a problem? Please describe.** Some devs want to create individual repos for different plugins (rather than having a mono-repo...
cross-tab-copy-paste can copy a block from inside the bubble to outside the bubble.   This will cause an error when generating the code. Right-clicking is prohibited in the bubble,...
### Description - Updated `plugins/field-slider` to use TypeScript for its src code and demo test code. - Updated `plugins/dev-tools` to require Blockly > 8.0.3 to be compatible. ### Note -...
**Category** - Plugins **Component** content-highlight **Describe the bug** When you mutate a block, the content highlight does not change to match the new size of the block. **To Reproduce** Steps...
**Category** - Plugins **Component** migration **Is your feature request related to a problem? Please describe.** We moved the blockly library blocks and generators to no longer cause side effects. Instead...
**Category** - Examples **Component** backpack **Describe the bug** When you drop a block in the backpack, there's no way to tell if it actually worked besides opening up the backpack....
**Category** - Plugins **Component** dev-scripts **Describe the bug** The current [webpack config](https://github.com/google/blockly-samples/blob/master/plugins/dev-scripts/config/webpack.config.js) (which is shared between all of the plugins in samples) does not support loading asset files (such as...
Patch for integration of https://github.com/mit-cml/workspace-multiselect/pull/1 Signed-off-by: Hollow Man