2amigos / yii2-ckeditor-widget

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

Adding Code Highlight Plugin #28

Closed mtangoo closed 9 years ago

mtangoo commented 9 years ago

I have a CKEditor extension I have been using and its having a highlightjs for Code syntax highlighting and a Pack of Emoticons for my forum. Now I want to migrate to this extension and need to know if there is easy way to add them without tampering with vendors DIR. Is there a way/plan to have them? They are pretty basic of stuffs these days

tonydspaniard commented 9 years ago

You can easily extend the CKEditorAsset.php and point to your custom ckeditor assets folder.

mtangoo commented 9 years ago

So no way to avoid it modifying sources?

tonydspaniard commented 9 years ago

You can do it your self. And point the override CKEditorAsset to access those. Otherwise, you have to talk to CKEditor package administrators to include those for you. I have no control over that.

mtangoo commented 9 years ago

I see. I was looking for Impossible. I will have to go that way!