vault backup: 2024-09-05 17:56:43

This commit is contained in:
2024-09-05 17:56:43 +01:00
parent 73d081e6b1
commit f92e45c2bf
100 changed files with 16047 additions and 16337 deletions

View File

@@ -1,10 +1,15 @@
{
"useCache": true,
"hideExcluded": false,
"downrankedFoldersFilters": [],
"ignoreDiacritics": true,
"ignoreArabicDiacritics": false,
"indexedFileTypes": [],
"displayTitle": "",
"PDFIndexing": false,
"officeIndexing": false,
"imagesIndexing": false,
"aiImageIndexing": false,
"unsupportedFilesIndexing": "no",
"splitCamelCase": true,
"openInNewPane": false,
@@ -16,6 +21,7 @@
"highlight": true,
"showPreviousQueryResults": true,
"simpleSearch": false,
"tokenizeUrls": false,
"fuzziness": "1",
"weightBasename": 3,
"weightDirectory": 2,
@@ -23,6 +29,12 @@
"weightH2": 1.3,
"weightH3": 1.1,
"weightUnmarkedTags": 1.1,
"welcomeMessage": "1.10.1",
"verboseLogging": false
"weightCustomProperties": [],
"httpApiEnabled": false,
"httpApiPort": "51361",
"httpApiNotice": true,
"welcomeMessage": "1.21.0",
"verboseLogging": false,
"DANGER_httpHost": null,
"DANGER_forceSaveCache": false
}

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{
"id": "omnisearch",
"name": "Omnisearch",
"version": "1.17.1",
"version": "1.24.1",
"minAppVersion": "1.3.0",
"description": "A search engine that just works",
"author": "Simon Cambier",

View File

@@ -25,7 +25,6 @@
}
.omnisearch-result__title > span {
}
.omnisearch-result__folder-path {
@@ -37,9 +36,9 @@
}
.omnisearch-result__extension {
font-size: 0.7rem;
color: var(--text-muted);
}
font-size: 0.7rem;
color: var(--text-muted);
}
.omnisearch-result__counter {
font-size: 0.7rem;
@@ -57,12 +56,12 @@
-webkit-box-orient: vertical;
color: var(--text-muted);
margin-left: 0.5em;
margin-inline-start: 0.5em;
}
.omnisearch-result__image-container {
flex-basis: 20%;
text-align: right
text-align: end;
}
.omnisearch-highlight {
@@ -78,6 +77,7 @@
.omnisearch-input-container {
display: flex;
align-items: center;
flex-direction: row;
gap: 5px;
}
@@ -86,6 +86,23 @@
.omnisearch-input-container {
flex-direction: column;
}
.omnisearch-input-container__buttons {
display: flex;
flex-direction: row;
width: 100%;
padding: 0 1em 0 1em;
gap: 1em;
}
.omnisearch-input-container__buttons > button {
flex-grow: 1;
}
}
@media only screen and (min-width: 600px) {
.omnisearch-input-container__buttons {
margin-inline-end: 1em;
}
}
.omnisearch-input-field {