MacBook-Pro-de-Oscar.local 2026-2-3:18:51:24

This commit is contained in:
oskar
2026-02-03 18:51:24 +01:00
parent 49207747e5
commit 51ac3966d9
22 changed files with 59 additions and 513 deletions
Vendored
BIN
View File
Binary file not shown.
+2 -2
View File
@@ -10,7 +10,6 @@
"obsidian42-brat", "obsidian42-brat",
"dynamic-outline", "dynamic-outline",
"contribution-graph", "contribution-graph",
"extended-graph",
"obsidian-share-as-gist", "obsidian-share-as-gist",
"obsidian-excalidraw-plugin", "obsidian-excalidraw-plugin",
"txt-as-md-obsidian", "txt-as-md-obsidian",
@@ -40,5 +39,6 @@
"obsidian-markmind", "obsidian-markmind",
"zotlit", "zotlit",
"wikilinks-to-mdlinks-obsidian", "wikilinks-to-mdlinks-obsidian",
"obsidian-pandoc-reference-list" "obsidian-pandoc-reference-list",
"excalibrain"
] ]
+1 -1
View File
@@ -130,6 +130,6 @@
"repelStrength": 5.263671875, "repelStrength": 5.263671875,
"linkStrength": 1, "linkStrength": 1,
"linkDistance": 30, "linkDistance": 30,
"scale": 0.14702293658894133, "scale": 0.23876229472704796,
"close": true "close": true
} }
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -1,8 +1,8 @@
{ {
"id": "darlal-switcher-plus", "id": "darlal-switcher-plus",
"name": "Quick Switcher++", "name": "Quick Switcher++",
"version": "5.4.0", "version": "6.0.0",
"minAppVersion": "1.10.6", "minAppVersion": "1.11.5",
"description": "Enhanced Quick Switcher, search open panels, and symbols.", "description": "Enhanced Quick Switcher, search open panels, and symbols.",
"author": "darlal", "author": "darlal",
"authorUrl": "https://github.com/darlal/obsidian-switcher-plus", "authorUrl": "https://github.com/darlal/obsidian-switcher-plus",
+7
View File
@@ -50,6 +50,13 @@
padding-left: 36px; padding-left: 36px;
} }
/* Jan 2026-fix: Add visual divider when a SettingGroup is followed by a single
Setting (Switcher++ settings only)
*/
.qsp-settings-container .setting-group + .setting-item {
margin-top: var(--size-4-6);
}
/* symbol suggestion should align to the left */ /* symbol suggestion should align to the left */
.suggestion-item.qsp-suggestion-symbol { .suggestion-item.qsp-suggestion-symbol {
justify-content: left; justify-content: left;
+14 -6
View File
@@ -1,6 +1,6 @@
{ {
"compactView": true, "compactView": true,
"compactingFactor": 1.5, "compactingFactor": 2,
"minLinkLength": 18, "minLinkLength": 18,
"excalibrainFilepath": "excalibrain.md", "excalibrainFilepath": "excalibrain.md",
"indexUpdateInterval": 5000, "indexUpdateInterval": 5000,
@@ -65,6 +65,9 @@
"East", "East",
"n", "n",
"next" "next"
],
"hidden": [
""
] ]
}, },
"inferAllLinksAsFriends": false, "inferAllLinksAsFriends": false,
@@ -87,6 +90,7 @@
"showFullTagName": false, "showFullTagName": false,
"maxItemCount": 5, "maxItemCount": 5,
"renderSiblings": true, "renderSiblings": true,
"applyPowerFilter": false,
"baseNodeStyle": { "baseNodeStyle": {
"prefix": "", "prefix": "",
"backgroundColor": "#00000066", "backgroundColor": "#00000066",
@@ -143,6 +147,9 @@
}, },
"tagNodeStyles": {}, "tagNodeStyles": {},
"tagStyleList": [], "tagStyleList": [],
"primaryTagField": "Note type",
"primaryTagFieldLowerCase": "note-type",
"displayAllStylePrefixes": true,
"baseLinkStyle": { "baseLinkStyle": {
"strokeColor": "#1c5d0fff", "strokeColor": "#1c5d0fff",
"strokeWidth": 2, "strokeWidth": 2,
@@ -193,12 +200,10 @@
"jump": {}, "jump": {},
"voir": {}, "voir": {},
"supports": {}, "supports": {},
"refutes": {} "refutes": {},
"": {}
}, },
"navigationHistory": [ "navigationHistory": [
"livres prêtés.md",
"a lire.md",
"analyse.md",
"obsidian syntaxe.md", "obsidian syntaxe.md",
"identités.md", "identités.md",
"démocratisation de l'éducation.md", "démocratisation de l'éducation.md",
@@ -245,7 +250,10 @@
"matrice.md", "matrice.md",
"Excalidraw/cathédrale de chartres 2023-06-30 19.03.52.excalidraw.md", "Excalidraw/cathédrale de chartres 2023-06-30 19.03.52.excalidraw.md",
"devoirs à faire.md", "devoirs à faire.md",
"Excalidraw/Drawing 2023-08-27 15.35.26.excalidraw.md" "Excalidraw/Drawing 2023-08-27 15.35.26.excalidraw.md",
"théorie des catégories.md",
"attachments/théorie des catégories 2026-02-03 18.36.56.excalidraw.md",
"post queue challenges docstring.md"
], ],
"allowOntologySuggester": false, "allowOntologySuggester": false,
"ontologySuggesterParentTrigger": "::p", "ontologySuggesterParentTrigger": "::p",
+5 -5
View File
@@ -21,7 +21,7 @@
}, },
"localgraph": { "localgraph": {
"auto-enabled": false, "auto-enabled": false,
"tags": true, "tags": false,
"properties": false, "properties": false,
"property-key": false, "property-key": false,
"links": true, "links": true,
@@ -101,11 +101,11 @@
"nodeSizeMultiplier": 1, "nodeSizeMultiplier": 1,
"lineSizeMultiplier": 1, "lineSizeMultiplier": 1,
"collapse-forces": true, "collapse-forces": true,
"centerStrength": 0.591389973958333, "centerStrength": 0.518713248970312,
"repelStrength": 10, "repelStrength": 10,
"linkStrength": 1, "linkStrength": 1,
"linkDistance": 30, "linkDistance": 250,
"scale": 1.8087131481744292, "scale": 1.6126407622093069,
"close": true "close": true
}, },
"states": [ "states": [
@@ -281,7 +281,7 @@
"resetAfterChanges": false, "resetAfterChanges": false,
"collapsedSettings": { "collapsedSettings": {
"automation": true, "automation": true,
"tags": false, "tags": true,
"properties": true, "properties": true,
"links": true, "links": true,
"arrows": false, "arrows": false,
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"tagColors": false, "tagColors": true,
"tagNames": true, "tagNames": true,
"tagLegend": true "tagLegend": true
} }
+1 -1
View File
@@ -148,7 +148,7 @@
} }
} }
}, },
"previousRelease": "2.20.0", "previousRelease": "2.20.2",
"showReleaseNotes": true, "showReleaseNotes": true,
"compareManifestToPluginVersion": true, "compareManifestToPluginVersion": true,
"showNewVersionNotification": true, "showNewVersionNotification": true,
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"id": "obsidian-excalidraw-plugin", "id": "obsidian-excalidraw-plugin",
"name": "Excalidraw", "name": "Excalidraw",
"version": "2.20.0", "version": "2.20.2",
"minAppVersion": "1.5.7", "minAppVersion": "1.5.7",
"description": "Sketch Your Mind. An Obsidian plugin to edit and view Excalidraw drawings. Enter the world of 4D Visual PKM.", "description": "Sketch Your Mind. An Obsidian plugin to edit and view Excalidraw drawings. Enter the world of 4D Visual PKM.",
"author": "Zsolt Viczian", "author": "Zsolt Viczian",
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -5,7 +5,7 @@
{ {
"id": 1, "id": 1,
"name": "Ma bibliothèque", "name": "Ma bibliothèque",
"lastUpdate": 1769785444069 "lastUpdate": 1770139885866
} }
], ],
"renderCitations": true, "renderCitations": true,
@@ -1,12 +0,0 @@
{
"database": "Zotero",
"noteImportFolder": "sources/zotero integration",
"pdfExportImageDPI": 120,
"pdfExportImageFormat": "jpg",
"pdfExportImageQuality": 90,
"citeFormats": [],
"exportFormats": [],
"citeSuggestTemplate": "[[{{citekey}}]]",
"openNoteAfterImport": true,
"whichNotesToOpenAfterImport": "last-imported-note"
}
File diff suppressed because one or more lines are too long
@@ -1,10 +0,0 @@
{
"id": "obsidian-zotero-desktop-connector",
"name": "Zotero Integration",
"version": "3.2.1",
"minAppVersion": "1.1.1",
"description": "Insert and import citations, bibliographies, notes, and PDF annotations from Zotero.",
"author": "mgmeyers",
"authorUrl": "https://github.com/mgmeyers/obsidian-zotero-integration",
"isDesktopOnly": true
}
@@ -1,238 +0,0 @@
.zt-format {
border: 1px solid var(--background-modifier-border);
padding: 1rem;
background-color: var(--background-primary);
border-radius: 10px;
margin-bottom: 10px;
}
.zt-format__form {
display: flex;
flex-direction: column;
align-items: stretch;
margin-bottom: 1rem;
max-width: 600px;
}
.zt-format__form:last-child {
margin-bottom: 0;
}
.zt-format__label {
font-size: 0.9em;
font-weight: 600;
margin-bottom: 5px;
}
.is-deprecated .zt-format__label {
color: var(--text-error);
}
.zt-format__input-wrapper {
display: flex;
align-items: center;
}
.zt-format__input-wrapper textarea {
resize: vertical;
}
.zt-format__input-wrapper > *:not(.checkbox-container) {
width: 100% !important;
}
.is-deprecated .zt-format__input-wrapper button {
width: auto !important;
flex-grow: 0;
flex-shrink: 0;
margin-left: 5px;
}
.zt-format__delete-btn {
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
padding: 7px 9px;
margin-left: 10px;
flex-shrink: 0;
flex-grow: 0;
}
.zt-json-viewer {
font-size: 13px;
}
.zt-json-viewer .react-json-view {
padding: 1em;
border-radius: 10px;
margin-top: 1em;
overflow: auto;
font-family: var(--font-monospace) !important;
}
.zt-json-viewer__btns {
display: flex;
align-items: center;
justify-content: flex-start;
}
.zt-json-viewer__btns label {
display: block;
font-weight: bold;
padding-top: 1em;
}
.zt-json-viewer__btns select {
font-size: 1em;
}
.zt-json-viewer__btns button {
font-size: 1em;
margin-right: 5px;
}
.zt-json-viewer__preview,
.zt-json-viewer__data {
border: 1px solid var(--background-modifier-border);
border-radius: 10px;
padding: 1em;
margin-top: 1em;
}
.zt-json-viewer__preview.error {
background-color: #ff000011;
font-family: var(--font-monospace);
}
.zt-json-viewer__preview pre {
overflow: auto;
white-space: pre-wrap;
margin: 0;
}
.zt-json-viewer__preview pre,
.zt-json-viewer__preview code {
font-family: inherit;
}
.zt-json-viewer__preview:not(.error) pre {
font-family: var(--font-text, --font-default, --default-font);
max-height: 70vh;
min-height: 400px;
}
.zt-multiselect {
width: 300px;
text-align: left;
}
.zt-multiselect input {
outline: none !important;
box-shadow: none !important;
}
.zt-format__input-note {
font-style: italic;
font-size: 0.9em;
padding-top: 10px;
margin-bottom: 10px;
}
.zt-setting-item pre,
.zt-format__input-note pre {
display: inline-block;
margin: 0;
padding: 0 6px;
background-color: var(--background-secondary-alt);
border-radius: 4px;
}
.zt-asset-success {
text-align: left;
display: flex;
}
.zt-asset-success__icon {
color: var(--interactive-success);
font-size: 24px;
margin-right: 5px;
}
.zt-asset-success__icon svg {
width: 1em !important;
height: 1em !important;
}
.zt-asset-success__message {
font-size: 0.9em;
}
.zt-suggest-title {
font-size: var(--font-ui-small);
color: var(--text-muted);
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding-top: var(--size-4-1);
}
.zt-suggest-loading-wrapper {
display: flex;
position: relative;
align-items: center;
justify-content: center;
padding: var(--size-4-2) 0;
}
.zt-suggest-loading,
.zt-suggest-loading:before,
.zt-suggest-loading:after {
border-radius: 999px;
width: 1em;
height: 1em;
animation-fill-mode: both;
animation: bblFadInOut 1.6s infinite ease-in-out;
}
.zt-suggest-loading {
display: block;
color: var(--text-muted);
font-size: 7px;
position: relative;
animation-delay: -0.16s;
top: -1em;
}
.zt-suggest-loading:before,
.zt-suggest-loading:after {
content: '';
position: absolute;
}
.zt-suggest-loading:before {
left: -2em;
animation-delay: -0.32s;
}
.zt-suggest-loading:after {
left: 2em;
}
.zt-color-chip {
display: inline-block;
width: 1em;
height: 1em;
border: 1px solid var(--background-modifier-border);
border-radius: var(--radius-s);
margin-right: var(--size-4-1);
}
@keyframes bblFadInOut {
0%,
80%,
100% {
box-shadow: 0 1em 0 -1.3em;
}
40% {
box-shadow: 0 1em 0 0;
}
}
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"id": "templater-obsidian", "id": "templater-obsidian",
"name": "Templater", "name": "Templater",
"version": "2.18.0", "version": "2.18.1",
"description": "Create and use templates", "description": "Create and use templates",
"minAppVersion": "1.5.0", "minAppVersion": "1.5.0",
"author": "SilentVoid", "author": "SilentVoid",
+1 -1
View File
@@ -4,7 +4,7 @@ tags:
- "#s/maths" - "#s/maths"
aliases: aliases:
--- ---
![[attachments/théorie des catégories 2026-02-03 18.36.56.excalidraw]]
```breadcrumbs ```breadcrumbs
title: "Sous-notes" title: "Sous-notes"
type: tree type: tree