## 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-09-08|2021-09-08]] <== <button class="date_button_today">Today</button> ==> [[DevLog/log/2021-09-10|2021-09-10]]
- [[git]] a convention but not officially supported is to use `.gitkeep` or `.keep` files in the directory structure you'd like maintained in a repo only just for placeholders.
- have dont README placeholder files but i kind of like this convention and the fact that its a dot file means many instances it wont even be visible