ckeditor / strapi-plugin-ckeditor

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

support more coding language #60

Open Darmau opened 1 year ago

Darmau commented 1 year ago

I would like to request a feature that would allow for more programming languages to be supported in the code block editor. Currently, only a few languages are supported, but highlight.js supports over 100 languages. It would be very helpful if we could have the option to specify the language of the code block by entering the language name. This would greatly enhance the formatting capabilities of the editor and make it easier for users to display their code.

Thank you for considering this feature request.

chillymosh commented 6 months ago

I too am interested in this. It renders prism / hl.js useless without being able to define additional / non default languages. And having to edit the code-block.js and codeblockediting.js manually is annoying.