Closed zit-veggie closed 2 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 #.
[a-z0-9-]+
#
Currently, internal note links that link deeply to one of its headlines, are not displayed in the note graph.
For example:
This might be easily fixed by extending the check for note links to include
[a-z0-9-]+
as postfix after#
.