2amigos / yii2-ckeditor-widget

CKEditor WYSIWYG widget for Yii2.
https://2amigos.us/open-source/ckeditor-widget
Other
172 stars 111 forks source link

Any plan to include full ckeditor release instead of just the standard one? #136

Open twisted1919 opened 5 years ago

twisted1919 commented 5 years ago

As the title says, any plan for this?

Right now i have to extend the widget to load my own asset instead of yours just to load https://cdn.ckeditor.com/4.11.4/full/ckeditor.js instead of the release from ckeditor/ckeditor.

What is the point to include a full preset if you cannot use it ? The editor does not have all the features for that preset unless you actually load ckeditor full.

tonydspaniard commented 5 years ago

Hi @twisted1919 we have huge amount of problems with it (Check closed issues related to the subject https://github.com/2amigos/yii2-ckeditor-widget/issues/126#issuecomment-480532650).

If you know how to solve the issues with the version constraint (https://github.com/2amigos/yii2-ckeditor-widget/blob/master/composer.json#L32). Please feel free to recommend a merge request.

Maybe instead of using composer we should use npm but I didn't have time to test it my self personally yet. Any help on that?

twisted1919 commented 5 years ago

@tonydspaniard - i see now, okay... bad news then.

But, why not simply use the CDN version of ckeditor? The only disadvantage is that you'd always have to change the version when new ckeditor is released, but is it that bad? More details at https://cdn.ckeditor.com/

I dunno, right now i am fine with my fix which works for me, but not sure for the rest of people.