How to bring All the linked notes to the Main link page?

What I’m trying to do

I take notes from video lectures and create separate notes for each lecture. I have created notes for different concepts. when I learn something new about that concept I note it in that lecture note. and add a link to the main concept.
I want to know how can I get all the notes I have taken about the concept in that main concept note. I can see a local graph which shows in which lectures I have linked it. but I want these notes in the main concept note. like I have created a note about Gravity. when I am studying my lectures and there is something new. I write that in the lecture note and link it to Gravity note. so when I do this in multiple videos, I want all these notes to be automatically brought back to the main Gravity note.

Things I have tried

searched for how to bring all the linked notes to the main note? I have searched about this on forum and Youtube too.

At the risk of not understanding your use case fully, isn’t that was is shown in the side panel on the righthand side for incoming links?

If you want them shown somewhere in the note itself, another option could be to use dataview and list all file.inlinks for the current file, which after installing the plugin can be done with this query:

```dataview
LIST FROM [[]]
```

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.