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

[FR] Find all mentions of current note #37

Open
GoulartNogueira opened this issue Dec 23, 2023 · 1 comment
Open

[FR] Find all mentions of current note #37

GoulartNogueira opened this issue Dec 23, 2023 · 1 comment
Labels
🚀 Feature Something new, the plugin should do

Comments

@GoulartNogueira
Copy link

We can already all links through all notes.

And search all links in the current note.

I'd like to make the other way around:
Find all mentions (ingoing links?) for the current note.

Scan Vault (existing)

flowchart TD
    subgraph Vault
        Titles["All Titles(links)"]
        Contents["All Content"]
    end
    GlobalSearch --> Contents
    GlobalSearch --> Titles
Loading

Scan Note (existing)

flowchart TD
    subgraph Vault
        Titles["All Titles(links)"]
        Contents["All Content"]
    end
    subgraph Current Note
        Title["Title (link)"]
        Content["This Content"]
    end
    Scan --> Content
    Scan --> Titles
Loading

New mode (request)

flowchart TD
    subgraph Vault
        Titles["All Titles(links)"]
        Contents["All Content"]
    end
    subgraph Current Note
        Title["Title (link)"]
        Content["This Content"]
    end
    Scan --> Contents
    Scan --> Title
Loading

Why?

Once I create a new concept, and I need to manually search all vault and link each individually.

Sometimes I create a new note for a concept. But I know I've already mentioned it (without a link).
So I need to scan the whole vault looking for the links and link them manually.

I would like to make this process with the same effortless experience as I have with this plugin.

@GoulartNogueira GoulartNogueira added the 🚀 Feature Something new, the plugin should do label Dec 23, 2023
@4Source
Copy link

4Source commented Apr 20, 2024

Had the same idea, that would be a nice feature. Because once you have created a note, you know best whether it matches the suggested links.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 Feature Something new, the plugin should do
Projects
None yet
Development

No branches or pull requests

2 participants