File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ title: Plugins
44parent : Features
55---
66
7+ ## Table of contents
8+ {: .no_toc .text-delta }
9+
10+ - TOC
11+ {: toc }
12+
13+ ### About plugins
14+
715Tiny Tiny RSS supports many kinds of plugins: social plugins which share
816articles to various sites, article filter plugins which mangle feed-provided
917data on import (for example, inlining images or extracting full article text
1321There are two kinds of plugins: user and system. User plugins are enabled in
1422` Preferences ` &rarr ; ` Plugins ` . System plugins require adding them to a [ global
1523configuration] ( Global-Config ) directive <code >PLUGINS</code > which is a
16- comma-separated list of enabled system plugins, i.e .
24+ comma-separated list of enabled system plugins, e.g .
1725
1826``` js
1927putenv (' TTRSS_PLUGINS=auth_internal, other_plugin' );
2028```
2129
22- System plugins are always enabled for all users. If multiple search plugins are loaded, only the first one is used
30+ System plugins are always enabled for all users. If multiple search plugins are loaded, only the first one is used.
2331
2432If you are interested in making plugins, see [ Making-Plugins] ( Making-Plugins ) ,
2533< https://github.com/topics/tt-rss-plugin > ,
You can’t perform that action at this time.
0 commit comments