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** (new) block-shadow-mutators **Is your feature request related to a problem? Please describe.** Now that https://github.com/google/blockly/pull/4215 is merged it is possible to create mutators that generate shadow...

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

**Component** Field-date **Is your feature request related to a problem? Please describe.** I would like to create a custom time range of availability, for example that a user is only...

type: feature request

**Category** Plugins **Component** keyboard-navigation: zelos renderer **Describe the bug** In the [@blockly/keyboard-navigation Demo](https://google.github.io/blockly-samples/plugins/keyboard-navigation/test), when the Accessibility Mode is enabled and the renderer selected is 'zelos', the stack-level view and the...

type: feature request
status: discussion

**Is your feature request related to a problem? Please describe.** Disabled blocks are skipped by the code generators. Some projects want to generate code for disabled blocks (as commented-out code)...

**Category** - Plugins **Component** block-link **Is your feature request related to a problem? Please describe.** Visualize blocks that are related but not connected. **Describe the solution you'd like** Draw lines...

type: feature request
category: plugin
status: discussion

As far as I can tell, Blockly always expects a floating point number to be represented using a period as the decimal character (e.g., 1.23). While Blockly seems to handle...

**Category** - Plugins **Component** migrate **Is your feature request related to a problem? Please describe.** Trying to use the migrate script as someone who doesn't know how it works is...

type: feature request

### Problem Statement Often you want to access all the blocks with a specific "tag". For example: all procedure blocks, all call blocks for a specific procedure, all blocks of...

**Category** - Plugins **Component** [Toolbox](https://github.com/google/blockly/blob/develop/core/toolbox/toolbox.ts) **Is your feature request related to a problem? Please describe.** When students are typing code in a new programming language, it can be easy for...

type: feature request

I'd like to introduce blocks wich return promises and should be awaited. For this, in Codegeneration every function should be prefixed by an "async " so promises could be awaited...

type: feature request