aimeos / ai-admin-jqadm

Aimeos e-commerce Vue.js+Bootstrap based admin interface
https://aimeos.org
GNU Lesser General Public License v3.0
182 stars 43 forks source link

text editor with poor options #220

Closed Michi1978 closed 2 years ago

Michi1978 commented 2 years ago

the text editor for the item description doesn't allow different font size? and also no colored text? and also no headlines with different classification e.g. H1, H2, H3? this is also very imprtant for SEO purpose. this is really very very poor. also a text and html preview would be fine. woocoemmerce has a very fine text editor with all required functions.

aimeos commented 2 years ago

We use CKEditor 5 for texts: https://ckeditor.com/ckeditor-5/ It offers all you want but we ship a stripped configuration because editors usually don't know much about HTML structure and created invalid HTML with several H1 headings for example. Furthermore, allowing different font sizes and colored texts break the design.

You can adapt the offered editor features by overwriting these lines in your own extension: https://github.com/aimeos/ai-admin-jqadm/blob/master/admin/jqadm/js/admin.js#L29-L54