Tag: Opinion_Thought-Piece
-
%%
๐ฒ How I view my role in the Obsidian Community.pdf
Index/2022/Winter/๐ฒ How I view my role in the Obsidian Community.pdf
# Annotations
1 2 3 4 5
let summaryPages = dv.pages('"Notes"') .where(p => p.file.name.includes("โ ๐ฒ How I view my role in the Obsidian Community")) .map(p => [p.file.link, p.annotation_status]) dv.table(["Annotation Summary", "Status"], summaryPages)
-
# A mental-health crisis is gripping science - toxic research culture is to blame - Hall - 2023 A mental-health crisis is gripping science - toxic research culture is to blame - Hall - 2023.pdf ## Annotations
dataviewjs let summaryPages = dv.pages('"Notes"') .where(p => p.file.name.includes("โ A mental-health crisis is gripping science - toxic research culture is to blame - Hall - 2023")) .map(p => [p.file.link, p.annotation_status]) dv.table(["Annotation Summary", "Status"], summaryPages)
-
On Artists, Artisans, Art, & AI - Clark - 2023
On Artists, Artisans, Art, & AI - Clark - 2023.pdf
# Annotations
1 2 3 4 5
let summaryPages = dv.pages('"Notes"') .where(p => p.file.name.includes("โ On Artists, Artisans, Art, & AI - Clark - 2023")) .map(p => [p.file.link, p.annotation_status]) dv.table(["Annotation Summary", "Status"], summaryPages)