treymo / joplin-link-graph

UI for viewing connections between different Joplin notes
MIT License
254 stars 11 forks source link

Graph isn't drawn when max degree of separation is 0, i.e. when it should show all notes #46

Closed cyphase closed 2 years ago

cyphase commented 2 years ago

When max degree of separation is 0, i.e. when the graph should show all notes, I don't see anything in the graph panel. The Redraw Graph button doesn't help. When I set a number other than 0, it works as expected, showing all notes within range that are linked downstream from the selected note; I believe that's the intended functionality. I'm using Joplin 2.6.2 on Linux with plugin version 1.1.3.

cyphase commented 2 years ago

Just tried it again on a hunch, and now it's working. Even though I tried restarting multiple times before. Not sure what changed that "fixed" it, but there's still some bug somewhere because it didn't work before. :thinking:

treymo commented 2 years ago

Hmmm, let me know if you figure out how to reproduce it. I am running the plugin primarily on Linux as well. My max degree of separation has always been set to zero and I am not sure I've run into this issue.

We can reopen this issue if it pops up again