next:: [[2023-06-07]] ## Todo - [ ] spaced repetition - [ ] kung-fu ## I did - start writing [[L2 projet pédagogique]] - origami pentakis dodecahedron ## 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 - Gérard for taking the time to examine me and give me some medication