treymo / joplin-link-graph

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

[Bug]: joplin-link-graph does not recognize note links with anchors #42

Closed zit-veggie closed 2 years ago

zit-veggie commented 3 years ago

Currently, internal note links that link deeply to one of its headlines, are not displayed in the note graph.

For example:

[my note link](:/123#anchor)

This might be easily fixed by extending the check for note links to include [a-z0-9-]+ as postfix after #.