from github to this gitea
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
## Todo
|
||||
- [ ] spaced repetition
|
||||
- [ ] kung-fu
|
||||
- [x] #task envoyer CC maths à evelyne ✅ 2022-10-22
|
||||
- [x] #task exercices evelyne ✅ 2022-10-29
|
||||
- [[L2_maths_algebre_lineaire_TD2.pdf]]
|
||||
- [ ] Exercice 6 ⏬
|
||||
- [ ] Exercice 8 ⏬
|
||||
- [[L2_maths_geometrie_TD1_2020-2021.pdf]]
|
||||
- [ ] Exercice 8 (à partir du b.) (essayer)
|
||||
- [[L2_maths_analyse_TD2-fait.pdf]]
|
||||
- [ ] Exercice 3
|
||||
- [ ] Exercice 4
|
||||
- [ ] Exercice 6
|
||||
- [ ] Exercice 9
|
||||
- [ ] Exercice 10
|
||||
- [[L2_maths_geometrie_TD4_2020-2021.pdf]]
|
||||
- [ ] Exercice 2
|
||||
- [ ] Exercice 3
|
||||
|
||||
|
||||
## 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