Recently I was adding link call nodes and became aware of how nice it would be to have this option in the context IFF the highlighted node is a link in node:
Ok, understand #5332 (PR above) enables the "contextMenu" property for any node, and #5333 uses that property to add a "jump to target" for the link call node.
So the next PR will add the "create link call node" for the link-in node context menu by adding the "contextMenu" property to the link-in node definition
Really? Surely I can't modify the static definition for a link-in node. I can definitely interact with existing instances of the nodes but its static definition.... Ok, I can define a custom node that happens to have the same type "link in" and then break my NR installation!
Security through obscurity? I think anyone with a decent AI and enough nefarious energy will figure it out - the rest will be left in obs(e)curity ...
That's the unfortunate new reality of Fable.
EDIT:
At this point, I could point out that my NodeDev package includes a import functionality that allows inspection of third party packages before installing them. It can also import itself but for that you need to install it first
So I'm not being a dick for the sack of it, rather to make folks aware and then also try to provide tools to improve the situation.