No description
Find a file
2024-01-05 13:38:10 -05:00
.github/workflows tell vite the base 2023-08-31 17:40:07 -04:00
.vscode purge unused markdown generators 2023-12-14 17:42:23 -05:00
src tighter output 2024-01-05 13:38:10 -05:00
.eslintrc.js fix eslint... i think 2024-01-03 14:44:50 -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 keep going 2023-12-20 14:45:29 -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.