## 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-07|2021-05-07]] <== <button class="date_button_today">Today</button> ==> [[DevLog/log/2021-05-11|2021-05-11]] ```bash git config --global alias.plog "log --graph --format='%Cgreen%h %Cred%aN%Cblue%d%Creset %s %C(yellow)(%cr)%Creset'" ``` - Set a git alias to make a _"Pretty log"_ - Just discovered a treasure trove of information in write the docs - Playing around more with [[Lisp]]