Replies: 1 comment 1 reply
-
@dukio I was looking for a solution for that as well and found out that you can trim those whitespaces altogether from the text, using "Extract text" regex, like so:
It will get rid of any whitespace at the beginning of a line and the end of a line. Important note, it will work when a new change appears - changedetection somehow caches old output with spaces. Either wait for the next change or clear history to see the trimmed result. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, is there any way to trim each line of the output currently? if no... I think it would be really useful to add as a feature 😁
Here's an example, I'm getting diffs like this:
As you can see there's a lot of useless spaces at the beginning of each line that makes the diff harder to read on notifications (like in telegram)... so it would be great if I could get rid of those!
Beta Was this translation helpful? Give feedback.
All reactions