No description
Find a file
2024-09-10 16:57:25 +01:00
build-scripts Create a class for the case change functions 2022-12-05 21:49:40 +00:00
src Fix shouldSyncCaseMultiCursor bug 2022-12-07 20:26:08 +00:00
.editorconfig Initial commit 2022-12-05 20:06:14 +00:00
.eslintignore Initial commit 2022-12-05 20:06:14 +00:00
.eslintrc Initial commit 2022-12-05 20:06:14 +00:00
.gitignore Create a class for the case change functions 2022-12-05 21:49:40 +00:00
.npmrc Initial commit 2022-12-05 20:06:14 +00:00
esbuild.config.mjs Create a class for the case change functions 2022-12-05 21:49:40 +00:00
LICENSE Add Licence, update README 2022-12-07 19:44:42 +00:00
manifest.json 1.1.0 2022-12-11 19:49:56 +00:00
package.json 1.1.0 2022-12-11 19:49:56 +00:00
README.md fix callout in README 2024-09-10 16:57:25 +01:00
styles.css Initial commit 2022-12-05 20:06:14 +00:00
tsconfig.json Create a class for the case change functions 2022-12-05 21:49:40 +00:00
version-bump.mjs Initial commit 2022-12-05 20:06:14 +00:00
versions.json 1.1.0 2022-12-11 19:49:56 +00:00
yarn.lock add yarn lock 2022-12-05 20:11:51 +00:00

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