diff --git a/diff-checker/index.html b/diff-checker/index.html new file mode 100644 index 0000000..0b4c854 --- /dev/null +++ b/diff-checker/index.html @@ -0,0 +1,495 @@ + + + + + + + Diff Checker + + + +
+
+
Writing · Compare
+

Diff Checker

+

Paste two versions of your text and see exactly what changed — additions and + deletions highlighted inline, word by word or line by line. Everything stays on your device.

+
+ +
+
+ + +
+
+ + +
+
+ +
+
+ + +
+
+ 0 added + 0 removed +
+ + + +
+ +

+
+ + +
+ + + + diff --git a/screenshots/diff-checker.webp b/screenshots/diff-checker.webp new file mode 100644 index 0000000..c05044d Binary files /dev/null and b/screenshots/diff-checker.webp differ diff --git a/tools.json b/tools.json index 56f41fa..5e50282 100644 --- a/tools.json +++ b/tools.json @@ -1,5 +1,5 @@ { - "catalogVersion": 23, + "catalogVersion": 24, "tools": [ { "dir": "color-capture", @@ -224,6 +224,14 @@ "glyph": "🎯", "color": "#4d63ff", "version": 2 + }, + { + "dir": "diff-checker", + "name": "Diff Checker", + "description": "Compare two versions of any text and see exactly what changed — additions and deletions highlighted inline, word by word or line by line.", + "glyph": "🔀", + "color": "#c026d3", + "version": 1 } ] }