summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2018-08-31 06:51:16 +0000
committerfox <[email protected]>2018-08-31 06:51:16 +0000
commit4ae2989b9ccc8b0abe1fbd896862c42a25c25043 (patch)
treee0fef00fe152ebfa4e4afb7c7049469d7589ec0e
parent7da4122fb5b128a21527b12d0ec0842736a78b3a (diff)
Update page 'Plugins'
-rw-r--r--Plugins.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/Plugins.md b/Plugins.md
index 5c4b2ed..621881f 100644
--- a/Plugins.md
+++ b/Plugins.md
@@ -12,11 +12,10 @@ define('PLUGINS', 'updater, digest, auth_remote, auth_internal');
### Notes
-- System plugins are always enabled for all users.
-- If multiple search plugins are loaded, only the first one is used.
-- If you are interested in making plugins, see [MakingPlugins](wiki/MakingPlugins).
+- system plugins are always enabled for all users
+- if multiple search plugins are loaded, only the first one is used
-See also: [attic](https://git.tt-rss.org/git/tt-rss-attic) and [samples](https://git.tt-rss.org/git/tt-rss-samples) repositories.
+If you are interested in making plugins, see [MakingPlugins](wiki/MakingPlugins), [attic](https://git.tt-rss.org/git/tt-rss-attic) and [samples](https://git.tt-rss.org/git/tt-rss-samples) repositories for examples to get you started.
### Installing plugins