TfTHacker / obsidian42-strange-new-worlds

Revealing the strange new world of connected thoughts in your vault.
https://tfthacker.com/SNW
MIT License
438 stars 13 forks source link

[Feature Request] Unique Reference Counting Option for Internal Link Counter #110

Open MateusMolina opened 1 year ago

MateusMolina commented 1 year ago

The idea is to have an option that allows users to toggle between counting all references and counting only unique references for the internal link counter.

How could it look like

Why

Use Case Example

Consider two pages, A and B. If page A references page B ten times, and page C references page B once, the current counter for page B would show '11'. With the unique reference option enabled, it would instead show '2', highlighting that only two different pages have made a connection to page B.