blockly-samples
blockly-samples copied to clipboard
Plugins, codelabs, and examples related to the Blockly library.
**Category** - Plugins **Component** Block categories **Is your feature request related to a problem? Please describe.** No, it's not **Describe the solution you'd like** I'd like to script a WebPage...
**Category** - Plugins **Component** Continuous toolbox **Is your feature request related to a problem? Please describe.** In normal toolbox, when dragging a block from flyout, it autoclose. But continous toolbox...
### Check for duplicates - [X] I have searched for similar issues before opening a new one. ### Component toolbox-search ### Problem _No response_ ### Request It would be great...
## The basics This is a [proof-of-concept demo](https://alicialics.github.io/blockly-samples/) to add a Python Interpreter, which is almost identical to JS-Interpreter demo (in terms of both UI and code) minus the backwards-execution...
## The basics This PR will address issues like bundling assets (specifically tested with png files in @blockly/block-test) in webpack UMD bundles, as well as potential future plugin ESM builds....
### Check for duplicates - [x] I have searched for similar issues before opening a new one. ### Component toolbox-search ### Problem _No response_ ### Request The toolbox-search plugin currently...
### Check for duplicates - [X] I have searched for similar issues before opening a new one. ### Description Running axe-devtools produces the following error when running automated accessibility checks:...
**Category** - Examples **Component** - [x] blockly-node - basically shows importing blockly through node's `require`. This is not unique to blockly and just how you use packages in node. This...
### Check for duplicates - [X] I have searched for similar issues before opening a new one. ### Component plugins/eslint-config ### Problem After https://github.com/google/blockly-samples/pull/1946 is merged, the shared eslint config...
### Check for duplicates - [X] I have searched for similar issues before opening a new one. ### Component Workspace Search plugin ### Description https://github.com/google/blockly-samples/blob/dc79b14e4bc402e76cff960a4d72d4ac3a4365a5/plugins/workspace-search/src/workspace_search.ts#L461-L468 The filter function here only...