editor-js / list

Advanced List tool for the Editor.js.
MIT License
48 stars 47 forks source link

Add ability to select multiple list items at a time for formatting or deletion #40

Open benlammers opened 2 years ago

benlammers commented 2 years ago

Current behaviour: As of now you can only select one list item at a time, this can make formatting and deleting items tedious

Expected behaviour: Add ability to select multiple list items at a time and apply styles and formatting to all at once or delete all

khanakia commented 1 year ago

I need the same features. It's irritating at the moment

jwnukoski commented 3 months ago

Seems to relate to not having contenteditable="true" in top level ul or ol element. I'm not sure if this creates any regressions. It seems to work well within Directus CMS. I've created a PR here https://github.com/editor-js/nested-list/pull/77.