mirror of
https://github.com/tt-rss/tt-rss.github.io.git
synced 2026-09-18 14:11:46 +00:00
Add a note about third-party plugins.
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user