No description
Find a file
2023-10-04 10:53:42 -07:00
src Code organization/consolidation 2023-10-04 10:53:42 -07:00
.eslintignore first commit 2023-08-22 13:29:36 -07:00
.eslintrc first commit 2023-08-22 13:29:36 -07:00
.gitignore Adding text transform functions and commands 2023-08-22 19:05:41 -07:00
.npmrc first commit 2023-08-22 13:29:36 -07:00
LICENSE Create license 2023-09-03 22:41:00 -07:00
manifest.json Code organization/consolidation 2023-10-04 10:53:42 -07:00
package.json Code organization/consolidation 2023-10-04 10:53:42 -07:00
README.md Create readme 2023-09-03 22:40:25 -07:00
rollup.config.js first commit 2023-08-22 13:29:36 -07:00
tsconfig.json first commit 2023-08-22 13:29:36 -07:00
version-bump.mjs first commit 2023-08-22 13:29:36 -07:00
versions.json first commit 2023-08-22 13:29:36 -07:00

Text Transform

Convert selected text to lower, upper, or title casing.

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.

Note

This is an experimental plugin to teach myself how to develop for Obsidian. At this time I am happy to look at bug fixes, but will not be adding new features or taking feature requests.