diff options
Diffstat (limited to 'Plugins.md')
| -rw-r--r-- | Plugins.md | 19 |
1 files changed, 8 insertions, 11 deletions
@@ -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 |