FreshRSS-Extensions/xExtension-TitleWrap
Alexandre Alapetite 6a90b0d2f1
Bump versions
2023-11-23 23:12:09 +01:00
..
static Add PHPStan and other quality checks 2023-11-23 22:41:09 +01:00
extension.php Add PHPStan and other quality checks 2023-11-23 22:41:09 +01:00
LICENSE Add title wrap extension 2019-09-04 09:48:13 +02:00
metadata.json Bump versions 2023-11-23 23:12:09 +01:00
README.md Add PHPStan and other quality checks 2023-11-23 22:41:09 +01: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