From 752c2f550158c79e79d95f3f623d552406a09e30 Mon Sep 17 00:00:00 2001 From: JamesCliffordSpratt Date: Wed, 21 May 2025 14:40:52 +0100 Subject: [PATCH] Update macros-daily-template.md --- template/macros-daily-template.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/template/macros-daily-template.md b/template/macros-daily-template.md index 1b7449c..7a36e12 100644 --- a/template/macros-daily-template.md +++ b/template/macros-daily-template.md @@ -4,16 +4,14 @@ id: <% tp.date.now("YYYY-MM-DD") %> ``` -## 📊 Pie Chart - -### Todays Macros: +### 📊 Pie Chart ```macrospc id: <% tp.date.now("YYYY-MM-DD") %> ``` -### 📅 Weekly Overview: - +## 📅 Weekly Overview +### Summary Table ```macroscalc ids: <%* let days = []; @@ -23,7 +21,7 @@ for (let x = 6; x >= 0; x--) { tR += days.join(", "); %> ``` - +### 📊 Pie Chart ```macrospc ids: <%* let dayspc = []; @@ -32,4 +30,4 @@ for (let i = 6; i >= 0; i--) { } tR += dayspc.join(", "); %> -``` \ No newline at end of file +```