41 lines
929 B
Markdown
41 lines
929 B
Markdown
# 2022-09-08
|
|
|
|
## 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
|
|
- noticed that the bug with [[obsidian plugin LaTeX suite]] is only when you enable conceal (sad since it's one of the most interesting features for me)
|
|
- [x] #task issue on github about Latex suite conceal (`\sum_{k}}^`) ✅ 2022-09-09
|
|
|
|
> [!todo] tasks done
|
|
> ```tasks
|
|
> done 00:16
|
|
> short mode
|
|
> ```
|
|
|
|
## I am gratefull to
|
|
|