Overviews in Online Version
The overview pages are not usable in online view. Please refer to the tagindex.
Topic Overview¶
Each query has one or more topics, grouping queries with similar goals together. Wonder what's available? Wonder no more!
await dv.view("00 Meta/dataview_views/tagcloud", {values: dv.pages('"20 Dataview Queries"').where(p => p.topics).topics})
Topic List¶
TABLE WITHOUT ID t as "Topic", count, rows.file.link AS "pages"
FROM "20 Dataview Queries"
WHERE topics
FLATTEN topics AS t
GROUP BY t
FLATTEN length(rows.file.link) as count
SORT count DESC, t ASC
Used queries
You want these fancy queries for your own data? Find the tag cloud here and the list here.