Skip to content

Releases: CincellaDegliAiazzi/node-red-find-plus

Find+ 0.4.1

Choose a tag to compare

@CincellaDegliAiazzi CincellaDegliAiazzi released this 16 Jul 05:23
1392590

Find+ 0.4.1

Find+ 0.4.1 narrows the plug-in's scope and keeps it fully independent from Node-RED's built-in search.

Changed

  • Removed the optional Node-RED 4 built-in-search hover guard.
  • Find+ no longer intercepts or alters any behaviour of Node-RED's standard search.
  • Updated the package description, README and changelog.
  • Corrected a few remaining non-English interface strings.

Find+ continues to provide exact-number, case-sensitive, whole-word and regular-expression searches through its own sidebar.

Compatibility verified

  • Node-RED 4.1.11
  • Node-RED 5.0.1

Installation

Download node-red-plugin-advanced-search-0.4.1.tgz, then run:

cd ~/.node-red
npm install ~/Downloads/node-red-plugin-advanced-search-0.4.1.tgz

Replace ~/Downloads/ with the directory where the file was downloaded.

Restart Node-RED and reload the editor with Ctrl+F5.

Find+ 0.4.0 — first public test release

Choose a tag to compare

@CincellaDegliAiazzi CincellaDegliAiazzi released this 16 Jul 04:16
a856070

Find+ is an experimental advanced-search sidebar for the Node-RED editor.

This first public release provides:

  • exact-number search, so num:810 does not match 1810 or 8100;
  • case-sensitive and whole-word search;
  • regular expressions;
  • current-flow, configuration-node and type:... filters;
  • matching property and line-number information;
  • a Show action that reveals a node without closing Find+;
  • light and dark theme support.

For Node-RED 4.1.x, Find+ also provides an optional guard that prevents the built-in search from moving the workspace merely when the pointer passes over a result. Node-RED 5 already changed that behaviour, so the guard leaves the updated search interface alone.

Compatibility verified

  • Node-RED 4.1.11
  • Node-RED 5.0.1

Installation

Download the attached node-red-plugin-advanced-search-0.4.0.tgz file, then run:

cd ~/.node-red
npm install ~/Downloads/node-red-plugin-advanced-search-0.4.0.tgz

Replace ~/Downloads/ with the actual directory containing the downloaded file.

Restart Node-RED:

node-red-restart

or, depending on the installation:

sudo systemctl restart nodered

Reload the editor with Ctrl+F5. A Find+ tab should appear in the sidebar.

This is an experimental first public release. Please report reproducible problems through GitHub Issues and include the Node-RED, Node.js and browser versions.