from github to this gitea
This commit is contained in:
31
daily/2023-02-15.md
Normal file
31
daily/2023-02-15.md
Normal file
@@ -0,0 +1,31 @@
|
||||
## Todo
|
||||
- [ ] spaced repetition
|
||||
- [ ] kung-fu
|
||||
- [x] #task mail grand maman pour demain ⏫ ✅ 2023-02-15
|
||||
- [x] #task répétition avec barbara 🔼 ✅ 2023-02-18
|
||||
- [x] #task NZ henry confirmation ✅ 2023-03-06
|
||||
|
||||
## I did
|
||||
|
||||
## 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))
|
||||
> > ```
|
||||
|
||||
> [!smallquery] anniversaires `=this.file.name`
|
||||
> ```dataview
|
||||
> TABLE title, anniv
|
||||
> FROM #personne
|
||||
> WHERE contains(this.file.name, anniv)
|
||||
> ```
|
||||
## I am gratefull to
|
||||
|
Reference in New Issue
Block a user