How do I make a double Linking #861
-
Imagine you have a Note Then, I need to know to make a query where I get all the notes of the group How do I make it? |
Beta Was this translation helpful? Give feedback.
Answered by
blacksmithgu
Feb 16, 2022
Replies: 2 comments
-
This is probably easiest in DataviewJS...
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AtlcatlQ
-
Thanks!!! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is probably easiest in DataviewJS...
dv.page("Note A").file.inlinks.flatMap(link => dv.page(link).file.inlinks)