victronenergy / node-red-contrib-victron

MIT License
90 stars 18 forks source link

Move Victron Nodes to the top of the node list #28

Closed pkronstrom closed 5 years ago

pkronstrom commented 5 years ago

This needs to be done in node-red settings.js file, which should be located in the default user directory, node-red install directory or set as a command line argument.

The order can be changed here: https://nodered.org/docs/configuration -> Editor Configuration -> paletteCategories


Although not related, it would be probably worth it to consider also modifying the following settings:

pkronstrom commented 5 years ago

One way of disabling nodes (e.g. the exec node) and whole libraries is by setting "enabled": false in /home/root/.node-red/.config.json.

pkronstrom commented 5 years ago

I'll close this for now -- nodes are moved to the top of the palette. See settings-default.js