When text like this is selected:
A
B
C
And the list icons () are hit, it should result in this:
- A
- B
- C
Instead of what it does now:
- A B C
So basically, break each line into a bullet automatically.
When text like this is selected:
A
B
C
And the list icons () are hit, it should result in this:
Instead of what it does now:
So basically, break each line into a bullet automatically.
We will probably do something like this when we bite the bullet and convert (aka “fork”) the editor to full on Ember.js.
This is on our list and @eviltrout is open to it, but it is not on the path to V1.0 which is our main goal for the next 4-6 weeks.
Couldn’t you temporarily just replace the character after newline with “-” + first character?