obsidian-tracker icon indicating copy to clipboard operation
obsidian-tracker copied to clipboard

YAML Examples

Open keithshivner opened this issue 2 years ago • 1 comments
trafficstars

Does anyone have an example of what the YAML part should look like for blood pressure tracking?

Keeps telling me Folder 'diary' doesn't exist" when it does

I have this:

searchType: frontmatter
searchTarget: bloodpressure[0], bloodpressure[1]
datasetName: systolic, diastolic
folder: diary
startDate: 2023-05-01
endDate: 2023-05-30
line:
    title: Blood Pressures
    yAxisLabel: BP
    yAxisUnit: mmHg
    lineColor: yellow, red
    showLegend: true
    legendPosition: bottom

keithshivner avatar May 16 '23 18:05 keithshivner

@keithshivner it looks like you mostly copied this from the examples: https://github.com/pyrochlore/obsidian-tracker/blob/master/examples/BloodPressureTracker.md. Just to be sure, dairy should be a folder in the root of your vault and then it should contain files named after the date: https://github.com/pyrochlore/obsidian-tracker/blob/master/examples/diary/2021-01-17.md?plain=1

lazyguru avatar Nov 05 '23 23:11 lazyguru