76

Let's say I write up a bunch of rows and decide I want to make it a list:

Item 1 Another Item Something Else 

When I mark each line and click the "List" button (doesn't matter which one), the Editor takes all three rows and makes one list item out of them, ignoring the line-breaks.

The output will simply be:

- Item 1 Another Item Something Else 

It would be far more useful and less buggy if it would instead create one list item for each line:

- Item 1 - Another Item - Something Else 
7
  • 5
    Please! Especially with all the new users who post lists in code blocks or quotes. This would make editing so much easier! Commented Mar 6, 2013 at 0:52
  • 1
    @RichardJ.RossIII: The idea is that the conversion from Item to - Item is applied when the button is pressed, instead of gluing the lines together. Commented Mar 6, 2013 at 2:46
  • @minitech it appears I misread that. Oops Commented Mar 6, 2013 at 3:28
  • 7
    +1 so much! I've always been so frustrated with the way this works, but never thought to make a meta post about it. The list button is completely broken (same problem with numbered lists too). I always end up typing in the markup directly for lists. Commented Mar 7, 2013 at 21:39
  • If you meant to bump the question with that edit, please make your edits substantial. Otherwise just offer a bounty. Commented Apr 14, 2013 at 11:44
  • @Bart didn't mean to bump. But bounty sounds good. Commented Apr 14, 2013 at 11:46
  • 4
    I don't understand why you would want your list to all be on one line. Commented Apr 16, 2013 at 13:52

1 Answer 1

7

You can use this userscript for Chrome (should be easy to make it work on Firefox):

enter image description here

2
  • Any Safari support? Commented Jul 30, 2016 at 20:56
  • 1
    @Peanut no idea Commented Jul 30, 2016 at 21:02

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.