obsidian-dangling-links icon indicating copy to clipboard operation
obsidian-dangling-links copied to clipboard

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

Open Taitava opened this issue 4 years ago • 3 comments

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

Taitava avatar Jul 19 '21 21:07 Taitava

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

claremacrae avatar Feb 11 '24 07:02 claremacrae

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

  • Dangling links ~~0.30.0~~ (edit: whoops, it's 0.3.0)
  • Obsidian 1.5.4

Taitava avatar Feb 12 '24 15:02 Taitava

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.

claremacrae avatar Feb 12 '24 15:02 claremacrae