mostafaznv / nova-ckeditor

CkEditor 5 Field for Laravel Nova with Media & Snippet Browsers
https://mostafaznv.gitbook.io/nova-ckeditor/
MIT License
51 stars 21 forks source link

GeneralHtmlSupport #56

Closed Brand3000 closed 1 year ago

Brand3000 commented 1 year ago

Hello! It'd be great to have the GeneralHtmlSupport plugin included. Actually, I have added it myself, but don't want to spawn a new branch.

mostafaznv commented 1 year ago

Hi, I believe we already have this feature. Please check the screenshot for reference. You can toggle this button using the config file: https://github.com/mostafaznv/nova-ckeditor/blob/f5928e1d84c41de4609337bf43cd5deb61e221df/config/nova-ckeditor.php#L150


Screenshot: Screenshot 1402-04-06 at 22 20 46

Brand3000 commented 1 year ago

You definitely don't have it. It's not about the Source code feature. It's about this https://ckeditor.com/docs/ckeditor5/latest/features/html/general-html-support.html#configuration

mostafaznv commented 1 year ago

I got it. I will add this feature soon.

mostafaznv commented 1 year ago

Please update the package to v5.1.1 For more information, please refer to the documentation.

Brand3000 commented 1 month ago

I came across with a situation that this feature doesn't work with the HR tag. Could you give me a clue if there's a way in existence to solve that?