CuBoulder / ucb_ckeditor_plugins

This Drupal 9+ module contains a collection of CKEditor 5 plugins to add functionality to the WYSIWYG editor.
GNU General Public License v2.0
1 stars 0 forks source link

Adds TypeScript as an option for plugin development #32

Closed timurtripp closed 9 months ago

timurtripp commented 9 months ago

With files from my CKEditor 5 Icons project, CKEditor plugins can now be built using either TypeScript or JavaScript. The build process has not changed and our existing JavaScript plugins should still build just fine.

Resolves CuBoulder/ucb_ckeditor_plugins#27

timurtripp commented 9 months ago

Decreasing the sensitivity of the Markdown linter is something I brought up a few months ago but got pushed down in priority. Can bring it up again as the linter is constantly throwing errors across our projects and it's annoying!