Feature summary:
I would like to create this kind of list with VisualEditor:
Ordered item following unordered item: # item 1 #* example for 1 ## item 1.a. ##* example for 1.a. Nested unordered list inside ordered list inside unordered list: * item *# sub *#* sub-sub
Redesign proposal:
- Even on a nested list, only one list type (ordered/unordered) should be highlighted in menu (matching with last level).
- Clicking on highlighted list menu item (to disable list) should only remove the last indentation level. So, if you are on level-3 *#*, item content will get down to level-2 *#.
- Switching list type (ordered/unordered) should only change current item or selected items. You will have to select the whole list to fully switch it from ordered list to unordered list.
Use case(s):
This kind of complex list are sometimes used on Wiktionary (example).
Benefits:
Currently, they can be created only in wikitext editing.






