ckeditor / ckeditor5

Powerful rich text editor framework with a modular architecture, modern integrations, and features like collaborative editing.
https://ckeditor.com/ckeditor-5
Other
9.65k stars 3.71k forks source link

Possible workarounds for the lack of inline editable widgets? #16136

Open DeltekDavid opened 8 months ago

DeltekDavid commented 8 months ago

📝 Is there a way to mimic inline buttons and custom editable ranges?

So, there's currently no support for editable inline widgets. (Bummer!) Can we still achieve the below requirements with some custom event handling logic?

(CKEditor5 ticks literally every other box for us, and we want to make it work. Specifically, we've not found collaborative track change editing anywhere else. Other controls tend to offer either collaboration, or track changes, or neither...but if there's one that offers both, we've yet to see it!)

rgpublic commented 4 months ago

You can actually create them by using a normal widget, giving it a class and styling it display: inline-block.