From 8206383ee59f393467d70279f113b18a32bb2a30 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sun, 9 Jan 2022 14:36:07 +0100 Subject: [PATCH] Filters settings helper text tidy-up --- changedetectionio/templates/edit.html | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/changedetectionio/templates/edit.html b/changedetectionio/templates/edit.html index 8fb2e1b6..30a40db2 100644 --- a/changedetectionio/templates/edit.html +++ b/changedetectionio/templates/edit.html @@ -121,11 +121,15 @@ User-Agent: wonderbra 1.0") }}
{{ render_field(form.trigger_text, rows=5, placeholder="Some text to wait for in a line /some.regex\d{2}/ for case-INsensitive regex - ") }}
- Text to wait for before triggering a change/notification, all text and regex are tested case-insensitive.
- Trigger text is processed from the result-text that comes out of any CSS/JSON Filters for this watch.
- Each line is process separately (think of each line as "OR")
- Note: Wrap in forward slash / to use regex example: /foo\d/ + ") }} + +
    +
  • Text to wait for before triggering a change/notification, all text and regex are tested case-insensitive.
  • +
  • Trigger text is processed from the result-text that comes out of any CSS/JSON Filters for this watch
  • +
  • Each line is process separately (think of each line as "OR")
  • +
  • Note: Wrap in forward slash / to use regex example: /foo\d/
  • +
+