diff --git a/Tracking/Daily/00 - Daily tracking.md b/Tracking/Daily/00 - Daily tracking.md index 526544a..23988bb 100644 --- a/Tracking/Daily/00 - Daily tracking.md +++ b/Tracking/Daily/00 - Daily tracking.md @@ -1,4 +1,21 @@ -### Diet summary + +## Diet summary + +### Calories +```tracker +searchType: frontmatter +searchTarget: calories +folder: Tracking/Daily +startDate: 2023-08-28 +bar: + title: Calories + yMin: 0 + yAxisLabel: Calories + yAxisUnit: kcal + xAxisLabel: "" + barColor: '#3C81E3' +``` + ```tracker searchType: frontmatter searchTarget: calories @@ -6,6 +23,25 @@ folder: Tracking/Daily startDate: 2023-08-28 summary: template: "Average: {{average()}}kcal" + style: "font-size:20px;color:#3C81E3;margin-left: 50px;margin-top:00px;" + +``` + +### Macros +```tracker +searchType: frontmatter +searchTarget: carbs, protein, fat +folder: Tracking/Daily +startDate: 2023-08-28 +line: + title: Macros + yMin: 0 + yAxisLabel: Macros + yAxisUnit: g + xAxisLabel: "" + pointColor: white + pointBorderColor: '#3C81E3' + lineColor: yellow, red, green ``` ```tracker @@ -14,14 +50,26 @@ searchTarget: carbs folder: Tracking/Daily startDate: 2023-08-28 summary: - template: "Average: {{average()}}kcal" + template: "Average carbs: {{average()}}g" + style: "font-size:20px;color:#3C81E3;margin-left: 50px;margin-top:00px;" ``` ```tracker searchType: frontmatter -searchTarget: calories +searchTarget: protein folder: Tracking/Daily startDate: 2023-08-28 summary: - template: "Average: {{average()}}kcal" + template: "Average protein: {{average()}}g" + style: "font-size:20px;color:#3C81E3;margin-left: 50px;margin-top:00px;" +``` + +```tracker +searchType: frontmatter +searchTarget: fat +folder: Tracking/Daily +startDate: 2023-08-28 +summary: + template: "Average fat: {{average()}}g" + style: "font-size:20px;color:#3C81E3;margin-left: 50px;margin-top:00px;" ``` \ No newline at end of file