Liveformattingshipped v1.0.0
Text Diff
Compare two text inputs with 3 view modes: side-by-side (split view with color-coded changes), inline (single column with +/- markers), and unified diff (standard patch format, copyable). Features include ignore whitespace, ignore case, swap sides, line count stats (added/removed/unchanged), and copy unified patch output. Uses LCS (Longest Common Subsequence) algorithm for accurate line-level diffing.
diffcomparetextpatchmergelcs
original4 lines
modified5 lines
+2−1=3
Hello World
Hello World
This is the new line 2
This is line 2
Line 3 is here
Line 3 is here
Another line
Final line
Final line
Added: 2
Removed: 1
Unchanged: 3
Total lines: 5
🔒 LCS-based line diff. Supports side-by-side, inline, and unified patch format.