## 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-04-27|2021-04-27]] <== <button class="date_button_today">Today</button> ==> [[DevLog/log/2021-05-02|2021-05-02]] - [[markdown]] [[mermaid-diagrams]] - Since the vscode plugin for Mermaid syntax highlighting doesn't support the [[Azure Devops]] wiki syntax of triple colons for the code fence: ```markdown :::mermaid graph TD; a-->b ::: ``` - I actually found an existing issue and added my comment support to it on [The Repo](https://github.com/bpruitt-goddard/vscode-mermaid-syntax-highlight) - [[Azure Devops]] The wiki does not like markdown links to section headings even within the document itself. Corrected, its actually just sensitive to some types of headings but section heading links do still actually work