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

16 lines
243 B
Markdown

---
tags:
- databases
---
```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
```