Skip to content

Files

Latest commit

8614512 · Sep 3, 2024

History

History
11 lines (9 loc) · 562 Bytes

tags.md

File metadata and controls

11 lines (9 loc) · 562 Bytes

List of all tags in use and where

Credit goes out to user mnvwvnm on 2021-09-12 in this forum

This provides a dynamic view that relates tags to a file. The file entries (are/are not/can be) duplicated in this table.

TABLE 
WITHOUT ID (tag + "(" + length(rows.file.link) + ")") AS Tags, link(sort(rows.file.name)) AS Files 
FROM "" WHERE file.tags FLATTEN file.tags AS tag 
GROUP BY tag SORT length(rows.file.link) DESC