mirror of
https://github.com/ipshing/obsidian-text-transform.git
synced 2026-07-22 08:30:29 +00:00
Update readme
This commit is contained in:
parent
08d5b92036
commit
8a7221b946
1 changed files with 10 additions and 4 deletions
14
README.md
14
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue