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

Can't see sparse list of mentions if filename starts with a uppercase letter links start with a lowercase letter #23

Closed minkkinen closed 1 year ago

minkkinen commented 1 year ago

I have many links that refer to files in the middle of the sentence and the link starts with a lowercase letter. The filename of the linked file starts in uppercase. This works fine in Obsidian, and I can see the files as linked in influx. However, I can't see the sparse list of mentions for those ones where this uppercase/lowercase issue exists. Is this easily fixable in influx or is it something more complicated?

jensmtg commented 1 year ago

Sounds like an easy fix. Can you provide a concrete example?

minkkinen commented 1 year ago

I can’t get to my work computer now to get screenshots but I’ll try to give an example.

I have a note called “Business models” (starts with a capital B). In another note (called berente2021managing), I have the passage “… inventing new [[business models]]” (with a lowercase b). When I open the Business models note, influx rightly shows the berente2021managing note, but influx doesn’t show the passage under it (the one with the link). I’m guessing this is because of the uppercase-lowercase issue, so influx apparently doesn’t consider it a mention.

Hope that helps.