Order of nodes within a palette category

I'm developing a number of related nodes which appear in their own category. I'd like to specify the order in which they appear e.g. all input nodes grouped together, all output nodes together; then perhaps alphabetic (or some other ordering) within those groups.

I see that the global settings.js file has a section to set the order of categories themselves in the palette tab but it's not clear how to set the order of nodes within a category. Since nodes in the default categories are not listed alphabetically, I assume that the order they appear has been set somewhere.

Does anyone know how to do that?

Thanks for any pointers,
chris

They are added in the order they are found by the code that searches the available node_modules directories iirc.

You have no influence over the order.

Not good news but thanks for the insight.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.