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

From [my comment on PR #1839](https://github.com/google/blockly-samples/pull/1839#discussion_r1284653182_): > What do you think about updating this codelab to create a `JsonGenerator` class and then a (mostly trivial) `jsonGenerator` instance, to reflect the...

**Category** Plugins **Component** block-shareable-procedures **Is your feature request related to a problem? Please describe.** If you want to make procedure blocks that use a custom mutator UI, it's very difficult...

type: feature request

**Category** - Plugins **Component** field-colour **Describe the bug** A block that has multiple colour fields on it is not rendered correctly in zelos **To Reproduce** 1. Change the definition of...

type: bug
low priority

**Component** `dev-tools` **Describe the bug** Some of the types are wrong or don't make sense. In particular: - In `block_test_helpers.mocha.js`, `CodeGenerationTestCase` is tagged with `@implements {TestCase}`, from `common_test_helpers.mocha.js`, but `TestCase`...

type: bug
cleanup

**Category** - Codelabs **Component** Custom renderers codelab **Describe the bug** Right now the custom renderers codelab reads more like a guide than like an actual codelab. It gives background information,...

documentation
category: codelab

**Category** - Codelabs **Component** https://github.com/google/blockly-samples/tree/master/codelabs/getting_started **Suggested changes** The getting started codelab should use the `@blockly/create-package` script instead of having folks clone the starter code from samples. **Additional context** I also...

documentation
category: codelab

**Category** Plugin **Component** plugin-keyboard-shortcuts **Describe the solution you'd like** A plugin that adds functionality to be able to zoom, and scroll the workspace through the arrow keys. Up / Down...

type: feature request
category: plugin

**Category** - Plugins **Component** block-plus-minus **Is your feature request related to a problem? Please describe.** Developers want to be able to share procedures between workspaces, and use the +/- procedure...

type: feature request
category: plugin

We use a different version of lerna in examples than we do in the root directory, which is probably its own issue. The version in `examples` was recently updated to...

type: bug