%%
Annotations
`dataviewjs
let summaryPages = dv.pages('"Notes"')
.where(p => p.file.name.includes("∎ ChatGPT, Galactica, and the Progress Trap"))
.map(p => [p.file.link, p.annotation_status])
dv.table(["Annotation Summary", "Status"], summaryPages)
`
%%...
9/8/2023