1
2
3
4
5
|
let summaryPages = dv.pages('"Notes"')
.where(p => p.file.name.includes("∎ Canada’s charitable sector has key role to play in long-term growth and prosperity - The Philanthropist Journal"))
.map(p => [p.file.link, p.annotation_status])
dv.table(["Annotation Summary", "Status"], summaryPages)
|