Use case or problem
We want to focus only on nodes that connect nodes, and remove all the ones that are unique to a single node.
Proposed solution 1
Add a way to input, on the filters of the graph view, the number of forward links the nodes must have in order to be shown.
Proposed solution 2
Add a search option on the text box of the filters, so we can filter them out in a fashion like:
forwardlinks:<n>+
and/orfl:<n>+
backlinks:<n>+
and/orbl:<n>+