diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-05 19:59:55 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-05 19:59:55 +0000 |
| commit | 54771ac70bd4516d566d558318f46253919ff5c4 (patch) | |
| tree | b5725a36575945d00acbb63dcc13444b1faaff33 /Plugins.md | |
| parent | 987e283677bde3d3f5926655a4673fb38961d08b (diff) | |
Switch to GitHub format for alerts/notifications (part 2).
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 |