TABLE
		length(rows.file.frontmatter.tags) as numtags
	, join(rows.file.link, ", ") as tags
FROM "Home"
FLATTEN file.frontmatter.tags as tag
GROUP BY tag
SORT numtags DESC

KhattaMicah Website © 2022 by Micah is licensed under CC BY-SA 4.0