This note collects all notes where the in property says People. The views provided focus on prominent people so you can get plenty of ideas on how to do cultural sensemaking.
Ideaverse Pro also comes with People ROARs for managing your “Reach-Outs And Replies”.
# People by date born
TABLE WITHOUT ID file.link as People, lifespan as "Lifespan", finalAge as "Final Age", join(list(peopleDomain)) as DomainWHERE contains(in,this.file.link) and !contains(file.name, "Template")SORT lifespan asc, file.name asc
# People by first name
TABLE WITHOUT ID file.link as People, lifespan as "Lifespan", finalAge as "Final Age", join(list(peopleDomain)) as DomainWHERE contains(in,this.file.link) and !contains(file.name, "Template")SORT file.name asc
# People by date born, with images
TABLE WITHOUT ID file.link as People, "" as Image, lifespan as "Lifespan", finalAge as "Final Age", join(list(peopleDomain)) as DomainWHERE contains(in,this.file.link) and !contains(file.name, "Template")SORT lifespan asc, file.name asc