Hi all.
Need some help with a script that works currently, but I want to further refine the pages it selects; currently it selects all pages with a #project tag, but I want to further refine it to select the #project tag AND those pages with a Status property of “Active”. Any ideas gratefully accepted
This is the line currently:
dv.page(p.path).file.etags.includes(“#project”)).sort(({ basename: left }, { basename: right }) => left > right ? 1 : left < right ? -1 : 0), false, “Please select Project…”)).basename