Initial commit
This commit is contained in:
42
Templates/Bases/Daily note today.base
Normal file
42
Templates/Bases/Daily note today.base
Normal file
@@ -0,0 +1,42 @@
|
||||
filters:
|
||||
and:
|
||||
- file.folder != "Template"
|
||||
- file.folder != "Daily Notes"
|
||||
- date == this.date
|
||||
formulas:
|
||||
title2: link(file.name, if(title, title, file.name))
|
||||
properties:
|
||||
file.name:
|
||||
displayName: Title
|
||||
formula.title2:
|
||||
displayName: Title
|
||||
views:
|
||||
- type: table
|
||||
name: All
|
||||
groupBy:
|
||||
property: category
|
||||
direction: ASC
|
||||
order:
|
||||
- formula.title2
|
||||
- tags
|
||||
sort:
|
||||
- property: file.name
|
||||
direction: DESC
|
||||
columnSize:
|
||||
formula.title2: 517
|
||||
- type: table
|
||||
name: All plus
|
||||
filters:
|
||||
and:
|
||||
- created == this.date
|
||||
groupBy:
|
||||
property: category
|
||||
direction: ASC
|
||||
order:
|
||||
- formula.title2
|
||||
- tags
|
||||
sort:
|
||||
- property: file.name
|
||||
direction: DESC
|
||||
columnSize:
|
||||
formula.title2: 517
|
||||
Reference in New Issue
Block a user