treymo / joplin-link-graph

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

Fix broken graph edges when note links to anchor (#42) #45

Closed tngebauer closed 2 years ago

tngebauer commented 2 years ago

Partial Fix for #42

Simple temporary fix (not that fluent in JS) for the missing graph edges, when a note links to another note´s anchor (e.g. Headings). Forthcoming, the graph could be extended so that it not only links to the note, but also to its anchors.

tngebauer commented 2 years ago

Is there any reason not to merge this hotfix?