Files
kepano-obsidian/Templates/Bases/Everything.base
2025-06-05 11:42:17 -07:00

25 lines
405 B
Plaintext

filters:
and:
- file.ext.contains("md")
properties:
file.name:
displayName: Name
note.categories:
displayName: Categories
views:
- type: table
name: Notes
order:
- file.name
- categories
- type: table
name: All files
order:
- file.name
- file.mtime
- file.path
- file.ext
sort:
- column: file.path
direction: ASC