diff --git a/.obsidian/community-plugins.json b/.obsidian/community-plugins.json index 1180a6a2..5737bf04 100644 --- a/.obsidian/community-plugins.json +++ b/.obsidian/community-plugins.json @@ -17,5 +17,7 @@ "github-sync", "contribution-graph", "extended-graph", - "mysnippets-plugin" + "mysnippets-plugin", + "obsidian-pandoc-reference-list", + "obsidian-share-as-gist" ] \ No newline at end of file diff --git a/.obsidian/plugins/obsidian-pandoc-reference-list/data.json b/.obsidian/plugins/obsidian-pandoc-reference-list/data.json index d296a0ed..362cf5c5 100644 --- a/.obsidian/plugins/obsidian-pandoc-reference-list/data.json +++ b/.obsidian/plugins/obsidian-pandoc-reference-list/data.json @@ -5,12 +5,12 @@ { "id": 2, "name": "memoire-L3", - "lastUpdate": 1726511949742 + "lastUpdate": 1750610249308 }, { "id": 1, "name": "Ma bibliothèque", - "lastUpdate": 1726511950597 + "lastUpdate": 1750610249514 } ], "renderCitations": true, diff --git a/.obsidian/plugins/obsidian-share-as-gist/data.json b/.obsidian/plugins/obsidian-share-as-gist/data.json new file mode 100644 index 00000000..a481d384 --- /dev/null +++ b/.obsidian/plugins/obsidian-share-as-gist/data.json @@ -0,0 +1,6 @@ +{ + "includeFrontMatter": false, + "enableUpdatingGistsAfterCreation": true, + "enableAutoSaving": false, + "showAutoSaveNotice": false +} \ No newline at end of file diff --git a/Excalidraw/Scripts/Downloaded/Split text by lines.md b/Excalidraw/Scripts/Downloaded/Split text by lines.md index e983603d..307612be 100644 --- a/Excalidraw/Scripts/Downloaded/Split text by lines.md +++ b/Excalidraw/Scripts/Downloaded/Split text by lines.md @@ -1,27 +1,27 @@ -/* -## requires Excalidraw 1.5.1 or higher -![](https://raw.githubusercontent.com/zsviczian/obsidian-excalidraw-plugin/master/images/scripts-download-raw.jpg) - -Download this file and save to your Obsidian Vault including the first line, or open it in "Raw" and copy the entire contents to Obsidian. - -![](https://raw.githubusercontent.com/zsviczian/obsidian-excalidraw-plugin/master/images/scripts-split-lines.jpg) - -Split lines of text into separate text elements for easier reorganization - -See documentation for more details: -https://zsviczian.github.io/obsidian-excalidraw-plugin/ExcalidrawScriptsEngine.html - -```javascript -*/ -elements = ea.getViewSelectedElements().filter((el)=>el.type==="text"); -elements.forEach((el)=>{ - ea.style.strokeColor = el.strokeColor; - ea.style.fontFamily = el.fontFamily; - ea.style.fontSize = el.fontSize; - const text = el.text.split("\n"); - for(i=0;iel.type==="text"); +elements.forEach((el)=>{ + ea.style.strokeColor = el.strokeColor; + ea.style.fontFamily = el.fontFamily; + ea.style.fontSize = el.fontSize; + const text = el.text.split("\n"); + for(i=0;i [!smallquery]+ Sous-notes de `$= dv.el("span", "[[" + dv.current().file.name + "]]")` diff --git a/démonstration un groupe possède un unique élément neutre.md b/démonstration un groupe possède un unique élément neutre.md index d0762cbd..e58832f1 100644 --- a/démonstration un groupe possède un unique élément neutre.md +++ b/démonstration un groupe possède un unique élément neutre.md @@ -1,9 +1,9 @@ --- aliases: - démonstration de l'unicité de l'élément neutre d'un groupe +up: "[[élément neutre]]" +tags: "#s/maths/algèbre" --- -up:: [[élément neutre]] -#s/maths/algèbre On veut montrer l'unicité de l'élément neutre d'un groupe. diff --git a/justifications de la domination des élites.md b/justifications de la domination des élites.md index c30ae227..eb1bf7d0 100644 --- a/justifications de la domination des élites.md +++ b/justifications de la domination des élites.md @@ -1,10 +1,7 @@ --- alias: [ "justifier la domination des élites" ] ---- -up:: [[élites]] -title:: "différences qui justifient que l'élite reste la même et dirige :", " - [[différence entre l'éducation et l'instruction|instruction]]", " - [[culture légitime et illégitime|culture (légitime)]]", " - [[le pouvoir de l'éloquence|éloquence]]" -#s/politique - +up: "[[élites]]" +tags: "#s/politique" --- Comment les élites justifient-elles leur domination (pouvoir politique et financier) ? diff --git a/obsidian plugin home tab.md b/obsidian plugin home tab.md index 6601c22b..17ac69b0 100644 --- a/obsidian plugin home tab.md +++ b/obsidian plugin home tab.md @@ -1,7 +1,6 @@ -up:: [[obsidian plugins]] -title:: "search bar on empty tabs. embed search bars on notes" -#s/obsidian - +--- +up: "[[obsidian plugins]]" +tags: "#s/obsidian" --- # Embedding the home page diff --git a/paradigme programmation orientée tableaux.md b/paradigme programmation orientée tableaux.md index 0127cc07..c997ca37 100644 --- a/paradigme programmation orientée tableaux.md +++ b/paradigme programmation orientée tableaux.md @@ -2,9 +2,9 @@ aliases: - array programming - programmation orientée tableaux +up: "[[paradigme de programmation]]" +tags: "#s/informatique" --- -up:: [[paradigme de programmation]] -#s/informatique > [!definition] programmation orientée tableaux > La programmation orientée tableaux (ou programmation matricielle, de l'anglais *array programming*) est un paradigme de programmation dans lequel les programmes sont des manipulations par des opérateurs généralisés de tableaux. Le principe est donc de manipuler des tableaux entiers, plutôt que de s'occuper individuellement de leurs éléments. diff --git a/programmation serveur (backend).md b/programmation serveur (backend).md index aa6bd8e5..1e0bfa24 100644 --- a/programmation serveur (backend).md +++ b/programmation serveur (backend).md @@ -3,13 +3,16 @@ aliases: - backend - programmation côté serveur - programmation serveur +up: "[[programmation web]]" +tags: "#s/informatique" --- -up:: [[programmation web]] -#s/informatique -> [!smallquery]+ Sous-notes de `$= dv.el("span", "[[" + dv.current().file.name + "]]")` -> ```breadcrumbs -> title: false -> type: tree -> dir: down -> ``` \ No newline at end of file + +```breadcrumbs +title: "Sous-notes" +type: tree +collapse: false +show-attributes: [field] +field-groups: [downs] +depth: [0, 0] +``` diff --git a/similitude vectorielle.md b/similitude vectorielle.md index c98f1e34..b36a6add 100644 --- a/similitude vectorielle.md +++ b/similitude vectorielle.md @@ -1,7 +1,8 @@ -up:: [[transformations]] -title:: "composée d'une [[isométrie]] et d'une [[homothétie]]" -#s/maths/algèbre - +--- +up: "[[transformations]]" +tags: "#s/maths/algèbre" --- - +> [!definition] Définition +> Composée d'une [[relation symétrique|symétrie]] et d'une [[homotétie]] +^definition