Tiny Tiny RSS supports many kinds of plugins: social plugins which share articles to various sites, article filter plugins which mangle feed-provided data on import (for example, inlining images or extracting full article text using Readability), hotkey plugins which alter the way keyboard shortcuts work, etc.
There are two kinds of plugins: user and system. User plugins are enabled in Preferences → Plugins. System plugins require adding them to a global configuration directive PLUGINS which is a comma-separated list of enabled system plugins, i.e.
putenv('TTRSS_PLUGINS=auth_internal, other_plugin');If you are interested in making plugins, see MakingPlugins and samples repositories for examples to get you started.
Copy plugin folder to tt-rss/plugins.local then activate it in the settings panel. Plugin folder name should correspond to plugin class name defined in (plugin)/init.php, i.e. Af_ExamplePlugin should be copied to plugins.local/af_exampleplugin.
These can be installed via built-in plugin installer in Preferences → Plugins.
Complete list is available here.
https://github.com/joshp23/ttrss-to-wallabag-v2
https://github.com/joshp23/tt-rss-yourls
https://github.com/joshp23/tt-rss-shaarli
https://github.com/joshp23/ttrss-to-Sci-Hub
https://github.com/tribut/ttrss-videoframes
https://github.com/feediron/ttrss_plugin-feediron
https://github.com/joshp23/TTRSS-APOD-Fix
https://github.com/tribut/ttrss-comics
http://tt-rss.org/oldforum/viewtopic.php?f=22&t=1539
http://tt-rss.org/oldforum/viewtopic.php?f=22&t=1606
https://github.com/Churten/tt-rss-ff-xmllint
https://github.com/ldidry/af_tapastic.git
http://tt-rss.org/oldforum/viewtopic.php?f=22&t=2626
https://github.com/Alekc/af_refspoof
Simulates the Fever API for reading RSS Feeds with your Fever clients.
https://github.com/DigitalDJ/tinytinyrss-fever-plugin
https://discourse.tt-rss.org/t/favicon-badge-plugin/1441
https://github.com/GregThib/ttrss-qrcodegen
https://github.com/joshp23/ttrss-notify-xmpp-prosody
Set of plugins to (1) use cursor keys for a tree-style article navigation; (2) change to a minimal set of hotkeys; (3) toggle night mode for custom themes; (4) change the sort order of unread articles to Oldest first.
https://github.com/ltGuillaume/FeedMei/tree/master/plugins.local/
Sun Jun 18 03:25:02 UTC 2023