editor icon indicating copy to clipboard operation
editor copied to clipboard

Feature: Indented lists

Open bastianallgeier opened this issue 6 years ago • 6 comments

bastianallgeier avatar Jul 11 '19 12:07 bastianallgeier

It would be great if lists could not only have sublists but also - and for me that would be even more important - to have paragraphs and images inside a list item.

Consider this markdown example:

1. To create a new page, click on the "Add" button.
    => The page create dialog pops up.
    (image: page-create-dialog.png)
2. Next step.

texnixe avatar Aug 03 '19 08:08 texnixe

@texnixe unfortunately this is quite complicated :(

bastianallgeier avatar Aug 05 '19 10:08 bastianallgeier

@texnixe I've created a new ticket for it as it goes beyond just nested lists. https://github.com/bastianallgeier/editor/issues/27

bastianallgeier avatar Aug 05 '19 10:08 bastianallgeier

@bastianallgeier As I can imagine, but this is the sort of stuff I need as a technical writer. Well, at least it is possible with standard Markdown in a standard textarea.

texnixe avatar Aug 05 '19 10:08 texnixe

That's why I think it's important to have a markdown/html block as a fallback for all cases that cannot be handled by the editor yet.

bastianallgeier avatar Aug 05 '19 10:08 bastianallgeier

I would think that one list - ordered or not would be a block. Now they are probably more clever because you can reorder them using the current ui handles while they still make the correct list root elements and numbering. But the group be moved together.

Now that i am thinking about it what i wrote is probably totally obvious and this was just the simplest solution to lists. The beauty is that List block that would work as group with possible children could be made by anyone who needs it.

iskrisis avatar Aug 08 '19 14:08 iskrisis