diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-05 19:36:03 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-05 19:36:03 +0000 |
| commit | ff9e9009c63b300eb7e19033cccceaa6ca7ee0a1 (patch) | |
| tree | 0fb6e9666a3b3c496ab4a35677a642500ba76887 /Content-Filters.md | |
| parent | 53aa4f30db9149fa200d8106d895cfe11aca8338 (diff) | |
First pass at fixing links and some formatting.
Diffstat (limited to 'Content-Filters.md')
| -rw-r--r-- | Content-Filters.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Content-Filters.md b/Content-Filters.md index c9708ce..74a6aaa 100644 --- a/Content-Filters.md +++ b/Content-Filters.md @@ -61,7 +61,7 @@ actually delete anything from the database 3. ``Set starred`` - sets article starred automatically on import 4. ``Assign tags`` - assigns a comma-separated list of custom tags on import 5. ``Publish article`` - sets article published automatically on import -6. ``Modify score`` ([Scoring](Scoring.md)) - modifies article overall score based on +6. ``Modify score`` ([[Scoring]]) - modifies article overall score based on the parameter, a signed integer number. Final article score is calculated after all filters had been applied and is a sum of all matched scoring actions. 7. ``Assign label`` - assigns specified label to the article on import 8. ``Stop / Do nothing`` - stops further filter processing for this article, no following filters will be checked nor rules applied. |