Skip to content

Commit 339cace

Browse files
committed
Add a table of contents for the Plugins page.
1 parent 51a2de9 commit 339cace

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/Plugins.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ title: Plugins
44
parent: Features
55
---
66

7+
## Table of contents
8+
{: .no_toc .text-delta }
9+
10+
- TOC
11+
{:toc}
12+
13+
### About plugins
14+
715
Tiny Tiny RSS supports many kinds of plugins: social plugins which share
816
articles to various sites, article filter plugins which mangle feed-provided
917
data on import (for example, inlining images or extracting full article text
@@ -13,13 +21,13 @@ etc.
1321
There are two kinds of plugins: user and system. User plugins are enabled in
1422
`Preferences` → `Plugins`. System plugins require adding them to a [global
1523
configuration](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
1927
putenv('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

2432
If you are interested in making plugins, see [Making-Plugins](Making-Plugins),
2533
<https://github.com/topics/tt-rss-plugin>,

0 commit comments

Comments
 (0)