This is the fork we made of Blockly to make it suitable for Orchestra. It includes our special needs:
- Fully Offline: So that we can use it on Electron
- Custom Design: To suit our design harmony
- Custom Core Functions: Like for example the way block help works
- In Block SVG (from Core), the definition of
Blockly.BlockSvg.prototype.showHelp_
was changed (Check this issue for more details)