bartbutenaers / node-red-contrib-blockly

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

Zoom-to-fit (via plugin) #80

Closed bartbutenaers closed 3 years ago

bartbutenaers commented 3 years ago

@cymplecy, @jsccjj ,

Another thing that I disliked about the original version of our node, was the lack of a zoom-to-fit icon. Fortunately there is now a zoom-to-fit plugin available for Blockly.

When you have activated the zoom options via the config node:

image

You will now get an extra icon in the workspace:

image

And it seems to work fine:

blockly_zoom_to_fit

cymplecy commented 3 years ago

I can see this being very useful :)