~ Dots
This note collects all notes where the collection
property says Entities
.
TABLE WITHOUT ID
choice(contains(collection,link("Entities")),
"๐ " + file.link,file.link) as "Entities",
length(file.inlinks) as "Links"
WHERE
contains(collection,link("Entities")) and
!contains(file.name, "Template")
SORT rank desc, year asc