⚠ DRAFT · UNPROMOTED · UNVERIFIED — not the published Atlas · facts/citations not gate-checked

📊 Atlas Dashboard

> Requires the Dataview community plugin. Without it these show as code blocks.

Coverage by domain

TABLE covered AS "Covered", new AS "New" FROM #moc/domain SORT domain ASC

Build queue — themes with NEW subchapters

TABLE domain, new_subs AS "new", books, articles, videos FROM #theme WHERE new_subs > 0 SORT new_subs DESC

Thin themes — little backing material

TABLE domain, slides, books, articles, videos FROM #theme
WHERE (slides + books + articles) < 3 SORT (slides + books + articles) ASC

Everything by domain

TABLE rows.id AS "themes" FROM #theme GROUP BY domain SORT domain ASC