treymo / joplin-link-graph

UI for viewing connections between different Joplin notes
MIT License
252 stars 10 forks source link

enable css customization of graph based on node distance #57

Closed goliath-walker closed 2 years ago

goliath-walker commented 2 years ago

1 2 3

goliath-walker commented 2 years ago

Hey @treymo , is there anything I can add or clarify?

goliath-walker commented 2 years ago

One alternative: The case with maxDegree > 0 currently is called selection-based graph in code. After having further look, I am wondering if it is better named "distance-based graph", as selected node and adjacent nodes are also taken into account when showing the whole graph. What does make more sense for you?

treymo commented 2 years ago

I prefer distance-based graph personally. Sorry for the delay, been very busy but I will review ASAP

treymo commented 2 years ago

I have not forgotten, I'll try to review this weekend. Thanks for contributing to the plugin @goliath-walker, this visual improvement looks really great from the screenshots!