Tag: Instructions_Advice_Guidelines
-
# You can do anything – but not everything.pdf
Index/2022/Summer/You can do anything – but not everything.pdf
# Annotations
1 2 3 4 5
let summaryPages = dv.pages('"Notes"') .where(p => p.file.name.includes("∎ You can do anything – but not everything")) .map(p => [p.file.link, p.annotation_status]) dv.table(["Annotation Summary", "Status"], summaryPages)
-
%%
After half a century of ‘wicked’ policy problems, are we any better at managing them-.pdf
# Annotations
1 2 3 4 5
let summaryPages = dv.pages('"Notes"') .where(p => p.file.name.includes("∎ After half a century of ‘wicked’ policy problems, are we any better at managing them-")) .map(p => [p.file.link, p.annotation_status]) dv.table(["Annotation Summary", "Status"], summaryPages)