## 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-06-22|2021-06-22]] <== <button class="date_button_today">Today</button> ==> [[DevLog/log/2021-06-26|2021-06-26]] - [[Python]] [5 Python Tips & Tricks That You Should Know][1] - [[Python]] [[pytest]] [[pytest-duration-insights]] [pytest-duration-insights][2] - [[Python]] [[yarl]] [yarl.py][3] - [[Python]] [[interrogate]] [interrogate.py][4] - [[Python]] [Python Modules and Packages – An Introduction][5] [1]: https://youtu.be/XVB3dZ4H_AI [2]: https://calmcode.io/labs/pytest-duration-insights.html [3]: https://calmcode.io/shorts/yarl.py.html [4]: https://calmcode.io/shorts/interrogate.py.html [5]: https://realpython.com/python-modules-packages/