Displays a set of values (i.e. from a meta data field) as a tag or word cloud
Display meta data values as a tag cloud¶
Basic¶
Sources
You'll find the sources of this dv.view snippet under 00 Meta/dataview_views/tagcloud
. It expects the values you want to display as an array in the second argument.
await dv.view("00 Meta/dataview_views/tagcloud",
{
values: dv.pages('"10 Example Data/dailys"').where(p => p.person).person
})
Usage in the dataview example vault
This query is used to render the Topic Overview!