All Indices
-
# The Recurse Center Userâs Manual - Recurse Center.pdf
Index/2022/Winter/The Recurse Center Userâs Manual - Recurse Center.pdf
# Annotations
1 2 3 4 5
let summaryPages = dv.pages('"Notes"') .where(p => p.file.name.includes("â The Recurse Center Userâs Manual - Recurse Center")) .map(p => [p.file.link, p.annotation_status]) dv.table(["Annotation Summary", "Status"], summaryPages)
-
%%
The Radical Woman Behind âGoodnight Moonâ - The New Yorker.pdf
Index/2022/Winter/The Radical Woman Behind âGoodnight Moonâ - The New Yorker.pdf
# Annotations
1 2 3 4 5
let summaryPages = dv.pages('"Notes"') .where(p => p.file.name.includes("â The Radical Woman Behind âGoodnight Moonâ - The New Yorker")) .map(p => [p.file.link, p.annotation_status]) dv.table(["Annotation Summary", "Status"], summaryPages)