Files
kepano-obsidian/Clippings.md
2023-09-13 14:12:55 -07:00

15 lines
242 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
```