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

Questions

TABLE WITHOUT ID
	file.link as Questions,
	(date(today) - file.cday).day as "Days wondered"
WHERE
	contains(in,this.file.link) and
	!contains(file.name, "Template")
SORT "days wondered" asc, year asc