# Auto-convert text to lists

**URL:** https://meta.discourse.org/t/auto-convert-text-to-lists/16614
**Category:** Feature
**Created:** [17 ביוני,‏ 2014,‏ 1:48pm UTC](https://meta.discourse.org/t/auto-convert-text-to-lists/16614 "2014-06-17T13:48:29Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![NomNuggetNom](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nomnuggetnom/32/122685_2.png) [@NomNuggetNom](https://meta.discourse.org/u/NomNuggetNom)
#### Post date: [17 ביוני,‏ 2014,‏ 1:48pm UTC](https://meta.discourse.org/t/auto-convert-text-to-lists/16614/1 "2014-06-17T13:48:29Z")

</div>

When text like this is selected:

```
A
B
C

```

And the list icons ( ![](https://global.discourse-cdn.com/meta/original/3X/b/5/b591a3f471babc4adda720844cddb0fbdcc51cfc.png)) 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.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [17 ביוני,‏ 2014,‏ 8:36pm UTC](https://meta.discourse.org/t/auto-convert-text-to-lists/16614/2 "2014-06-17T20:36:51Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![NomNuggetNom](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nomnuggetnom/32/122685_2.png) [@NomNuggetNom](https://meta.discourse.org/u/NomNuggetNom)
#### Post date: [22 ביוני,‏ 2014,‏ 7:59pm UTC](https://meta.discourse.org/t/auto-convert-text-to-lists/16614/3 "2014-06-22T19:59:42Z")

</div>

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

---

<div class="post-metadata">

### Author: ![chapoi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapoi/32/537252_2.png) [@chapoi](https://meta.discourse.org/u/chapoi)
#### Post date: [4 בדצמבר,‏ 2025,‏ 11:14am UTC](https://meta.discourse.org/t/auto-convert-text-to-lists/16614/4 "2025-12-04T11:14:27Z")

</div>


