vault backup: 2026-06-08 18:36:09

This commit is contained in:
Dmitry
2026-06-08 18:36:09 +03:00
parent 2b6a2abbf4
commit 04c94167f7
40 changed files with 68577 additions and 3345 deletions
-1
View File
@@ -6,7 +6,6 @@
"ignoreDiacritics": true,
"ignoreArabicDiacritics": false,
"indexedFileTypes": [],
"indexFilesWithoutExtension": false,
"displayTitle": "",
"PDFIndexing": false,
"officeIndexing": false,
+131 -130
View File
File diff suppressed because one or more lines are too long
+3 -3
View File
@@ -1,11 +1,11 @@
{
"id": "omnisearch",
"name": "Omnisearch",
"version": "1.29.3",
"version": "1.28.0",
"minAppVersion": "1.7.2",
"description": "A search engine that just works.",
"description": "A search engine that just works",
"author": "Simon Cambier",
"authorUrl": "https://scambier.xyz",
"authorUrl": "https://github.com/scambier/obsidian-omnisearch",
"fundingUrl": {
"Github": "https://github.com/sponsors/scambier",
"Ko-fi": "https://ko-fi.com/scambier"
+1 -16
View File
@@ -63,6 +63,7 @@
margin-left: 1em;
}
.omnisearch-result__image-container {
flex-basis: 20%;
text-align: end;
@@ -132,19 +133,3 @@
position: relative;
flex-grow: 1;
}
.omnisearch-result-highlight .cm-content ::selection,
.omnisearch-result-highlight .cm-line::selection {
background-color: var(
--omnisearch-highlight-color,
rgba(222, 183, 110, 1)
) !important;
color: var(--omnisearch-highlight-text-color, black) !important;
}
.omnisearch-result-highlight .cm-selectionLayer .cm-selectionBackground {
background-color: var(
--omnisearch-highlight-color,
rgba(222, 183, 110, 1)
) !important;
}