> [!multi-column]
>
> > [!bug] Overdue
> > ```tasks
not done
(due before today)
hide task count
hide due date
hide edit button
short mode
>
> >[!success] Today
> >```tasks
not done
(due on today)
hide task count
hide due date
hide edit button
short mode
>
## Notes
> [!multi-column]
>
> > [!summary]- Created Today
> > ```dataview
> > LIST WITHOUT ID file.link
> > FROM ""
> > WHERE file.cday = this.file.day AND file.name != this.file.name
> > SORT file.ctime ASC
> > ```
>
> > [!example]- Modified Today
> > ```dataview
> > LIST WITHOUT ID file.link
> > FROM ""
> > WHERE file.mday = this.file.day AND file.name != this.file.name AND file.cday != this.file.day
> > SORT file.mtime ASC
> > ```
## Quick Links
```dataview
LIST WITHOUT ID file.link
FROM #quicklink
SORT file.cday DESC
```
## Trackers
```tracker
searchType: frontmatter
searchTarget: weight
folder: daily notes
line:
title: Weight Tracker
yAxisLabel: weight
lineColor: blue
fillGap: true
```
```tracker
searchType: frontmatter
searchTarget: mood
folder: daily notes
line:
title: Mood Tracker
yAxisLabel: mood
lineColor: green
fillGap: true
```
---
---