Convert case
approvedby Ryan Morrissey
This plugin has not been manually reviewed by Obsidian staff. Change selected text to familiar case styles with a small, dependency-free command set.
Convert case
A small, dependency-free case converter for selected text, with support for multiple selections.
Get started
Select text in a note, open the command palette, and run one of the Convert case commands.
To add a keyboard shortcut, open Settings → Hotkeys and search for Convert case.
Available conversions
- Title case
- Upper case
- Lower case
- Swap case
- Camel case
- Pascal case
- snake_case
- kebab-case
Development
Run the checks with:
npm run check
The plugin is intentionally no-build. Obsidian loads main.js directly.
Release
Run the release bump helper:
npm run release:patch
Use release:minor, release:major, or npm run release:bump -- 0.2.0 when needed. Then run the git commands printed by the helper. Pushing the tag starts the GitHub release workflow.
License
MIT
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.