Multiple block selection
How to select more than one block and perform action like bold or italic to whole selection?
Hi, @zeinabzahran
As of version 2.29.0-rc.0, editor.js still does not support perform inline actions across mutiple blocks.
Hi,Have you found a way to achieve this requirement?
I can look at it one of these days
this will be really helpful
I've somewhat achieved this by using a MutationObserver on the editor__redactor element, and save which blocks contain the 'selected' class, showing the inline toolbar manually after the mouse up event (adding the necesary classes) and then extending the Inline Tools you need to also handle cross block selections ann apply the styling to all [contenteditable=true] elements