No description
Find a file
2023-12-13 16:19:03 -05:00
.github/workflows tell vite the base 2023-08-31 17:40:07 -04:00
.vscode add variable blocks for generators 2023-08-31 12:45:43 -04:00
src copy over notify values 2023-12-13 16:19:03 -05:00
.eslintrc.js add eslint 2023-12-07 16:54:28 -05:00
.gitattributes Initial commit 2023-08-31 09:02:19 -04:00
.gitignore ignore export dir 2023-12-08 12:51:17 -05:00
.npmignore Initial commit 2023-08-31 09:02:19 -04:00
.tool-versions Initial commit 2023-08-31 09:02:19 -04:00
export_blockly.js json workspace, proper comparators, workspace.json 2023-12-13 16:02:20 -05:00
index.html conventional names, drop xml, clear button 2023-12-11 15:24:41 -05:00
package-lock.json fix some IO things, dynamic feeds, action type 2023-12-13 13:03:30 -05:00
package.json fix some IO things, dynamic feeds, action type 2023-12-13 13:03:30 -05:00
README.md Initial commit 2023-08-31 09:02:19 -04:00
vite.config.js oops purge xml entirely 2023-12-13 16:18:16 -05:00

Blockly Tooling

A custom Blockly app needs to:

  • define custom blocks
  • define toolboxes of common and custom blocks
  • define workspace settings, starting blocks, rules
  • define custom generators
  • install and configure Blockly plugins and extensions

This project tries to streamline all that into one place for dev and testing, with an import/export story to interop with tooling and production exports for embedding in other apps.