Initial commit
This commit is contained in:
21
Templates/Bases/Down.base
Normal file
21
Templates/Bases/Down.base
Normal file
@@ -0,0 +1,21 @@
|
||||
filters:
|
||||
and:
|
||||
- topic.contains(link(this.file.path))
|
||||
- file.folder != "Templates"
|
||||
properties:
|
||||
file.name:
|
||||
displayName: Title
|
||||
views:
|
||||
- type: table
|
||||
name: Table
|
||||
groupBy:
|
||||
property: category
|
||||
direction: ASC
|
||||
order:
|
||||
- file.name
|
||||
- created
|
||||
sort:
|
||||
- property: created
|
||||
direction: DESC
|
||||
columnSize:
|
||||
file.name: 505
|
||||
Reference in New Issue
Block a user