This repository has been archived on 2024-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
Obsidian/Evan Steele/Templates/daily-note.md

917 B

created
<% tp.file.creation_date() %>

<% moment(tp.file.title,'YYYY-MM-DD').format("dddd, MMMM DD, YYYY") %>

<< Yesterday | Tomorrow >>


📅 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