mirror of
https://github.com/ipshing/obsidian-text-transform.git
synced 2026-07-22 08:30:29 +00:00
No description
| src | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| LICENSE | ||
| manifest.json | ||
| package.json | ||
| README.md | ||
| rollup.config.js | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
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.