We installed your plug-in and we have a lot of issues.
In some cases, the text is cut but the color is not applied and it shows the color tag. Same with the new text, the text is bold but the color is not applied and I have the color tag at the beginning and at the end.
In other cases, it doesn’t show the entire deleted text or the new text is mixed with the deleted text.
Please check the uploaded photos and let us now how we can fix this. I really need this plug in.
“In other cases, it doesn’t show the entire deleted text or the new text is mixed with the deleted text.” - This is how the plugin works, there are no issues here. But we’ve added an updated to differentiate modes: By Chars, By Words, By Sentences.
“In some cases, the text is cut but the color is not applied and it shows the color tag. Same with the new text, the text is bold but the color is not applied and I have the color tag at the beginning and at the end.” - to fix this you can omit bbcode tags.
I’ve been using it to compare text versions, especially to highlight deleted or updated content with visual cues like strikethrough in red.
However, I’ve encountered an issue: when deleted text is displayed (e.g. with a red strikethrough), the plugin also outputs internal CSS variables such as color-var(--color-base-fixed,#202122) directly into the visible text.
You can see the problem in the attached screenshot — instead of a clean red strikethrough, the diff includes raw variable names, which makes the output look broken or unstyled.
It seems like the plugin is injecting styling information directly into the content rather than applying it through proper CSS classes or inline styles.
Expected behavior:
Deleted or changed text should be styled visually (e.g. red strikethrough) without exposing any raw CSS variables or tokens in the rendered result.
Please let me know if this is a known bug or if you need additional context. Happy to help test a fix if needed.