Привіт! Hello! Bonjour! Ola! Buongiorno!
I am organizing my Notion export ATM.
Moved all databases to the hierarchical structure with the data folder + items files and index file representing the table from the dataview plugin.
Index.md
Index
Item1.md
Item2.md
...
Index.md has the very basic dataview select like
```dataview
table Attribute1, Attribute2
from "Path to/Index"
This works great!
But in case of building this table by Dataview Index.md file doesn’t contain the exact link to to the Items files and therefore this link is not shown in the Graph view
The question is
How can I display all the Index.ms → ItemN.md link in the Graph view?
Will appreciate any help! Thank you!