This commit is contained in:
Oscar Plaisant
2024-07-07 17:01:25 +02:00
parent 44cc38e148
commit 2a56343d56
5 changed files with 119 additions and 174 deletions

18
daily/2024-07-07.md Normal file
View File

@@ -0,0 +1,18 @@
---
spaced_repetition: 0
kung_fu: 0
---
## Todo
- spaced repetition : `INPUT[toggle(onValue(1), offValue(0)):spaced_repetition]`
- kung-fu : `INPUT[number:kung_fu]` minutes
## I did
> [!smallquery]+ Modified files
> ```dataview
> LIST file.mtime
> where file.mtime > date(this.file.name) and file.mtime < (date(this.file.name) + dur(1 day)) sort file.mtime asc
> ```
## I am gratefull to