## 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-05-09|2021-05-09]] <== <button class="date_button_today">Today</button> ==> [[DevLog/log/2021-05-12|2021-05-12]] - Found [this great table generator](https://www.tablesgenerator.com/markdown_tables) thanks to bri watson. - It can export tables to [[HTML]], [[LaTeX]], [[markdown]], and plain text - python found [this amazing Cheatsheet!](https://github.com/gto76/python-cheatsheet) - python [article on logging for a python app](https://towardsdatascience.com/the-reusable-python-logging-template-for-all-your-data-science-apps-551697c8540)