summaryrefslogtreecommitdiff
path: root/Plugins.md
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-04-22 16:13:54 +0300
committerAndrew Dolgov <[email protected]>2017-04-22 16:13:54 +0300
commit465676066d6480d5aee0ef289adec2471c12db00 (patch)
tree76375ba7a1fa10df322d0b1538db083c1043fe40 /Plugins.md
parenta4823bd21c41a39767fdf9255ad462857a19f924 (diff)
fox created page: test
Diffstat (limited to 'Plugins.md')
-rw-r--r--Plugins.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/Plugins.md b/Plugins.md
index 48a78bf..c261122 100644
--- a/Plugins.md
+++ b/Plugins.md
@@ -8,11 +8,13 @@ content), 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
+enabled in Preferences -- Plugins. System plugins require adding them
to a <code>config.php</code> directive <code>PLUGINS</code> which is a
comma-separated list of enabled system plugins, i.e.
-<code>define(’PLUGINS’, ’updater, digest, auth\_remote, auth\_internal, googlereaderimport’);\</code>
+<pre>
+define(’PLUGINS’, ’updater, digest, auth_remote, auth_internal');
+</pre>
Installation of plugins is as simple as copying a folder into the
’plugins’ folder of your tt-rss and then activating (via a checkbox) it