summaryrefslogtreecommitdiff
path: root/Plugins.md
diff options
context:
space:
mode:
authorfox <[email protected]>2021-01-27 10:05:48 +0300
committerfox <[email protected]>2021-01-27 10:05:48 +0300
commit7ee0655ce82ec39930233bece7cefdf8e85cc4a0 (patch)
tree8cab4c2904afa1b742db780f4f6f2d806dd3dc3c /Plugins.md
parentc242cfc9b1b71d1e95aef224dc7667b9b116b9f5 (diff)
Update 'Plugins'
Diffstat (limited to 'Plugins.md')
-rw-r--r--Plugins.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/Plugins.md b/Plugins.md
index 12ceeb1..1cf02c8 100644
--- a/Plugins.md
+++ b/Plugins.md
@@ -19,11 +19,15 @@ If you are interested in making plugins, see [MakingPlugins](wiki/MakingPlugins)
Copy plugin folder to ```tt-rss/plugins.local``` then activate it in the settings panel. Plugin folder name should correspond to plugin class name defined in ``(plugin)/init.php``, i.e. ``Af_ExamplePlugin`` should be copied to ``plugins.local/af_exampleplugin``.
-## Additional plugins (maintained on this site but not bundled with tt-rss)
+## Additional plugins
+
+### Maintained on this site but not bundled with tt-rss
Complete list is [available here](https://git.tt-rss.org/explore/repos?q=plugin&topic=1).
-## Third party plugins
+------------------
+
+### Third party plugins
* Third party plugins may be unmaintained and incompatible with newer tt-rss code (especially those from the old forums). Please report plugin-related problems to their developers.
* See also: [themes & plugins subforum](https://discourse.tt-rss.org/c/tiny-tiny-rss/themes-and-plugins).