Tag: News
-
# Use your Zettelkasten as a research, thinking and learning tool – Personal knowledge management as a system - Fabrizio Musacchio.pdf
# Annotations
1 2 3 4 5
let summaryPages = dv.pages('"Notes"') .where(p => p.file.name.includes("∎ Use your Zettelkasten as a research, thinking and learning tool – Personal knowledge management as a system - Fabrizio Musacchio")) .map(p => [p.file.link, p.annotation_status]) dv.table(["Annotation Summary", "Status"], summaryPages)
-
# 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)
-
%%
A ‘liveable future’ depends on slashing emissions this decade, major climate report finds.pdf
# Annotations
1 2 3 4 5
let summaryPages = dv.pages('"Notes"') .where(p => p.file.name.includes("∎ A ‘liveable future’ depends on slashing emissions this decade, major climate report finds")) .map(p => [p.file.link, p.annotation_status]) dv.table(["Annotation Summary", "Status"], summaryPages)