mirror of
https://github.com/matthewalner/obsidian-toggle-case.git
synced 2026-07-22 07:10:24 +00:00
No description
| build-scripts | ||
| src | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| manifest.json | ||
| package.json | ||
| README.md | ||
| styles.css | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
| yarn.lock | ||
NO LONGER SUPPORTED
Warning
i've stopped maintaining this repo as personally i've moved to using obsidian-editor-shortcuts it does everything this plugin does and way more.
Toggle Case
This Obsidian plugin adds a command to toggle the case of your selection between lowercase => Title Case => UPPERCASE
| Command | Shortcut * |
|---|---|
| Toggle Case | Not set |
Multiple Cursors
The shortcut also works with multiple cursors:
Installing the plugin
Refer to the official installation instructions for third-party plugins here.
Configuring settings
Go to Settings → Hotkeys to customise the keyboard shortcut for "Toggle Case".
Thanks
Many thanks to obsidian-editor-shortcuts from which this is largely copied / based on. Take a look if you want a much more comprehensive set of common code editor shortcuts.
https://user-images.githubusercontent.com/2782730/206288618-2b1cebd5-14f5-4e06-b353-fbc740394ea8.mp4