CustomCSS and CustomJS have been promoted to core extensions

https://github.com/FreshRSS/FreshRSS/pull/6267
This commit is contained in:
Alexandre Alapetite 2024-10-27 14:33:16 +01:00
parent 37c6632490
commit 5c610a07aa
No known key found for this signature in database
GPG key ID: A24378C38E812B23
25 changed files with 5 additions and 1672 deletions

View file

@ -3,7 +3,7 @@
FreshRSS extension which changes how article titles are being displayed. Instead of truncating a title when it overflows the display area,
this extension applies a line-wrap to long article titles.
To use it, upload this directory in your `./extensions` directory and enable it on the extension panel in FreshRSS. If you need more control, use the xExtension-CustomCSS instead to specify your own css rules.
To use it, upload this directory in your `./extensions` directory and enable it on the extension panel in FreshRSS. If you need more control, use the *User CSS* extension instead to specify your own CSS rules.
The CSS code (since 0.3 legacy) used to wrap long titles was originally [proposed](https://github.com/FreshRSS/FreshRSS/issues/2344) by ₣rans de Jonge.