Initial commit

This commit is contained in:
2026-03-02 17:06:32 +00:00
commit 430dd71917
1190 changed files with 622790 additions and 0 deletions

21
Templates/Bases/Down.base Normal file
View 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