ckeditor5-demos icon indicating copy to clipboard operation
ckeditor5-demos copied to clipboard

Migrate demos with external plugins to new installation methods

Open f1ames opened this issue 1 year ago • 0 comments

This PR migrates demos with 3rd-party plugins to NIM. Follow-up of #38:

I can prepare separate branch migrating all demos with external plugins which will be waiting to be merged. So we have still all demos fully functional (and fully featured) on master and then will be ready when those external plugins are migrated.

It's based on new-installation-methods-v2 branch (#38 PR) and I followed all the same conventions and assumptions. You can read #38 description for all details.

The main difference here is that 3rd-party plugins (WProofreader and Mathtype) are commented out in CKEditor 5 plugins list in it's config in each demo. This way demos can be run and after plugins are migrated to NIM, it should be enough to just uncomment those lines.

f1ames avatar May 29 '24 10:05 f1ames