obsidian-open-with icon indicating copy to clipboard operation
obsidian-open-with copied to clipboard

Generated command ID has spaces

Open huyz opened this issue 3 years ago • 2 comments

For the mac app "CleanShot X", the generated command ID is open-with:open-file-with-cleanshot x Notice the space right before the x.

Unfortunately this means that I cannot create a shortcut with https://github.com/esm7/obsidian-vimrc-support#executing-obsidian-commands-with-obcommand because spaces aren't allowed.

Can spaces be converted to -? Thanks

huyz avatar Nov 07 '22 15:11 huyz

Came here to ask/request the same thing 👍

luckman212 avatar Nov 18 '22 12:11 luckman212

The workaround is simply to rename the command to not have space, which is what I did

huyz avatar Nov 18 '22 13:11 huyz