mirror of
https://github.com/ipshing/obsidian-text-transform.git
synced 2026-07-22 08:30:29 +00:00
22 lines
807 B
Markdown
22 lines
807 B
Markdown
# Text Transform
|
|
|
|
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.
|
|
___
|
|
|
|
## Donations
|
|
|
|
If you like Text Transform and want to support further development of this and other plugins, please consider donating: [https://ko-fi.com/ipshing](https://ko-fi.com/ipshing)
|
|
|
|
[](https://ko-fi.com/ipshing)
|