### All note types
TABLE WITHOUT ID
	noteType
WHERE noteType
FLATTEN noteType
GROUP BY noteType
SORT noteType

Drilldown

TABLE
	noteType,
	file.folder
WHERE contains(noteType,"article") OR contains(noteType,"atom") OR contains(noteType,"glossary") OR contains(noteType,"how-to") OR contains(noteType,"index") OR contains(noteType,"synthesis")
SORT noteType, file.folder