We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
searchType: frontmatter, dvField, dvField searchTarget: Date, ToSleepCalc, AwakeCalc xDataset: 0 datasetName: Date, ToSleep, Awake dateFormat: iso-8601 folder: "4500 Data Tracking/Sleep" fixedScale: 0.8 line: title: To Sleep & Awake Times over Time fillGap: true lineColor: yellow, yellow, red yMin: 4 xAxisLabel: Date yAxisLocation: left, left, left yAxisLabel: ToSleep, Awake yAxisUnit: hours showLegend: true
tags:
SleepCalc:: $= Math.round((dv.current().file.frontmatter["Total Sleep (Hr)"] + (dv.current().file.frontmatter["Total Sleep (Min)"] / 60)) * (10 ** 2)) / (10 ** 2) ToSleepCalc:: $= Math.round((dv.current().file.frontmatter["To Sleep (Hr)"] + (dv.current().file.frontmatter["To Sleep (Min)"] / 60)) * (10 ** 2)) / (10 ** 2) AwakeCalc:: $= Math.round((dv.current().file.frontmatter["Awake (Hr)"] + (dv.current().file.frontmatter["Awake (Min)"] / 60)) * (10 ** 2)) / (10 ** 2) DateC:: $= dv.current().file.frontmatter["Date"]
$= Math.round((dv.current().file.frontmatter["Total Sleep (Hr)"] + (dv.current().file.frontmatter["Total Sleep (Min)"] / 60)) * (10 ** 2)) / (10 ** 2)
$= Math.round((dv.current().file.frontmatter["To Sleep (Hr)"] + (dv.current().file.frontmatter["To Sleep (Min)"] / 60)) * (10 ** 2)) / (10 ** 2)
$= Math.round((dv.current().file.frontmatter["Awake (Hr)"] + (dv.current().file.frontmatter["Awake (Min)"] / 60)) * (10 ** 2)) / (10 ** 2)
$= dv.current().file.frontmatter["Date"]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Why does this not work?:
Note referencing:
tags:
Date: 2024-07-13
Sound: true
Caffeine: true
Routine:
Incentive:
Bed Space: true
Light: true
Exercise:
Devices: true
Napping: true
Consistency: true
Total Sleep (Hr): 8
Total Sleep (Min): 49
Sleep Efficiency: 96%
Resting HR: 60
Sleep Score: 87
REM Sleep (Hr): 2
REM Sleep (Min): 2
Light Sleep (Hr): 4
Light Sleep (Min): 45
Deep Sleep (Hr): 2
Deep Sleep (Min): 1
To Sleep (Hr): 11
To Sleep (Min): 48
Awake (Hr): 8
Awake (Min): 57
Avg. Blood Oxygen: 98
SleepCalc::
$= Math.round((dv.current().file.frontmatter["Total Sleep (Hr)"] + (dv.current().file.frontmatter["Total Sleep (Min)"] / 60)) * (10 ** 2)) / (10 ** 2)
ToSleepCalc::
$= Math.round((dv.current().file.frontmatter["To Sleep (Hr)"] + (dv.current().file.frontmatter["To Sleep (Min)"] / 60)) * (10 ** 2)) / (10 ** 2)
AwakeCalc::
$= Math.round((dv.current().file.frontmatter["Awake (Hr)"] + (dv.current().file.frontmatter["Awake (Min)"] / 60)) * (10 ** 2)) / (10 ** 2)
DateC::
$= dv.current().file.frontmatter["Date"]
[[4500 Data Tracking/Sleep/13 July 2024]]
Output:
The text was updated successfully, but these errors were encountered: