ckeditor / strapi-plugin-ckeditor

CKEditor 5 custom field for Strapi.
https://market.strapi.io/plugins/@ckeditor-strapi-plugin-ckeditor
Other
65 stars 77 forks source link

Is there a way to customize a custom toolbar? #33

Open Przemek625 opened 1 year ago

Przemek625 commented 1 year ago

Is there a way to create a customize toolbar?

How can I enable forcePasteAsPlainText?

https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-forcePasteAsPlainText

MokDevelopment commented 1 year ago

Yeah until we cannot prevent users from selecting images, italic or h1 tags, layouts can get killed and we need editors who check gainst seo rules.

It is really bad practice to allow users without seo knowledge to define h tags - as they use it mostly for design purposes - which is also bad as now there is no corporate uniform design style for all articles.

Instead it would be better to allow classes... like

h2.main h3.sub

remove h1 as the site title is already h1 Also tables should be an advanced feature.

Can we not hook somehow in between to use the fantastic features of ckeditor?

H-Gomez commented 4 months ago

Anyone one the ckeditor team looking into this?