Auto-convert text to lists

When text like this is selected:

A
B
C

And the list icons () are hit, it should result in this:

  1. A
  2. B
  3. C

Instead of what it does now:

  1. A B C

So basically, break each line into a bullet automatically.

5개의 좋아요

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.

1개의 좋아요

Couldn’t you temporarily just replace the character after newline with “-” + first character?