from github to this gitea
This commit is contained in:
28
daily/2023-04-17.md
Normal file
28
daily/2023-04-17.md
Normal file
@@ -0,0 +1,28 @@
|
||||
## Todo
|
||||
- [ ] spaced repetition
|
||||
- [ ] kung-fu
|
||||
- [x] #task Exercice 3 [[L2_maths_analyse_CC2_2021-annotate]] ✅ 2023-05-04
|
||||
## 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