~ Maps
This note shows all the maps in the ideaverse where the collection
property has Maps
.
TABLE WITHOUT ID
choice(contains(collection,link("Maps")),
"🗺️ " + file.link,
file.link) as "Maps",
length(file.inlinks) as "Inlinks",
length(file.outlinks) as "Outlinks",
choice( contains(file.folder, "+"), "`" + file.folder + "`", file.folder ) as "Folder Path"
WHERE contains(collection,link("Maps"))
SORT length(file.inlinks) desc
LIMIT 222