vault backup: 2023-08-31 07:07:02
This commit is contained in:
@@ -8,6 +8,14 @@ year: 2023
|
|||||||
- [x] Couper les cheveux ✅ 2023-08-19
|
- [x] Couper les cheveux ✅ 2023-08-19
|
||||||
## Notes ✏
|
## Notes ✏
|
||||||
-
|
-
|
||||||
|
|
||||||
|
<%*
|
||||||
|
let pg = dv.current();
|
||||||
|
|
||||||
|
var habitArray = [ ["Exercise"], ["Meditate"], ["Japanese"], ["Clean"] ];
|
||||||
|
const tasks = dv.current().file.tasks.sort(t => dv.date(t.due)).where(t => { if(!t.text.includes("#habit")) { return false; } for (let i = 0; i < habitArray.length; i++) { if(t.text.includes(habitArray[i][0])) { if(t.completion) { habitArray[i].push("✅"); } else { habitArray[i].push("❌"); } } } return true; }); dv.table( ["Habit", "M","T","W","TH","F","SA","SU"], habitArray);
|
||||||
|
%>
|
||||||
|
|
||||||
## History
|
## History
|
||||||
|
|
||||||
### 2023-08-14
|
### 2023-08-14
|
||||||
|
|||||||
Reference in New Issue
Block a user