```tracker
searchType: frontmatter
searchTarget: weight
folder: daily notes
line:
title: Weight Tracker
yAxisLabel: weight
lineColor: blue
fillGap: true
```
---
---
## Day
-
## Intention
-
## Mental Health
-
# Notes Created
```dataview
LIST WITHOUT ID file.link
FROM ""
WHERE file.cday = this.file.day AND file.name != this.file.name
SORT file.ctime ASC
```