Query for pages that does not exist as files #494
-
In my notes I often write I want to find a list of all the pages that start with a particular prefix (e.g. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
This is doable by directly trawling the dataview index in DataviewJS, though not using normal Dataview queries - you essentially aggregate all
|
Beta Was this translation helpful? Give feedback.
-
based on this, am I correct that pages that have not yet been created, don't appear in a file's outlinks? |
Beta Was this translation helpful? Give feedback.
This is doable by directly trawling the dataview index in DataviewJS, though not using normal Dataview queries - you essentially aggregate all
file.outlinks
links for every page and then filter down to ones which start with your desired prefix: