jensmtg / influx

An alternative backlinks plugin, which displays relevant and formatted excerpts from notes with linked mentions, based on the position of mentions in the notes' hierarchical structure (bullet level indentation).
MIT License
310 stars 14 forks source link

Fix heading references #80

Closed jonsterling closed 1 year ago

jonsterling commented 1 year ago

In the released version, if you have a link to a heading like [[file#heading]] it will appear with an empty summary in the influx pane. This is because apiAdapter.compareLinkName was only stripping block references but not heading references, so the correct summary could not be attached to the backlink. I have fixed this and tested that it behaves correctly on my local installation. Please let me know if you have any feedback or requests for further changes!

jonsterling commented 1 year ago

Hello @jensmtg, just pinging in case you did not see this. Let me know if there’s any problems, and I’m happy to fix. Thanks :)