bartbutenaers / node-red-contrib-blockly

A Node Red node for visual programming a function using Blockly
Apache License 2.0
91 stars 22 forks source link

Ability to create custom blocks #61

Closed AbdMIssa closed 3 years ago

AbdMIssa commented 3 years ago

How feasible is it to create custom blockly blocks using the blockly node?

cymplecy commented 3 years ago

You can create custom blocks using functions but you don't have much control over how they look

image

bartbutenaers commented 3 years ago

Hey @AbdMIssa , In the upcoming release it will be possible to load custom libraries and customize the existing libraries. See here for more info.
So I am going to close this issue, to make it easier for me to follow the TODO's for the new release.