```tracker
searchType: frontmatter
searchTarget: weight
folder: daily notes
line:
title: Weight Tracker
yAxisLabel: weight
lineColor: blue
```
---
---
## Day
-
## Intention
-
## Mental Health
-
## Reading log
```dataview
TABLE file.ctime as "Time", file.name as "Source"
FROM "readwise"
WHERE file.ctime.year = this.file.day.year AND file.ctime.month = this.file.day.month AND file.ctime.day = this.file.day.day
SORT file.ctime DESC
```
-
# 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
```