2025-06-22 18:37:33 update from obsidian (12 file·s changed)

Affected files:
.obsidian/community-plugins.json
.obsidian/plugins/obsidian-pandoc-reference-list/data.json
.obsidian/plugins/obsidian-share-as-gist/data.json
Excalidraw/Scripts/Downloaded/Split text by lines.md
changement de base.md
conception des bases de données.md
démonstration un groupe possède un unique élément neutre.md
justifications de la domination des élites.md
obsidian plugin home tab.md
paradigme programmation orientée tableaux.md
programmation serveur (backend).md
similitude vectorielle.md
This commit is contained in:
oskar
2025-06-22 18:37:33 +02:00
parent 294e987199
commit 171a3953be
12 changed files with 68 additions and 63 deletions

View File

@@ -17,5 +17,7 @@
"github-sync",
"contribution-graph",
"extended-graph",
"mysnippets-plugin"
"mysnippets-plugin",
"obsidian-pandoc-reference-list",
"obsidian-share-as-gist"
]

View File

@@ -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,

View File

@@ -0,0 +1,6 @@
{
"includeFrontMatter": false,
"enableUpdatingGistsAfterCreation": true,
"enableAutoSaving": false,
"showAutoSaveNotice": false
}

View File

@@ -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;i<text.length;i++) {
ea.addText(el.x,el.y+i*el.height/text.length,text[i]);
}
});
ea.addElementsToView(false,false);
/*
## 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;i<text.length;i++) {
ea.addText(el.x,el.y+i*el.height/text.length,text[i]);
}
});
ea.addElementsToView(false,false);
ea.deleteViewElements(elements);

View File

@@ -1,10 +1,8 @@
---
share_link: https://share.note.sx/qaieckrr#el/UGIXrMfFyYk7NZnkKN/9TuOpdtxvTHKPmR7NeuMk
share_updated: 2025-04-03T16:27:33+02:00
---
up:: [[base d'un espace vectoriel]]
#s/maths/algèbre
up: "[[base d'un espace vectoriel]]"
tags: "#s/maths/algèbre"
---
Soient $E$ et $F$ des $\mathbf{K}$-[[espace vectoriel|ev]]

View File

@@ -1,7 +1,6 @@
up:: [[Construction d'une BD]]
title:: "comment concevoir une BDD efficace"
#s/informatique
---
up: "[[Construction d'une BD]]"
tags: "#s/informatique"
---
> [!smallquery]+ Sous-notes de `$= dv.el("span", "[[" + dv.current().file.name + "]]")`

View File

@@ -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.

View File

@@ -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) ?

View File

@@ -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

View File

@@ -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.

View File

@@ -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
> ```
```breadcrumbs
title: "Sous-notes"
type: tree
collapse: false
show-attributes: [field]
field-groups: [downs]
depth: [0, 0]
```

View File

@@ -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