Generalized code for showing incoming links contained in other pages' front matter #1682
Unanswered
AndrewJSchoen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I am trying to use Dataview to list files that contain links to the current page within their frontmatter. Basically, I have a couple pages with metadata like this:
And then I currently have pages for
Feature1
andFeature2
, where I am trying to create a table of all activities that include that feature. It looks something like this, which works:However, it might be nice to generalize this code the same across all features, so I tried
Feature="[[]]"
in the filter instead, given this is mentioned as a literal in the documentation, however when I do this, it fails to find any matches. Possibly this has something to do with #849. Am I doing something wrong here, or is this simply not possible currently? Thanks!Beta Was this translation helpful? Give feedback.
All reactions