bnzk / django-ckeditor-link

link plugin for ckeditor, based on django modelforms/modeladmin, allowing direct linking to your models, or whatever
GNU General Public License v2.0
2 stars 2 forks source link

recognize "normal" hrefs as links #11

Closed benzkji closed 6 years ago

benzkji commented 7 years ago

<a href="whatever"> should not be interpreted as not existing link, this is important for legacy ckeditor content, that was used with the default link button. also think solution for target?.

thought: a setting, the defines the field of the link form, where the href and/or target is put into.

benzkji commented 6 years ago

see readme: djangolinkFallbackField in CKEDITOR_CONFIGS.