blockly-samples
blockly-samples copied to clipboard
Plugins, codelabs, and examples related to the Blockly library.
**Category** Examples **Component** blockly-rtc **Describe the bug** Updating Blockly version in dependencies breaks this example, serializaton method has changed so it cannot work anymore. **To Reproduce** Steps to reproduce the...
**Category** Github Action **Component** **Is your feature request related to a problem? Please describe.** When releasing samples we sometimes have to update package-lock files by running: `npm run clean:node &&...
**Category** - Plugins **Component** block-plus-minus **Describe the bug** block-plus-minus plugin, when used with Blockly 8.0.1 and the `text_join` block results in this warning in the console: ``` field named "TEXT"...
**Category** - Codelabs **Is your feature request related to a problem? Please describe.** We had requests at the 2022 Blockly Summit for more info about [Warnings](https://developers.google.com/blockly/reference/js/Blockly.Warning) and [setWarningText](https://developers.google.com/blockly/reference/js/Blockly.BlockSvg#setWarningText). It seemed...
I made the following edits to blockly-samples/examples/getting-started-codelab/starter-code/scripts/main.js: ``` function save(button) { button.blocklyXml = Blockly.Xml.workspaceToDom(Blockly.getMainWorkspace()); // added this line } ``` ``` function loadWorkspace(button) { // added this function let workspace...
**Category** Examples **Component** All examples **Is your feature request related to a problem? Please describe.** We currently have quite a few examples that we have moved over to samples but...
**Category** Plugins **Component** block-extension-tooltip **Describe the bug** Tooltip not rendering correctly when depending on Blockly beta (post `goog.module` migration). Expected:  Actual:  **To Reproduce** Steps to reproduce the behavior:...
**Category** - Examples **Component** Plane demo **Describe the bug** Translations are not being de-referenced, presumably because Blockly is loading before the translations are loading. This is bad because it's kinda...
The Plane demo currently uses soy templates and closure to do language swapping. That's not especially interesting anymore, but we could adapt it to do the same thing but with...
**Category** Plugin **Component** @blockly/plugin-toolbox-search **Is your feature request related to a problem? Please describe.** It can be hard to find a block in the toolbox, even when you know which...