FreshRSS-Extensions/xExtension-TitleWrap
Alexis Degrugillier 26be877e7a Fix extension definitions
Before, extensions were missing the definition of mandatory methods.
At the moment, it's not a problem because the coding guidelines are not
enforced by the code. But in the future, it will break.
Now, extensions have all mandatory method definitions.
2021-01-05 11:31:01 -05:00
..
static Add title wrap extension 2019-09-04 09:48:13 +02:00
extension.php Fix extension definitions 2021-01-05 11:31:01 -05:00
LICENSE Add title wrap extension 2019-09-04 09:48:13 +02:00
metadata.json Fix extension definitions 2021-01-05 11:31:01 -05:00
README.md Add title wrap extension 2019-09-04 09:48:13 +02:00

TitleWrap extension

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.

The css code used to wrap long titles was originally proposed by ₣rans de Jonge.

Changelog

  • 0.1 initial version