mirror of
https://github.com/jamescliffordspratt/macros.git
synced 2026-07-22 05:46:53 +00:00
Update macros-daily-template.md
This commit is contained in:
parent
9e02318ca9
commit
752c2f5501
1 changed files with 5 additions and 7 deletions
|
|
@ -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(", ");
|
||||
%>
|
||||
```
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue