Weak and strong connections
I’d find it useful to be able to visually distinguish between weak and strong connections.
x is related to y (weak connection)
x is y (strong connection)
Ideas:
(1) There could be a parameter in the [[]]
syntax for the type of connection.
eg
[[link|link-name|connection-name]]
[[link|link-name|weak]]
[[link|link-name|strong]]
Then there could be a way of visualizing different types of connections differently.
eg
weak connection - thin line
strong connection - thick line
This is the ideal approach, as far as I’m concerned, as it opens up the possibility of also storing information in the connections, not just the nodes.
(2) As a workaround, there could be a way to visualize one-way and two-way connections differently.
eg
one-way connection - thin line
two-way connection - thick line
This way, if I wanted to create strong connections, I’d turn them into two-way connections.