From 83fbc7ebf26678de9a695c05fd87e0f77959ef52 Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Wed, 23 Oct 2024 14:36:33 -0400 Subject: Add docs for new plugin manager filter keywords @update_available and @failed_to_load --- docs/guide/plugins.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/guide') diff --git a/docs/guide/plugins.md b/docs/guide/plugins.md index 0807f069..a064f967 100644 --- a/docs/guide/plugins.md +++ b/docs/guide/plugins.md @@ -37,6 +37,8 @@ In addition to finding plugins by name or description content, the search box in - `@installed` to only show installed plugins - `@enabled` to only show enabled plugins - `@disabled` to show plugins that are installed but not enabled) + - `@update_available` to show plugins that have updates to install + - `@failed_to_load` to show plugins that failed to load The following plugin categories are also searchable: -- cgit v1.3.1