feat: implement text diff tool

This commit is contained in:
2024-05-14 22:35:27 +02:00
parent 91fe326261
commit 9582eab403
4 changed files with 47 additions and 19 deletions

View File

@@ -55,7 +55,7 @@ export const toolGroups = {
shortTitle: "HTML",
longTitle: "HTML Encoder / Decoder",
description:
"Encode or decode all the applicable characters to their corresponding HTML entities",
"Encode or decode all the applicable characters to their corresponding HTML entities",
keywords: "html encoder escaper decocder unescaper",
href: "/encoders-decoders/html",
},
@@ -64,7 +64,7 @@ export const toolGroups = {
shortTitle: "URL",
longTitle: "URL Encoder / Decoder",
description:
"Encode or decode all the applicable characters to their corresponding URL entities",
"Encode or decode all the applicable characters to their corresponding URL entities",
keywords: "url encoder escaper decocder unescaper",
href: "/encoders-decoders/url",
},
@@ -139,10 +139,10 @@ export const toolGroups = {
},
diff: {
Icon: icons.Diff,
shortTitle: "Text diff",
longTitle: "Text Inspector & Case Converter",
description: "Analyze text and convert it to a different case",
keywords: "case converter convert text inspector inspect",
shortTitle: "Text Diff",
longTitle: "Text Comparer",
description: "Compare two texts and highlight the differences",
keywords: "text comparer compare diff highlight",
href: "/text/diff",
},
},