NODE-Red 3 Adds Monaco Text Editor
Written by Kay Ewbank   
Tuesday, 19 July 2022

Node-RED is a visual tool for wiring together hardware devices, APIs and online services. The latest release of Node-RED 3 brings a new alternative text editor and support for continuous search.

Node-RED, which began life as a project of the UK-based IBM Emerging Technology team provides a browser-based editor that can be used to wire together flows using a variety of nodes. Each node can be a small JavaScript program which accepts a message in the form of a JSON object and produces JSON objects to pass on to other nodes. An HTML file is used to define the node's properties for the editor.

 nodered

Version 3.0 of Node-RED has a number of improvements to the editor interface, starting with a right-click context menu in the workspace, and improved debugging of flows with a new tooltip that shows the full location of the node when you hover over a node.

 

There's a new special node type called junction that can make it easier to route the wires in a flow, and the developers say that unlike the various ‘no-op’ nodes that have been published to the community to help achieve similar results, the Junctions are far more compact and less obtrusive in the flow.

A new continuous search option has been added; specifically, this lets you move between matches in a set of search results. There are also more predefined searches, including the ability to restrict the search to the current flow.

The Monaco Text Editor was actually added as a component to offer an alternative to the default Ace Editor a year ago in the 2.x release. The developers say it has proved to be very stable and provides a much richer user experience, so in this release they have switched over to Monaco as the default editor.

Node-RED 3.0 is available now. 

nodered

More Information

Node-RED homepage

Related Articles

Node-RED 2.0 Adds Flow Debugger And Linter

Node-RED IoT Tool 1.0 Released

JS Foundation Supported by IBM

Node-RED Another Way To The IoT 

 

 

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


BusyBeaver(5) Is 47,176,870
03/07/2024

The thing about the BusyBeaver function is that it is very easy to understand, but very difficult to compute. We now know its value up to 5, which isn't much progress for more than 50 years work.



JSNation 2024 Sessions Now Available Online
26/07/2024

The sessions of this year's premium Javascript conference, JSNation, are now available online and for free. Since there's a lot of material to go through we did a bit of digging to suggest t [ ... ]


More News

kotlin book

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Tuesday, 19 July 2022 )