Update attachments
This commit is contained in:
@@ -1,32 +1,36 @@
|
|||||||
|
filters:
|
||||||
|
and:
|
||||||
|
- '!file.ext.containsAny("base", "md", "pdf", "canvas")'
|
||||||
formulas:
|
formulas:
|
||||||
Embeds: if(file.embeds[0].containsAny("jpg","gif","webp","jpeg","avif"), file.embeds[0])
|
Embeds: if(file.embeds[0].containsAny("jpg","gif","webp","jpeg","avif"), file.embeds[0])
|
||||||
Date: if(created,created,if(start,start))
|
Date: if(created,created,if(start,start))
|
||||||
links: file.
|
links: file.backlinks
|
||||||
|
properties:
|
||||||
|
formula.links:
|
||||||
|
displayName: Links
|
||||||
views:
|
views:
|
||||||
- type: cards
|
- type: cards
|
||||||
name: Images
|
name: Images
|
||||||
filters:
|
filters:
|
||||||
and:
|
and:
|
||||||
- this.file.hasLink(file)
|
- this.file.hasLink(file)
|
||||||
- '!file.ext.containsAny("base", "canvas", "pdf", "md")'
|
|
||||||
- file == ""
|
|
||||||
order: []
|
order: []
|
||||||
sort:
|
sort:
|
||||||
- property: file.name
|
- property: file.name
|
||||||
direction: ASC
|
direction: ASC
|
||||||
image: file.file
|
image: file.file
|
||||||
cardSize: 70
|
cardSize: 70
|
||||||
|
- type: cards
|
||||||
|
name: All images
|
||||||
|
image: file.file
|
||||||
|
imageFit: ""
|
||||||
- type: table
|
- type: table
|
||||||
name: Images 2
|
name: Unused attachements
|
||||||
filters:
|
filters:
|
||||||
and:
|
and:
|
||||||
- '!file.ext.containsAny("base", "canvas", "pdf", "md")'
|
- formula.links.isEmpty()
|
||||||
order:
|
order:
|
||||||
- file.name
|
- file.name
|
||||||
- file.links
|
|
||||||
- formula.links
|
- formula.links
|
||||||
sort:
|
columnSize:
|
||||||
- property: file.name
|
file.name: 414
|
||||||
direction: ASC
|
|
||||||
image: file.file
|
|
||||||
cardSize: 90
|
|
||||||
|
|||||||
Reference in New Issue
Block a user