MacBook-Pro-de-Oscar.local 2026-2-15:18:22:8

This commit is contained in:
oskar
2026-02-15 18:22:09 +01:00
parent b8f2e6cafa
commit 02c012451d
3 changed files with 10 additions and 12 deletions

View File

@@ -15,17 +15,12 @@ field-groups: [downs]
depth: [0, 0]
```
> [!todo] Dates rendu
> ```dataview
> TABLE date-rendu, type-rendu
> TABLE WITHOUT ID link(file.link, regexreplace(string(file.name), "S2 LOGOS . ", "")) AS File, date-rendu, type-rendu
> FROM -"S2 LOGOS . philosophie des mathématiques" AND -"S2 LOGOS . syntax, semantics, discourse 2"
> WHERE econtains(up, this.file.link)
> ```
```dataview
TABLE date-rendu, type-rendu
FROM -"S2 LOGOS . philosophie des mathématiques" AND -"S2 LOGOS . syntax, semantics, discourse 2"
WHERE econtains(up, this.file.link)
```