Sorry, but Unlike the Obsidian-native Shortcuts,
most of these Plugins don’t support formatting Multi-Selects or Table-Ranges.
They also don’t undo the alternative Markup,
so if you have **text** and apply the Wrapper or other Plugins
you usually end up with __**text**__ instead of text.
Just add me here as +1. Markdown’s greatest syntactic fault is not defining asterisks as bold and underscore as emphasis. I wish they’d fix this permanently.
IMPORTANT: if the devs want to implement this (i am hopeful they will), an important thing to consider is text selection, in both normal mode and vim mode “underscore” is considered a part of the word unlike “asterisks”. This is why trying to select italic text made using “underscore” will select the word + underscore unlike when using “asterisks”.
I think this is why they preferred using asterisks for italic instead of underscore in the first place.
Seems like this should be a pretty easy feature to implement since Obsidian already supports both, it’s just a question of what characters get inserted when using the hotkeys. Too bad Obsidian is not open source, because this would be solved in an afternoon by a the community.
Just coming to chime in my 2¢ , personally would love to have this directly be able to individually be set in the Editor settings.
I use the Linter plugin and this allows for easy changing emphasis to the user preferred style (I personally like many others here use _ to distinguish italics, while using ** for bolded text)
So fairly nice in the meantime as a good stop-gap since I use the linter plugin for many other aspects. This allows for always set the emphasis style to be underscore to ensure _ is used.
Makes it simple to still allow for Crtl+b keyboard hotkey shortcut, while linter updates on file save to my preferred characters.