timhor / obsidian-editor-shortcuts

Obsidian plugin to add keyboard shortcuts commonly found in code editors such as Visual Studio Code (vscode) or Sublime Text
MIT License
347 stars 24 forks source link

[Feature Request] New command: Toggle Case #51

Closed pdelre closed 1 year ago

pdelre commented 1 year ago

In addition to the existing "Transform selection to x case", it'd be nice to support a "Toggle Case" which can rotate through the three states (upper, lower, title). This functionality is covered in another plugin, https://github.com/MatthewAlner/obsidian-toggle-case, but feels like a better fit to add the feature here than install an additional plugin.

Thank you for the plugin!

timhor commented 1 year ago

This is now available in v1.12.0, thanks to #47 by @MatthewAlner

pdelre commented 1 year ago

TYVM @MatthewAlner & @timhor!