django-cms / djangocms-text-ckeditor

Text Plugin for django CMS using CKEditor 4
https://www.django-cms.org/en/repositories-plugins/
BSD 3-Clause "New" or "Revised" License
167 stars 185 forks source link

No way to unset a link #648

Closed jrief closed 1 year ago

jrief commented 1 year ago

If someone wants to remove a link from a text element, the only possibility is to retype that text instead of the existing LinkPlugin. This is quite inconvenient.

Therefore I added some functionality to remove the Plugin from the CKEditor's context, if someone removed that plugin inside its own implementation.

This however requires a small modification of the code.