Node styling based on relationship
rbennett00 opened this issue · 0 comments
Is it possible to style a node based on the ontological relationship it is attached to instead of restricting to solely by tag? Styling based on tag requires there to be an existing internally linked page that contains the specified tag. However, you may want to style a node that represents an entity whose page hasn't been created yet, or even external links.
For example, I have a central book node with child nodes for character and quote. I may want to register a character in the graph to see potential linkages with other books, but might not want to create a page for them yet (I might wait until I determine they are a major character or have some larger significance to my graph). I would want all my character-related nodes to look the same whether there is a page or not.
Similarly, all of my quote nodes are actually external links to Readwise, so there is no internal page to hang a tag on (and it doesn't seem reasonable to expect to create a new page for every highlight). Right now there's no way to differentiate between external links of different relationship types - this would allow for that.