blockly-samples
blockly-samples copied to clipboard
Plugins, codelabs, and examples related to the Blockly library.
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...
**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...
**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`...
**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,...
**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...
**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...
**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...
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...