use json for storing configuration, add more configuration options (enable_in_article, enable_logs, case_sensitive, separate_word_search) and refactored & simplified code

This commit is contained in:
Lukáš Melega 2024-05-22 21:49:13 +02:00
parent da84ca2e38
commit c84aae8136
12 changed files with 214 additions and 104 deletions

View file

@ -512,7 +512,7 @@
"name": "Word Highlighter",
"author": "Lukas Melega",
"description": "Highlighting user-defined words",
"version": "0.0.1",
"version": "0.0.2",
"entrypoint": "WordHighlighter",
"type": "user",
"url": "https://github.com/FreshRSS/Extensions",