Replies: 1 comment
-
This also aligns nicely with #396 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
How about having a hotkey to change current list level between different styles, like numbered, dashed, lettered?
So let's say I have:
Where cursor is denoted here by
|
.My proposition is: if user hits hotkey for changing list style, I'd expect the result to be:
Hit again and we have
Hit again and we are back to initial state of 1., 2., ... and the circle goes on indefinitely. Other option is to let users assign specific hotkeys to specific styling (like. alt+ctrl+1 makes list numerical, alt+ctrl+- makes it dashed, alt+ctrl+a listed by letters and so on, configurable of course)
I'd start with these three standard ones for simplicity of development.
For circulating hotkey variant optionally give user possibility to add own enumeration styles, or expand the predefined list with option to select those styles that should be circled through.
For one style - one hotkey variant it's self explanatory.
What are your opinions?
Beta Was this translation helpful? Give feedback.
All reactions