Feature: Indented lists
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 unfortunately this is quite complicated :(
@texnixe I've created a new ticket for it as it goes beyond just nested lists. https://github.com/bastianallgeier/editor/issues/27
@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.
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.
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.