GetmeUK / ContentTools

A JS library for building WYSIWYG editors for HTML content.
http://getcontenttools.com
MIT License
3.95k stars 395 forks source link

Edit multiple paragraphs at once. #569

Open bcreeves opened 3 years ago

bcreeves commented 3 years ago

Is there a way to select multiple paragraphs and turn them into a bulleted list or delete them? It seems that only one paragraph can be edited at a time.

Thanks.

anthonyjb commented 3 years ago

@bcreeves excellent point.

Being able to select text across multiple paragraphs is tricky for the approach we currently use, however, I believe that with the rebuild we should address this issue at least to the extent you raise, so being able to select multiple blocks (such as paragraphs) in order to perform actions such as merging, deleting, converting to a list, etc.

anthonyjb commented 3 years ago

@bcreeves sorry I thought initially this was an issue raised as a feature request for CT 2 (I've had a few recently so was in that mindset), I will move this across to the feature requests section of the CT 2 repo now to keep track of this.

At the moment there's no support for selecting multiple blocks of editable content I'm afraid.