Select which nodes to show in interface

In your settings.js file you can edit the paletteCategories: [... entry - this is the initial sort order for node categories that are loaded - so you can add your category at the front of the list if you want etc...

Also you can add a nodesExcludes:['75-exec.js','... section to blacklist nodes by name - but of course if you import any flows that contain those nodes then they won't run.

1 Like