917 B
917 B
| created |
|---|
| <% tp.file.creation_date() %> |
<% moment(tp.file.title,'YYYY-MM-DD').format("dddd, MMMM DD, YYYY") %>
📅 Daily Questions
🌜 Last night, after work, I...
🙌 One thing I'm excited about right now is...
🚀 One+ thing I plan to accomplish today is...
👎 One thing I'm struggling with today is...
📝 Notes
- <% tp.file.cursor() %>
Notes created today
List FROM "" WHERE file.cday = date("<%tp.date.now("YYYY-MM-DD")%>") SORT file.ctime asc
Notes last touched today
List FROM "" WHERE file.mday = date("<%tp.date.now("YYYY-MM-DD")%>") SORT file.mtime asc