dv.pages() for pages linked to the current page #564
-
I'm very new to dvjs . I would like to set up a lookup field that only looks at pages that link to the current page. I have a field called "sources" that I put links to the pages / info that I use to develop that note. I'd like the source pages to pull up where they're referenced. I'm sure it's absolutely something simple, but with my limited skills, I have no clue. Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
mdelobelle
Feb 8, 2024
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mdelobelle
-
Derp that worked. Thank you so much. You are amazing. |
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
Hi if I understand correctly what you want to do:
Create a
Referencing
Lookup field withSources
as the target field anddv.pages()
as the queryIt will look for all pages in your vault for Sources fields and put into referencing only the links that point to the note where the
Referencing
field is