Ryan Morrissey27 downloadsChange selected text to familiar case styles with a small, dependency-free command set.
A small, dependency-free case converter for selected text, with support for multiple selections.
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.
Run the checks with:
npm run check
The plugin is intentionally no-build. Obsidian loads main.js directly.
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.
MIT