-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
Is it ok to pull request partial definition for CKEditor? #1827
Comments
Hi @ondrejsevcik, I'd say that's fine. People are more likely to add to an existing definition that someone has started than they are to start from scratch. That's open source in the best sense of the term I think. If you could try and include a tests file as well that would be greatly appreciated. |
Thanks, I make test file and push :) |
@ondrejsevcik You could put a work-in-progress comment in the top of the definitions file. And maybe a link to this thread so people can message about it or drop a note if they decide to expand your partial. |
@ondrejsevcik i installed ckeditor.d.ts,but not work,below is my work step
|
FYI, we needed to type We did it like this: interface Window {
CKEDITOR: typeof CKEDITOR;
} |
For anyone interested in this, I have posted a further expansion of these types that should help to continue expanding and adding plugins |
Hi, I'm working on CKEditor definition file, but Its not complete yet. CKEditor is huge and I'm not sure if I ever finish it. It's usable but some parts are not finished. Is it ok to pull request this partial definition? Thanks
https://github.com/ondrejsevcik/ckeditor-typedefinitions
The text was updated successfully, but these errors were encountered: