-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate CKEditor 5 to TypeScript MVP #11708
Labels
Milestone
Comments
arkflpc
changed the title
Migrate CKEditor 5 to typescript MVP
Migrate CKEditor 5 to TypeScript MVP
May 6, 2022
The rationale for including essential plugins is: if we actually use the basic API (utils, engine, core) in plugins, we can find out that some types have to be rewritten to meet real-world use cases. So we'd be far from declaring it stable. |
CKEditorBot
added
the
status:in-progress
Set automatically when an issue lands in the "In progress" column. We are working on it.
label
May 10, 2022
12 tasks
This was referenced Oct 28, 2022
CKEditorBot
removed
the
status:in-progress
Set automatically when an issue lands in the "In progress" column. We are working on it.
label
Dec 16, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's not feasible to reimplement all the code-base of CKEditor5 in TypeScript in one go. We should start with something that meets the main goals of #11704 and let us build upon that.
Proposed scope:
The packages to rewrite should be:
We should aim for statically-typed editor config that covers every other plugin in CKEditor5 (and be extendable by custom plugins if possible)
ToC
The text was updated successfully, but these errors were encountered: