update daily notes
This commit is contained in:
parent
03ecc4a65b
commit
19737a8926
@ -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
32
daily/2023-10-23.md
Normal 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user