strapi-plugin-ckeditor icon indicating copy to clipboard operation
strapi-plugin-ckeditor copied to clipboard

Is there a way to customize a custom toolbar?

Open Przemek625 opened this issue 2 years ago • 2 comments

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

Przemek625 avatar Jan 10 '23 18:01 Przemek625

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?

MokDevelopment avatar Mar 05 '23 01:03 MokDevelopment

Anyone one the ckeditor team looking into this?

H-Gomez avatar Apr 24 '24 20:04 H-Gomez