device-56.home 2026-4-1:0:33:54
This commit is contained in:
18
.obsidian/plugins/breadcrumbs/data.json
vendored
18
.obsidian/plugins/breadcrumbs/data.json
vendored
@@ -533,6 +533,20 @@
|
||||
"rounds": 10,
|
||||
"close_reversed": false,
|
||||
"close_field": "up"
|
||||
},
|
||||
{
|
||||
"name": "Propagate authors ( [up, author] -> author)",
|
||||
"chain": [
|
||||
{
|
||||
"field": "up"
|
||||
},
|
||||
{
|
||||
"field": "author"
|
||||
}
|
||||
],
|
||||
"rounds": 10,
|
||||
"close_reversed": false,
|
||||
"close_field": "author"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -631,7 +645,7 @@
|
||||
"prevs"
|
||||
],
|
||||
"lock_view": false,
|
||||
"lock_path": "paradoxe des carrés.md"
|
||||
"lock_path": "sources/0 - cours/LOGOS S2/le savoir en mathématiques/Spinoza lettre 12 à Lodewijk Meyer.md"
|
||||
},
|
||||
"tree": {
|
||||
"collapse": false,
|
||||
@@ -651,7 +665,7 @@
|
||||
"alias": false
|
||||
},
|
||||
"lock_view": false,
|
||||
"lock_path": "paradoxe des carrés.md"
|
||||
"lock_path": "sources/0 - cours/LOGOS S2/le savoir en mathématiques/Spinoza lettre 12 à Lodewijk Meyer.md"
|
||||
}
|
||||
},
|
||||
"codeblocks": {
|
||||
|
||||
8
.obsidian/plugins/pdf-plus/data.json
vendored
8
.obsidian/plugins/pdf-plus/data.json
vendored
@@ -91,10 +91,10 @@
|
||||
"colors": {
|
||||
"Yellow": "#ffd000",
|
||||
"Red": "#ea5252",
|
||||
"Note": "#086ddd",
|
||||
"Important": "#bb61e5"
|
||||
"Important": "#bb61e5",
|
||||
"Definition": "#086ddd"
|
||||
},
|
||||
"defaultColor": "",
|
||||
"defaultColor": "Yellow",
|
||||
"defaultColorPaletteItemIndex": 0,
|
||||
"syncColorPaletteItem": true,
|
||||
"syncDefaultColorPaletteItem": false,
|
||||
@@ -287,7 +287,7 @@
|
||||
"showBacklinkIconForAnnotation": false,
|
||||
"showBacklinkIconForOffset": true,
|
||||
"showBacklinkIconForRect": false,
|
||||
"showBoundingRectForBacklinkedAnnot": false,
|
||||
"showBoundingRectForBacklinkedAnnot": true,
|
||||
"hideReplyAnnotation": false,
|
||||
"hideStampAnnotation": false,
|
||||
"searchLinkHighlightAll": "true",
|
||||
|
||||
15
.obsidian/snippets/dark_pdf.css
vendored
15
.obsidian/snippets/dark_pdf.css
vendored
@@ -5,8 +5,11 @@
|
||||
/* pdfs, figures... */
|
||||
|
||||
|
||||
.theme-dark .pdf-cropped-embed, /* PDF++ rectangle highlights */
|
||||
.theme-dark .pdfViewer > .page {
|
||||
.theme-dark .pdf-cropped-embed, /* PDF++ rectangle highlights embeds */
|
||||
.theme-dark .pdfViewer > .page,
|
||||
.pdf-thumbnail-view .thumbnail,
|
||||
.pdf-thumbnail-view .thumbnail::after
|
||||
{
|
||||
filter: invert(0.7)
|
||||
/* brightness(0.85) */
|
||||
/* contrast(1.6) */
|
||||
@@ -18,6 +21,14 @@
|
||||
;
|
||||
}
|
||||
|
||||
.pdf-thumbnail-view .thumbnail::after {
|
||||
filter: invert(1)
|
||||
brightness(1)
|
||||
contrast(1.5)
|
||||
blur(0.5px) /* blur for better antialiasing */
|
||||
;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user