# Daily Note - {{date}} ## Habits ```habittracker { "path": "Daily Habits/" } ``` ## Standup ##### Yesterday - [ ] ##### Today - [ ] ##### Tomorrow - [ ] ##### Blockers - [ ] ## Tasks ```tasks not done due within the next week group by filename ``` ## Notes - ### Notes created today ```dataview TABLE file.ctime as "Created" WHERE file.cday = this.file.day SORT file.ctime DESC ``` ### Notes modified today ```dataview TABLE file.mtime as "Modified" WHERE file.mday = this.file.day SORT file.mtime DESC ```