summaryrefslogtreecommitdiff
path: root/Plugins.md
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins.md')
-rw-r--r--Plugins.md19
1 files changed, 8 insertions, 11 deletions
diff --git a/Plugins.md b/Plugins.md
index 99027bf..aaae52c 100644
--- a/Plugins.md
+++ b/Plugins.md
@@ -27,9 +27,8 @@ https://github.com/topics/tt-rss-plugin , https://github.com/topics/ttrss-plugin
### Installing plugins
-[!NOTE]
-
- First party plugins can be added via built-in plugin installer in `Preferences` → `Plugins`.
+> [!NOTE]
+> First party plugins can be added via built-in plugin installer in `Preferences` → `Plugins`.
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``,
@@ -41,15 +40,13 @@ https://github.com/supahgreg?tab=repositories&q=tt-rss-plugin&sort=name
## Third party plugins
-[!WARNING]
-
- We’re not responsible for third party plugins. Use at your own risk.
-
-[!NOTE]
+> [!WARNING]
+> We’re not responsible for third party plugins. Use at your own risk.
- 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.
+> [!NOTE]
+> 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.
### Sharing plugins