eduroam-prg-gm-1-3-245.net.univ-paris-diderot.fr 2025-9-19:10:32:37

This commit is contained in:
oskar
2025-09-19 10:32:37 +02:00
parent 38917c6afd
commit d20832a9c5
7 changed files with 29 additions and 10 deletions

View File

@@ -41,7 +41,8 @@
"ITS-checkboxes", "ITS-checkboxes",
"supercharged-links-gen", "supercharged-links-gen",
"stacked_tabs", "stacked_tabs",
"vertical_stacked_tabs" "vertical_stacked_tabs",
"headers"
], ],
"interfaceFontFamily": "CMU Bright,CMU Sans Serif,FiraCode Nerd Font", "interfaceFontFamily": "CMU Bright,CMU Sans Serif,FiraCode Nerd Font",
"textFontFamily": "CMU Sans Serif,FiraCode Nerd Font,CMU Serif", "textFontFamily": "CMU Sans Serif,FiraCode Nerd Font,CMU Serif",

View File

@@ -533,6 +533,12 @@
"Ctrl" "Ctrl"
], ],
"key": "=" "key": "="
},
{
"modifiers": [
"Ctrl"
],
"key": ";"
} }
], ],
"workspace:previous-tab": [ "workspace:previous-tab": [
@@ -1060,5 +1066,6 @@
], ],
"key": "W" "key": "W"
} }
] ],
"obsidian-completr:completr-bypass-tab-key": []
} }

View File

@@ -107,7 +107,7 @@
"library2": { "library2": {
"type": "excalidrawlib", "type": "excalidrawlib",
"version": 2, "version": 2,
"source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.15.1", "source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.15.3",
"libraryItems": [] "libraryItems": []
}, },
"imageElementNotice": true, "imageElementNotice": true,

View File

@@ -5,12 +5,12 @@
{ {
"id": 2, "id": 2,
"name": "memoire-L3", "name": "memoire-L3",
"lastUpdate": 1758237162953 "lastUpdate": 1758269557736
}, },
{ {
"id": 1, "id": 1,
"name": "Ma bibliothèque", "name": "Ma bibliothèque",
"lastUpdate": 1758237163106 "lastUpdate": 1758269557903
} }
], ],
"renderCitations": true, "renderCitations": true,

5
.obsidian/snippets/headers.css vendored Normal file
View File

@@ -0,0 +1,5 @@
h1 {
color: #ff8700;
}

View File

@@ -1,5 +1,8 @@
up::[[algèbre]] ---
#s/maths/algèbre up: "[[algèbre]]"
tags:
- "#s/maths/algèbre"
---
Une matrice est l'objet mathématique désignant un tableau. Une matrice est l'objet mathématique désignant un tableau.

View File

@@ -1,6 +1,9 @@
up:: [[matrice]] ---
#s/maths/algèbre up: "[[matrice]]"
tags:
- "#s/maths/algèbre"
aliases:
- produit de matrices
--- ---
# Multiplication de matrices # Multiplication de matrices