Graph view: Connection type

This is a proposal to take Graph View a step further into a field of a graph database.

We already have indexable attributes used in many plugins, where the attribute name is followed by two colons.

attribute-name:: value

This can be used for links too:

parent:: [[my parnet]]
category:: [[research]]

The idea is to take these attributes and use them in the graph, as the link type.
Then, this will allow smart filtering - lets say we only want to see category type links. This will categorize everything, and clean the “noise” of other internal links.

search the forum before posting there are already two big FR about this.