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


Pure Virtual C++ 2024 Sessions Announced
19/04/2024

Microsoft has announced the sessions for Pure Virtual C++ 2024, which is taking place on April 30th 15:00 UTC. People who sign up will get access to five sessions happening on the day, alongside a ran [ ... ]



Microsoft Introduces .NET Smart Components
01/04/2024

Microsoft has provided a set of .NET Smart Components, described as a set of genuinely useful AI-powered UI components that you can quickly and easily add to .NET apps. The components are prebuilt end [ ... ]


More News

raspberry pi books

 

Comments




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

Last Updated ( Tuesday, 19 July 2022 )