diff --git a/changedetectionio/templates/edit.html b/changedetectionio/templates/edit.html index bf07fa3be..c7ac38127 100644 --- a/changedetectionio/templates/edit.html +++ b/changedetectionio/templates/edit.html @@ -333,7 +333,14 @@ nav So it's always better to select Added+Replaced when you're interested in new content.
When content is merely moved in a list, it will also trigger an addition, consider enabling Only trigger when unique lines appear - +
+ {{ render_checkbox_field(form.check_unique_lines) }} + Good for websites that just move the content around, and you want to know when NEW content is added, compares new lines against all history for this watch. +
+
+ {{ render_checkbox_field(form.remove_duplicate_lines) }} + Remove duplicate lines of text +
{{ render_checkbox_field(form.sort_text_alphabetically) }} Helps reduce changes detected caused by sites shuffling lines around, combine with check unique lines below. @@ -342,15 +349,6 @@ nav {{ render_checkbox_field(form.trim_text_whitespace) }} Remove any whitespace before and after each line of text
-
- {{ render_checkbox_field(form.remove_duplicate_lines) }} - Remove duplicate lines of text -
- -
- {{ render_checkbox_field(form.check_unique_lines) }} - Good for websites that just move the content around, and you want to know when NEW content is added, compares new lines against all history for this watch. -
{{ render_field(form.trigger_text, rows=5, placeholder="Some text to wait for in a line