This Plugin provides a simple WYSIWYG Editor for Markdown and in addition a command line interface. The command line interface facilitate a faster workflow.
Is your feature request related to a problem? Please describe.
I would like that there is a button, that I could click it immediately and "surround" a selection with <kbd>%s</kbd> (or, akin to `, it would put the cursor on the %s token)
Bonus points for converting WinKey+Ctrl+Shift+B to <kbd>WinKey</kbd>+<kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>B</kbd> (WinKey+Ctrl+Shift+B)
(I'd say split on +, and apply <kbd>%s</kbd> on r'\S+')
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe. I would like that there is a button, that I could click it immediately and "surround" a selection with
<kbd>%s</kbd>
(or, akin to`
, it would put the cursor on the%s
token)Bonus points for converting
WinKey+Ctrl+Shift+B
to<kbd>WinKey</kbd>+<kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>B</kbd>
(WinKey+Ctrl+Shift+B)(I'd say split on
+
, and apply<kbd>%s</kbd>
onr'\S+'
)Describe the solution you'd like A clear and concise description of what you want to happen.
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.