MacBook-Pro-de-Oscar.local 2026-2-15:18:22:8
This commit is contained in:
@@ -145,12 +145,11 @@
|
||||
"minimal-edge-settings@@titlebar-button-style": "titlebar-default-style",
|
||||
"minimal-edge-settings@@heading-style-toggle": "heading-style-none",
|
||||
"minimal-edge-settings@@enable-modal-blur": true,
|
||||
"minimal-style@@row-lines": false,
|
||||
"minimal-style@@row-lines": true,
|
||||
"minimal-style@@col-lines": false,
|
||||
"minimal-style@@table-lines": false,
|
||||
"minimal-style@@row-alt": true,
|
||||
"minimal-style@@row-alt": false,
|
||||
"minimal-style@@table-tabular": false,
|
||||
"minimal-style@@table-numbers": false,
|
||||
"minimal-style@@row-hover": true,
|
||||
"minimal-style@@maximize-tables-off": "maximize-tables-off"
|
||||
"minimal-style@@row-hover": true
|
||||
}
|
||||
@@ -8,4 +8,8 @@ type-rendu:
|
||||
- final exam
|
||||
---
|
||||
|
||||
timothee.bernard@u-paris.fr
|
||||
timothee.bernard@u-paris.fr
|
||||
|
||||
|
||||
`= regexreplace(string(this.file.name), "S2 LOGOS . ", "")`
|
||||
`= regexreplace(string(this.file.name), 'S2 LOGOS . ', '')`
|
||||
@@ -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)
|
||||
```
|
||||
Reference in New Issue
Block a user