Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save pixonte/c5d819f4d36a25151d91bf739777a0ac to your computer and use it in GitHub Desktop.

Select an option

Save pixonte/c5d819f4d36a25151d91bf739777a0ac to your computer and use it in GitHub Desktop.
Dann Berg's Daily Note Template for Obsidian. Uses Dataview & Templater plugins. Should be saved as a Markdown file in Obsidian. Read the full tour: https://dannb.org/blog/2022/obsidian-daily-note-template/
created <% tp.file.creation_date() %>

tags:: [[+Daily Notes]]

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

<< [[<% tp.date.now("YYYY-MM-DD-dddd", -1, tp.file.title, "YYYY-MM-DD-dddd") %>]] | [[<% tp.date.now("YYYY-MM-DD-dddd", 1, tp.file.title, "YYYY-MM-DD-dddd") %>]]>>


πŸ“… Daily Questions

🌜 Last night, after work, I...
πŸ™Œ One thing I've excited about right now is...
πŸš€ One+ thing I plan to accomplish today is...
  • [ ]
πŸ‘Ž One thing I'm struggling with today is...

πŸ“ Notes


Notes created today

List FROM "" WHERE file.cday = date("<%tp.date.now("YYYY-MM-DD")%>") SORT file.ctime asc

Notes modified today

List FROM "" WHERE file.mday = date("<%tp.date.now("YYYY-MM-DD")%>") SORT file.mtime asc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment