| created-date | <% tp.file.creation_date() %> | |
|---|---|---|
| modified-date | <% tp.file.creation_date("dddd Do MMMM YYYY HH:mm:ss") %> | |
| UID | <% tp.date.now("YYYYMMDDHHss") %> | |
| tags |
|
[[📘 Daily Notes]]
<< [[<% tp.date.now("YYYY-MM-DD", -1, tp.file.title, "YYYY-MM-DD") %>]] | [[<% tp.date.now("YYYY-MM-DD", 1, tp.file.title, "YYYY-MM-DD") %>]] >>
table event-type, event-date from ""
where date(file.day) = date("<% tp.file.title %>")
and event-type != null
List from ""
where (date(file.day) = date("<% tp.file.title %>")
and event-type = null)
and file.name != "<% tp.file.title %>"
Sort file.ctime desc