blockly-samples icon indicating copy to clipboard operation
blockly-samples copied to clipboard

Plugins, codelabs, and examples related to the Blockly library.

Results 282 blockly-samples issues
Sort by recently updated
recently updated
newest added

**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...

type: feature request
category: plugin

**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()...

type: feature request
help wanted
category: plugin
status: discussion

**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...

type: feature request
help wanted
developer experience

cross-tab-copy-paste can copy a block from inside the bubble to outside the bubble. ![image](https://user-images.githubusercontent.com/25480502/174737129-091c5f20-d5de-48a2-b613-5ab8050ff116.png) ![image](https://user-images.githubusercontent.com/25480502/174737791-3524a3e3-7fe0-4e23-a06d-2d41f1c37ba2.png) This will cause an error when generating the code. Right-clicking is prohibited in the bubble,...

type: bug
category: plugin
ghc-osd

### 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...

type: bug
category: plugin
ghc-osd

**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...

type: feature request
category: plugin
internal

**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....

type: bug

**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...

type: bug
help wanted
category: plugin

Patch for integration of https://github.com/mit-cml/workspace-multiselect/pull/1 Signed-off-by: Hollow Man