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

Fixed: previews now work with Markdown Links #51

Closed kenlim closed 1 year ago

kenlim commented 1 year ago

The compareLinkName method didn't work with Markdown links. Hopefully, this fixes that issue.

Previews will now work with Markdown links like these:

[Target]("./target.md")
[Target]("./folder/subfolder/target.md")
[Target]("./target.md#^3e2345")