โ‡ก

Unknown

# Integrating DevonAgent Pro with Alfred โ€“ Macinations.pdf

Index/2021/Winter/Integrating DevonAgent Pro with Alfred โ€“ Macinations.pdf

# Annotations

1
2
3
4
5
let summaryPages = dv.pages('"Notes"')
	.where(p => p.file.name.includes("โˆŽ Integrating DevonAgent Pro with Alfred โ€“ Macinations"))
	.map(p => [p.file.link, p.annotation_status])

dv.table(["Annotation Summary", "Status"], summaryPages)