createwithrani / superlist

Nest multiple blocks inside lists of any kind of list (ordered, unordered, no marker, etc), or do away with list markers and use it like a repeater!
https://wordpress.org/plugins/superlist-block/
GNU General Public License v2.0
20 stars 6 forks source link

Add ability to double-enter to create a new list item #7

Open aurooba opened 2 years ago

aurooba commented 2 years ago

Right now the only way to add another list item is to either use the Add button in the list-item toolbar or use the block inserter. It would be seriously handy if you could just press Enter twice while in a list item, to add a new list item underneath and switch focus to the first paragraph in it to start typing.

aurooba commented 2 years ago

Related #6

aurooba commented 2 years ago

Upon some reflection, I'm not sure this is the right method. Using a an enter transform with maybe the characters >> might be more in line with what the Block Editor API already provides.