No description
Find a file
2024-05-22 15:49:34 -04:00
.github/workflows tell vite the base 2023-08-31 17:40:07 -04:00
.vscode snippets for custom blocks and field lines 2024-01-08 22:29:47 -05:00
src regenerator exports 2024-05-22 15:49:34 -04: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
eslint.config.js update eslint config, lint and lint-export tasks 2024-05-14 15:04:12 -04:00
export_blockly.js regenerator exports 2024-05-22 15:49:34 -04:00
index.html more reload tooling 2024-05-20 16:05:05 -04:00
package-lock.json update eslint config, lint and lint-export tasks 2024-05-14 15:04:12 -04:00
package.json update eslint config, lint and lint-export tasks 2024-05-14 15:04:12 -04:00
README.md Initial commit 2023-08-31 09:02:19 -04:00
scratch.md identify feed by integer id 2024-02-23 12:46:15 -05: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.