tags:: #note/daily
# Monday, January 08, 2024
<< [[Calendar/2024/2024-01-07|Yesterday]] | [[Calendar/2024/2024-01-09|Tomorrow]] >>
## 📅 Daily Questions
> Write down any questions you have throughout the day here.
## 📝 Notes
### Ephemeral Notes
- Daily note template based on [Dann Berg's](https://dannb.org/blog/2022/obsidian-daily-note-template/)
- Obsidian folder structure based on [Linking Your Thinking](https://www.linkingyourthinking.com/)
- Use Obsidian as my [[Commonplace Book]]
### Notes Created Today
> [!note]
> This section uses [Obsidian Dataview](https://blacksmithgu.github.io/obsidian-dataview/), so it will only render properly in the Obsidian application itself. If viewing online, you will only see the Dataview query.
```dataview
LIST FROM "" WHERE file.cday = date(this.file.name) SORT file.ctime asc
```
### Notes Updated Today
> [!note]
> This section uses [Obsidian Dataview](https://blacksmithgu.github.io/obsidian-dataview/), so it will only render properly in the Obsidian application itself. If viewing online, you will only see the Dataview query.
```dataview
LIST FROM "" WHERE file.mday = date(this.file.name) SORT file.mtime asc
```