init commit for new extension WordHighlighter - for highlighting words.
This commit is contained in:
parent
119c1e210f
commit
da84ca2e38
16 changed files with 976 additions and 5 deletions
27
xExtension-WordHighlighter/README.md
Normal file
27
xExtension-WordHighlighter/README.md
Normal 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:
|
||||
|
||||

|
||||
|
||||
<!-- markdownlint-disable -->
|
||||
<details>
|
||||
<summary>click to see example screenshot in dark theme</summary>
|
||||
|
||||

|
||||
|
||||
</details>
|
||||
<!-- markdownlint-enable -->
|
||||
|
||||
## Changelog
|
||||
|
||||
- 0.0.1 initial version (as a proper FreshRSS extension)
|
||||
Loading…
Add table
Add a link
Reference in a new issue