Add a note about third-party plugins.

This commit is contained in:
supahgreg
2025-11-10 03:54:50 +00:00
parent f54224af05
commit 51a2de9a3f
2 changed files with 11 additions and 7 deletions
+3 -2
View File
@@ -37,8 +37,9 @@ final matching.
all rules match.
- Regular expressions may be matched against several article fields, such
as, title, content, author, etc.
- Do not include delimiters (e.g. <code>/</code>) when writing regular
expressions.
{: .warning }
> Do not include delimiters (e.g. <code>/</code>) when writing regular expressions.
### Matching articles and applying actions
+8 -5
View File
@@ -42,11 +42,14 @@ i.e. ``Af_ExamplePlugin`` should be copied to ``plugins.local/af_exampleplugin``
{: .warning }
> We're not responsible for third party plugins. Use at your own risk.
>
{: .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.
> Third-party plugins may be unmaintained and incompatible with newer tt-rss
> code. Please report plugin-related problems to their developers.
{: .note }
> This list is old ([related issue](https://github.com/tt-rss/tt-rss.github.io/issues/6)).
> Consider discovering plugins via alternate methods (e.g. <https://github.com/topics/tt-rss-plugin>, <https://github.com/topics/ttrss-plugins>, etc.).
### Sharing plugins
@@ -92,7 +95,7 @@ i.e. ``Af_ExamplePlugin`` should be copied to ``plugins.local/af_exampleplugin``
#### Embed content from Tapastic rss streams
<https://github.com/ldidry/af_tapastic.git>
<https://github.com/ldidry/af_tapastic>
### API plugins