## On This Day... ```dataview LIST FROM "DevLog/log" WHERE dateformat(file.day, "MM-dd") = dateformat(this.file.day, "MM-dd") ``` --- ## Notes Created Today ```dataview TABLE created, updated as modified, tags, type, status FROM "DevLog" AND !"DevLog/log" WHERE contains(dateformat(file.ctime, "YYYY-MM-dd"), dateformat(this.file.day, "YYYY-MM-dd")) ``` --- [[DevLog/log/2021-07-12|2021-07-12]] <== <button class="date_button_today">Today</button> ==> [[DevLog/log/2021-07-16|2021-07-16]] - [[Make]] [How To Write a Makefile][1] - [Github Copilot AI facing Criticism][2] - [[Python]] [Send email with python][3] [1]: https://youtu.be/TQ7SyYyKXhk [2]: https://www.theinsaneapp.com/2021/07/github-copilot-ai-facing-criticism.html [3]: https://realpython.com/python-send-email/