A lot more templates and examples
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
---
|
||||
tags:
|
||||
- databases
|
||||
---
|
||||
```dataview
|
||||
table without id file.link as Title, clipped as "Clipped", published as Published
|
||||
table without id file.link as Title, author as Author, created as Clipped, published as Published
|
||||
from #clippings
|
||||
where !contains(file.name, "Template")
|
||||
sort clipped desc
|
||||
|
||||
Reference in New Issue
Block a user