Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MateusMolina opened this issue Aug 21, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@MateusMolina
Copy link

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

  • An option in the plugin settings that allows users to switch between counting:
    1. All references to a linked page.
    2. Only unique references to a linked page (where multiple references from a single page to the same linked page count as one).

Why

  • Offer users a more nuanced view of the interconnectedness of their notes.
  • Allow users to focus on genuine connections between pages, reducing the weight from pages that might over-reference other pages.

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.

@TfTHacker TfTHacker added the enhancement New feature or request label Apr 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants