This plugin adds text capitalization options to the Markdown editor. In the menu Edit --> Capitalization you will find 6 commands that can be applied after selecting text:
This is great. I actually have this in my backlog as well but haven't done it yet.
Do you mind adding two more commands for East Asian languages so I don't have to create a slightly different plugin? They are
Fullwidth to Halfwidth characters ( Word -> word )
Halfwidth to Fullwidth characters (word -> Word)
I can do a pull request sometime later if you're not familiar with these problems.
Also I think it will be better if the selection is kept after the conversion. What do you think?
As mentioned, this is by design. But I can see how this can be a matter of personal preference. In v0.3.2 there is a new setting: Always lowercase text first.
Thanks for the update I do find this plugin useful!
I did notice that the text in the plugin settings suggests that this is off by default?
Also the toolbar button does not appear to have a .disabled state and so remains dark even when the toolbar is inactive and all the other toolbar icons have taken on a lighter, disabled appearance. The screengrab below is of the Markdown Editor when displaying only the Viewer Pane.
I noticed that many plugin-registered buttons, including Freehand Drawing, behave similarly. Not sure how to fix this, but I may have found a hint here.