
Blockly - Google Groups
Welcome to the Blockly developers group! Feel free to post questions about developing with Blockly, demos of things you've built, or make suggestions for features you'd like to see in the future. But if …
Changing the default prompt in blockly - Google Groups
Sep 18, 2023 · You can call Blockly.dialog.setPrompt (function (message, defaultValue, callback) { // your code here }); to set the callback function that will be run whenever a prompt should appear. This …
Cannot set a shadow block to take 'any' input? - Google Groups
Dec 31, 2024 · Goals: Create a basic single-input block that's auto connected to a shadow block that can take any type of input including a default blockly variable
TextToDom is not a function - Google Groups
Sep 9, 2023 · Blockly.Xml.domToWorkspace (dom, my_workspace); However when I run this in the latest Blockly version, I get the error " Blockly.Xml.textToDom is not a function ".
Blockly Summit 2025: New sessions in EdTech, AI, accessibility and more
Apr 3, 2025 · Discover how the Blockly community is shaping the future of block-based programming across AI/ML, EdTech, accessibility, robotics, and enterprise apps.
Blockly Announce - Google Groups
The migration of blockly, blockly-samples, and blockly-keyboard-experimentation is complete. GitHub
Blockly v11 is here! + Q2 Announcements - Google Groups
May 21, 2024 · Blockly Newsletter Q2 2024 Key Highlights & Announcements Our v11 release is here! This is a big release with many new features supporting customizability. Check out the full release …
How to generate blocks from code in blockly? - Stack Overflow
Nov 30, 2017 · I have a blockly application which generates some output code. Now, is it possible to write some function which will take my output code and will put corresponding blocks on workspace. …
typescript - Python to Blocks in Blockly - Stack Overflow
Jun 27, 2020 · I run edublocks.org and I'd like to implement Python to Blocks. Currently, you can only move from Blocks to Python. Does anyone know how to do this? Thanks!
Here's our work: Blockly for C language - Google Groups
Jul 14, 2016 · Because we expanded and rewritten original Blockly core part and many other part, where made maintenance very difficult. We are now rewriting our code to match up with latest Blockly's …