All Indices
-
# 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)
-
# Why start a new database conference?.pdf
Index/2022/Summer/Why start a new database conference-.pdf
# Annotations
1 2 3 4 5
let summaryPages = dv.pages('"Notes"') .where(p => p.file.name.includes("โ Why start a new database conference?")) .map(p => [p.file.link, p.annotation_status]) dv.table(["Annotation Summary", "Status"], summaryPages)