Initial commit
This commit is contained in:
18
view-articles-tools.base
Normal file
18
view-articles-tools.base
Normal file
@@ -0,0 +1,18 @@
|
||||
views:
|
||||
- type: cards
|
||||
name: "View : Les thèmes"
|
||||
filters:
|
||||
and:
|
||||
- '!file.hasTag("#draft")'
|
||||
- "!title.isEmpty()"
|
||||
- file.folder.contains("notes")
|
||||
- type == "article"
|
||||
- theme == "outils"
|
||||
order:
|
||||
- title
|
||||
- description
|
||||
sort:
|
||||
- property: file.mtime
|
||||
direction: DESC
|
||||
imageAspectRatio: 1
|
||||
cardSize: 800
|
||||
Reference in New Issue
Block a user