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
Questions with #note/question
Ultimately, get this down to zero.
TABLE WITHOUT ID file.link as "Questions across the ideaverse", (date(today) - file.cday).day as "Days officially wondering"FROM #note/question❔ and -#on/readme SORT file.cday asc
Questions based on folders
TABLE WITHOUT ID file.link as "Questions", (date(today) - file.cday).day as "Days alive"FROM "Atlas/x/Questions"SORT file.ctime desc