## 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-24|2021-06-24]] <== <button class="date_button_today">Today</button> ==> [[DevLog/log/2021-06-30|2021-06-30]] - [[VS Code]] [25 VS Code Productivity Tips and Speed Hacks][1] - hotkeys `CRTL + SHIFT + .` open symbols searcher. - command palette plus a character changes behavior `>` opens the commands `@` opens symbol searcher, `#` global symbol search, `:` will let you traverse line numbers - `ALT + SHIFT + ARROW` will not shift the line around but duplicate it in that direction - BUILD TASKS are amazing! put all your commands into JSON to run all your work from the VSCode command palette - [[github]]'s new task forms made with [[Templates/Metadata/yaml]] - [Supported Configuration Options & Common Errors for Issue Forms][2] - [Configuring issue templates for your repository][3] [1]: https://www.youtube.com/watch?v=ifTF3ags0XI [2]: https://gh-community.github.io/issue-template-feedback/structured/ [3]: https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#configuring-the-template-chooser