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.34k stars 3.68k forks source link

Support for editable inline widgets in CKEditor 5 #1729

Open jswiderski opened 5 years ago

jswiderski commented 5 years ago

Is this a bug report or feature request? (choose one)

🆕 Feature request

At the moment editable inline widgets are not supported in CKEditor 5 although the general widget mechanism allows creating editables on elements like span.

Are there any plans to introduce full support inline editable widgets?


If you'd like to see this feature implemented add 👍 to this post.

Reinmar commented 5 years ago

There are no plans for now to allow creating nested editables in inline widgets. But such a feature would make a lot of sense and I always wanted to see it in CKEditor 4.

jswiderski commented 4 years ago

The feature has been assked for in tickets: 59339.

AndrewSparrowww commented 4 years ago

This would be super powerful feature! Let's bumb to get more popularity.

lavir commented 2 years ago

No updates since last September. Any news, or status updates?

letdowncrush commented 1 year ago

Another vote for this. It would be super useful for us.

tylerdoreilly commented 1 year ago

This would be a nice feature. Another vote for this for sure.

You can get around this limitation by adding a popup with a form to the placeholder.

For help use the tutorial Getting user input with a custom UI at: https://ckeditor.com/docs/ckeditor5/latest/framework/plugins/abbreviation-plugin/abbreviation-plugin-level-2.html

taursharad commented 1 year ago

any update on this feature

DeltekDavid commented 5 months ago

Any update on this one? We're looking at CKEditor5 and this may be a dealbreaker for us :( We'd prefer to avoid the jarring experience of popping a dialog just to edit a special range of inline text (think units-of-measure or a specialized fill-in-the-blank with some logic behind it).