From 848ae20699434c01c27c97a34ea96c6b2c782e68 Mon Sep 17 00:00:00 2001 From: fox Date: Tue, 26 Feb 2019 05:31:51 +0000 Subject: Update page 'Plugins' --- Plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins.md b/Plugins.md index c8b8179..c6eb3b5 100644 --- a/Plugins.md +++ b/Plugins.md @@ -2,7 +2,7 @@ Tiny Tiny RSS supports many kinds of plugins: social plugins which share article 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 config.php directive PLUGINS which is a comma-separated list of enabled system plugins, i.e. +There are two kinds of plugins: user and system. User plugins are enabled in ``Preferences → Plugins``. System plugins require adding them to a config.php directive PLUGINS which is a comma-separated list of enabled system plugins, i.e. ```php define('PLUGINS', 'updater, digest, auth_remote, auth_internal'); -- cgit v1.2.3