From 8a7221b9463864eb170ceae46e84be37a98eaab3 Mon Sep 17 00:00:00 2001 From: ipshing Date: Fri, 29 Aug 2025 15:35:09 -0700 Subject: [PATCH] Update readme --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4de5932..13b7984 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,18 @@ # Text Transform -Convert selected text to lower, upper, or title casing. +Convert selected text to different cases or perform other text manipulations such as adding lines above/below. Text cases supported: + +- lowercase +- UPPERCASE +- Title Case +- camelCase +- PascalCase +- snake_case +- kebab-case ## How to use -Select text in an editor and use one of the Text Transform commands from the Command Palette to convert the selected text. -For conversion to title case, there are overrides to ignore user-defined words as well as define characters other than a -space to mark word boundaries. +Select text in an editor and use one of the Text Transform commands from the Command Palette to convert the selected text. For conversion to title case, there are overrides to ignore user-defined words as well as define characters other than a space to mark word boundaries. ___ ## Donations