Hello everyone,
I am a student working on a project with Node-RED and Blockly. I have already customized Blockly with extra Blocks and Categories that I need. Also I have changed the Layout and Design of it.
My goal is to connect this custom Blockly to Node-RED. ( I know there is a Blockly Node-RED out there which I tried out but I would like to add my own instead).
Does anyone have any tips on how to do that?
Thanks in advance
Hi @rth,
If I may curious, what is the reason that you don't want to extend the existing blockly node, and start a new one? Because if you have "general" functionality that may help the users of the existing blockly node, then it would be a pity not to see a pull request arriving...
Bart
Hey Bart, I got the impression from the op that he was running blocky external and wanted a way of communicating between blocky and node-red (I might be wrong).
Hello @BartButenaers ,
We are working on a little project and we have some blocks which are very specific to our needs. Also we changed a lot in the design of Blockly and that's why I would like to add my Blockly to Node-RED as it is better for my needs. I know one can create functions in node-red-contrib-blockly, but I was wandering if I can just add my whole custom Blockly in node-red. If someone has any ideas it would be nice