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

CKEditor5 42+ Migration

Open tony opened this issue 1 year ago • 3 comments

This update may take time to do: https://ckeditor.com/docs/ckeditor5/latest/updating/nim-migration/custom-plugins.html

If you require CKEditor5-Math, try to stay <42 until this is released.

tony avatar Jul 01 '24 10:07 tony

Just a small nitpick, you can update the editor to version 42+ and use old setups, we are continuing to support them. What you meant I think is that you can't use new installation methods. Thanks!

If you need any help during the migration, let us know :)

Witoso avatar Aug 12 '24 06:08 Witoso

Hi @tony! Do you have a plan if and when you can work on this issue?

luniki avatar Mar 07 '25 09:03 luniki

If it's of interest, I've updated the math plugin to support CKEditor 45 and the new plugin system. The only downside is that it's part of a monorepo as opposed to a package, so it can be found here: https://github.com/TriliumNext/Notes/tree/develop/packages/ckeditor5-math

The tests were also converted to vitest.

eliandoran avatar May 10 '25 12:05 eliandoran