# Friday, January 17th 2025
[[ 2025-01-16 |⬅️ Yesterday]] | [[2025-01-18|➡️ Tomorrow]]
```button
name Daily Task
type command
action QuickAdd: Capture to daily note
color default
```
## Daily Tasks
- [ ] - **00:06** https://learn-anything.xyz/
- [ ] --
---
## Notes
1. --
## Daily Recap
### Items
- **Self**
- [ ] Medicine
- [ ] Skincare
- [ ] Tracked Calories
- [ ] Went outside
- [ ] Walked 30m
- **Productivity**
- [ ] Recorded Thoughts
- [ ] Recapped Tasks
- [ ] Message Replies
### Thoughts
- -
- -
---
## Today's Files
> [!example]- Created Today
> ```dataview
> table without id
> file.link as Note,
> file.folder as Folder,
> file.ctime as "Created"
> FROM ""
> where file.ctime >= date(2025-01-17) AND file.ctime <= date(2025-01-18) AND file.path != this.file.path
> sort file.ctime desc
> ```
> [!example]- Modified Today
> ```dataview
> table without id
> file.link as Note,
> file.folder as Folder,
> file.mtime as "Last Modified"
> FROM ""
> where file.mtime >= date(2025-01-17) AND file.mtime <= date(2025-01-18) AND file.path != this.file.path
> sort file.mtime desc
> ```