## 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/2022-01-01|2022-01-01]] <== <button class="date_button_today">Today</button> ==> [[DevLog/log/2022-01-06|2022-01-06]]
## Inputs
---
---
## Notes
---
Today i used the import pod functionality from dendron to formally import all my prior notes in obsidian to dendron. It's still buggy with changing my horizontal rules to all asterisks and not dealing with the yaml front matter better but oh well. At least i can start to work with everything better now.
---