cours/daily/2022-09-09.md
oscar.plaisant@icloud.com a2ee0fa5ca from github to this gitea
2023-10-23 23:09:51 +02:00

37 lines
872 B
Markdown

# 2022-09-09
## Todo
- [ ] spaced repetition
- [ ] kung-fu
#### Devoirs
> [!todo] 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))
> > ```
> [!query] anniversaires `=date(this.file.name)`
> ```dataview
> TABLE title, anniv
> FROM #personne
> WHERE contains(this.file.name, anniv)
> ```
## I did
- finally sent an issue for the [[obsidian plugin LaTeX suite|LaTeX suite]] bracket problem (in the github : `=[[obsidian plugin LaTeX suite]].link` )
- Avancé sur le test de rentrée (L2 Maths)
- Mis en place le système d'[[anniversaires]]
## I am gratefull to