FreshRSS-Extensions/xExtension-QuickCollapse/README.md
Alexandre Alapetite 3231b2c3a8
Refactor extension QuickCollapse
Using the `js_vars` hook instead of the complicated and partially wrong controller+view approach to inject the JavaScript variables.
Looked at due to https://github.com/kalvn/freshrss-mark-previous-as-read/issues/4 which seems to have used it as reference
2025-01-16 22:45:45 +01:00

11 lines
372 B
Markdown

# xExtension-QuickCollapse
This FreshRSS extension allows to quickly change from/to collapsed articles
To install this extension, you must upload this directory in your `./extensions` directory and enable it on the extension panel in FreshRSS.
## Changelog
- 1.0 Refactored using the js_vars extension hook
- 0.2.2 Turkish language support added
- 0.1 initial version