MOCs
🗺️ Maps of Content
All MOCs
TABLE length(file.inlinks) AS "Linked notes", file.mtime AS "Modified"
FROM "60-MOCs"
SORT length(file.inlinks) DESCNotes grouped by their MOC
TABLE rows.file.link AS "Notes", length(rows) AS "Count"
FROM "50-Zettel" OR "70-Sources"
FLATTEN (up[0]) AS Topic
GROUP BY Topic AS "MOC"
SORT length(rows) DESC