From 51a2de9a3f18e303d50f41feaeb2c96fd4285a10 Mon Sep 17 00:00:00 2001 From: supahgreg Date: Mon, 10 Nov 2025 03:54:50 +0000 Subject: [PATCH] Add a note about third-party plugins. --- docs/Content-Filters.md | 5 +++-- docs/Plugins.md | 13 ++++++++----- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/docs/Content-Filters.md b/docs/Content-Filters.md index b48695c..227d6bf 100644 --- a/docs/Content-Filters.md +++ b/docs/Content-Filters.md @@ -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. /) when writing regular -expressions. + +{: .warning } +> Do not include delimiters (e.g. /) when writing regular expressions. ### Matching articles and applying actions diff --git a/docs/Plugins.md b/docs/Plugins.md index 43ca2f6..3ba85a6 100644 --- a/docs/Plugins.md +++ b/docs/Plugins.md @@ -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. , , 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 - + ### API plugins