“Views” are maps whose main purpose is to show auto-updating, dynamic results of custom searches.

# Views

This note collects all notes where the in property says Views.

TABLE WITHOUT ID
	file.link as Map,
	rank as Rank,
	join(mapState) as State
WHERE
	contains(in,this.file.link) and
	!contains(file.name, "Template")
SORT mapState desc, rank desc
LIMIT 222