treymo / joplin-link-graph

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

Feature: Show note back-links #50

Closed goliath-walker closed 2 years ago

goliath-walker commented 2 years ago

This change adds back-links (links, which other notes have to the selected note in Joplin) to the graph UI.

To have an effect, in Graph UI -> Max degree of separation -> value needs to be set > 0. preview

goliath-walker commented 2 years ago

Related: https://github.com/treymo/joplin-link-graph/issues/51

goliath-walker commented 2 years ago

Force-pushed branch due to v1.1.5 changes. This single commit also makes the backlinks feature opt-in and create a corresponding menu entry.

treymo commented 2 years ago

Thanks so much for the contribution! You should definitely promote it on the Joplin forums once we get this released!

Sorry for refactoring stuff and causing some conflicts, you got me looking at the code again and found a few optimizations to speed the plugin up a little.

goliath-walker commented 2 years ago

Thank you for creating this plugin! It's a staple in my plugins list and imo the best performing graph plugin.

goliath-walker commented 2 years ago

I am just thinking, if we treat "show back-links" and "show link arrows" as separate menu entries. The arrows feature might be interesting as well when showing the complete graph with degree 0.

treymo commented 2 years ago

treat "show back-links" and "show link arrows" as separate menu entries

I like this idea! it can be done as a follow-up PR if we want.

Right now I want to figure out what's going on with #49, I can't reproduce this on my Mac or Linux machines