eduroam-prg-sg-1-44-223.net.univ-paris-diderot.fr 2026-2-13:14:20:42

This commit is contained in:
oskar
2026-02-13 14:20:42 +01:00
parent 4671224fa3
commit d1194d0172
7 changed files with 41 additions and 7 deletions

View File

@@ -18,14 +18,14 @@ depth: [0, 0]
> [!query] Dates rendu
> ```dataview
> TABLE date-rendu, type-rendu
> FROM ""
> WHERE econtains(up, this.file.link)
> FROM -"S2 LOGOS . philosophie des mathématiques"
> WHERE econtains(up, this.file.link)
> ```
```dataview
CALENDAR due
WHERE typeof(due) = "date" AND econtains(up, this.file.link)
CALENDAR date-rendu
WHERE typeof(date-rendu) = "date" AND econtains(up, this.file.link)
```