Added Text Extractor integration

This commit is contained in:
Simon Cambier
2022-12-24 20:22:41 +01:00
parent c7fe0b88ef
commit 9eebc33a85
3 changed files with 57 additions and 19 deletions

View File

@@ -120,16 +120,6 @@ There are several CSS classes you can use to customize the appearance of Omnisea
.omnisearch-input-field
```
For example, if you'd like the usual yellow highlight on search matches, you can add this code inside a CSS snippet
file:
```css
.omnisearch-highlight {
color: var(--text-normal);
background-color: var(--text-highlight-bg);
}
```
See [styles.css](./assets/styles.css) for more information.
## Issues & Solutions