Unknown

%%

A Field Guide to ‘jobs that don’t exist yet’.pdf

Index/2021/Summer/A Field Guide to ‘jobs that don’t exist yet’.pdf

# Annotations

1
2
3
4
5
let summaryPages = dv.pages('"Notes"')
	.where(p => p.file.name.includes("∎ A Field Guide to ‘jobs that don’t exist yet’"))
	.map(p => [p.file.link, p.annotation_status])

dv.table(["Annotation Summary", "Status"], summaryPages)