graydon / obsidian-dangling-links

obsidian plugin for displaying dangling links
MIT License
46 stars 2 forks source link

Make dangling links case-insensitive in 'Group by dangling link' #12

Open Taitava opened 3 years ago

Taitava commented 3 years ago

Consider the following text:

[[Cats]] like to play a lot. On the other hand, [[cats]] also tend to sleep a lot.

This causes the list of dangling links to have two almost similar links: Cats and cats. They could be combined into one in the list.

Dangling links version: 0.3.0

claremacrae commented 9 months ago

Thanks for the report.

tl;dr This was fixed at some point.


I just tested it with this setup:

SYSTEM INFO:
    Obsidian version: v1.5.4
    Installer version: v1.4.13
    Operating system: Darwin Kernel Version 23.2.0: Wed Nov 15 21:54:10 PST 2023; root:xnu-10002.61.3~2/RELEASE_X86_64 23.2.0

With this markdown:

[[Cats]]

[[cats]]

A promising sign was that the links were grouped together:

image

When I created one of the files, both disappeared from the Dangling links panel:

image

Taitava commented 9 months ago

I guess it depends on the "group by" mode. If using Group by dangling link, they still show seprately. I didn't notice to mention this in my original post. kuva

claremacrae commented 9 months ago

I guess it depends on the "group by" mode. If using Group by dangling link, they still show seprately. I didn't notice to mention this in my original post.

Ah great, that extra info is helpful. Thank you.

I've renamed the issue, and am re-opening.