DataviewJS - Union file.inlinks.file.inlinks? #1265
Answered
by
blacksmithgu
Another5405
asked this question in
Q&A
-
I want to get "all the note's inlink" in "MasterNote's inlink". I want to know is it have other way to do Union function. ThankYou. |
Beta Was this translation helpful? Give feedback.
Answered by
blacksmithgu
Jul 19, 2022
Replies: 2 comments
-
You can run a map over elements of |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can do |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AB1908
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can do
dv.current().file.inlinks.flatMap(f => dv.page(f).file.inlinks)
in Javascript.