init commit for new extension WordHighlighter - for highlighting words.

This commit is contained in:
Lukáš Melega 2024-05-21 23:22:45 +02:00
parent 119c1e210f
commit da84ca2e38
16 changed files with 976 additions and 5 deletions

View file

@ -0,0 +1,27 @@
# WordHighlighter extension
A FreshRSS extension which give ability to highlight user-defined words.
## Usage
To use it, upload this directory in your `./extensions` directory and enable it on the extension panel in FreshRSS. You can add words to be highlighted by clicking on the manage button ⚙️.
See also official docs at freshrss.github.io/FreshRSS/en/admins/15_extensions.html
## Preview
Light theme:
![snapshot](./snapshot.png)
<!-- markdownlint-disable -->
<details>
<summary>click to see example screenshot in dark theme</summary>
![snapshot-dark-theme](./snapshot-dark.png)
</details>
<!-- markdownlint-enable -->
## Changelog
- 0.0.1 initial version (as a proper FreshRSS extension)