Files
kepano-obsidian/Categories/Clippings.md
2023-09-13 14:57:47 -07:00

16 lines
244 B
Markdown

---
tags:
- categories
---
```dataview
table without id
file.link as Title,
author as Author,
created as Clipped,
published as Published
where
contains(category,this.file.link) and
!contains(file.name, "Template")
sort clipped desc
```