update daily notes

This commit is contained in:
oscar.plaisant@icloud.com 2023-10-23 23:37:46 +02:00
parent 717479f658
commit 2bb30876df
2 changed files with 33 additions and 1 deletions

View File

@ -6,7 +6,7 @@ kung_fu: 0
## Todo
- spaced repetition : `INPUT[toggle(onValue(1), offValue(0)):spaced_repetition]`
- kung-fu : `INPUT[number:kung_fu]` minutes
- [ ] #task message ollie (ref livres + ref politique + boeuf vendredi)
- [x] #task message ollie (ref livres + ref politique + boeuf vendredi) ✅ 2023-10-23
- [ ] #task demander à tthan pour baptême 📅 2024-03-09
## I did

32
daily/2023-10-23.md Normal file
View File

@ -0,0 +1,32 @@
---
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
> ```
## Devoirs
> [!smalltodo]+ Devoirs
> ```dataview
> TABLE difficulty as "", due as "date", title as "description", file.etags as "tags"
> FROM #devoir
> WHERE contains(due, date(this.file.name))
> ```
> > [!done]- Devoirs faits
> > ```dataview
> > TABLE difficulty as "", due as "date", title as "description"
> > FROM #devoir-fait
> > WHERE contains(due, date(this.file.name))
> > ```
## I am gratefull to