From d6168340a32c7912f46e734666efeda7eec26b96 Mon Sep 17 00:00:00 2001 From: vlw Date: Tue, 14 Oct 2025 10:38:56 +0200 Subject: [PATCH] doc: update README --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2603aec..647db8f 100644 --- a/README.md +++ b/README.md @@ -13,14 +13,17 @@ This extension provides the following functionality: ### Open ticket by clicking the whole table column Tickets can be opened by clicking anywhere inside the subject column, not just on the link itself. +### (Optional) Agent name(s) +Current agent name or names can be defined explicitly or with a regular expression. + ### (Optional) Open ticket in a new tab Open tickets in a new tab instead of navigating to the ticket directly. -### (Optional) Dim tickets not assigned to current agent -Tickets not assigned to the current agent will be dimmed. +### (Optional) Dim tickets not assigned to current agent(s) +Tickets not assigned to the current agent(s) will be dimmed. ### (Optional) Move tickets assigned to current agent to the top > [!WARNING] > This feature is kind of broken at the moment. -Tickets assigned to the current agent will be placed at the top of the tickets table. \ No newline at end of file +Tickets assigned to the current agent(s) will be placed at the top of the tickets table. \ No newline at end of file