Add AGENTS.md and Templates directory
This commit is contained in:
21
Templates/Bases/Posts.base
Normal file
21
Templates/Bases/Posts.base
Normal file
@@ -0,0 +1,21 @@
|
||||
properties:
|
||||
file.name:
|
||||
displayName: Title
|
||||
note.status:
|
||||
displayName: Status
|
||||
note.published:
|
||||
displayName: Published
|
||||
views:
|
||||
- type: table
|
||||
name: All
|
||||
filters:
|
||||
and:
|
||||
- list(categories).contains(link("Posts"))
|
||||
- '!file.name.contains("Template")'
|
||||
order:
|
||||
- file.name
|
||||
- status
|
||||
- published
|
||||
sort:
|
||||
- column: note.published
|
||||
direction: DESC
|
||||
Reference in New Issue
Block a user