-
Notifications
You must be signed in to change notification settings - Fork 16
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
ReferenceError: window is not defined #9
Comments
where it's displayed? In browser console or in system console? |
in the system console |
I assume it's shown when you refresh the page. |
The editor is work but it's like rendered slowly |
Yes, it's quite slow because It has mplemented all free plugins from ckeditor (except ckfinder). You can try to exclude plugins that you don't need passing a proper config. For example to disable Title plugin you can pass sth like this: editorConfig: {
removePlugins: ['Title'],
} If it doesn't help I recommend making your own custom build with selected plugins that way you shoud get a lighter version. |
Can we get the state when the ckeditor is ready? For content loader usage |
@andymark-by Good job. I've just merged your pull request. thx |
@blowstack Thank you for the good module. |
The text was updated successfully, but these errors were encountered: