Speech is about sorting the visibility of input nodes in a dynamo player.
Now the input nodes appear there in the order they were created inside the dynamo script. From the earliest to the latest. But when the script is large and there are a lot of such nodes, you often want to group them by functions, and show them in some order.
Now the only mechanism for this, if you want to add a node not to the end of the list, is to erase everything and recreate, or rename and replace existing ones, it's not convenient.
Some sorting mechanism, for example, on the first sign of the node name, would be good.
A more elegant mechanism, for example, that we could assign a number to its place, in dinamo player interface, would be great.