The idea is:
Clone nodes, creating a perfect replica, keeping its structure, including name, identical to the base node (node that was cloned).
My suggestion is that there should be a shortcut key for this and that, when right-clicking on the original node, the “Clone” option appears (if the node is a clone, another clone will be created). To differentiate the original node from the clones, there could be an outline with a different color and/or an icon to identify it.
My use case:
Example: I have a flow with a JavaScript node and I need to run it at 2 different points in the flow. By cloning it, I will have an exactly identical node (including the name, with the possibility of creating multiple clones) and I can position it wherever I want in the flow. If I change the code of one of the nodes (whether a clone or the original node), all of them will be automatically changed and remain exactly the same.
I think it would be beneficial to add this because:
I believe this is a very useful feature in situations where it is necessary to use identical nodes in different parts of the flow.
Any resources to support this?
I don’t know
Are you willing to work on this?
I don’t have enough technical knowledge for that