Gmail-style spellcheck for CKEditor - ckeditor

How can I implement Gmail-style spellcheck for CKeditor field? Are there any open source or free plugins for this?

Don't know if there are any plug-ins for it, if there are google will find them for you I think..
I do know that TinyMCE WYSIWYG editor supports spellcheck.

Related

Does CKeditor 5 have support for content templates?

I was looking to upgrade to CKEDITOR 5, but I was going through the documentation and did not see any support for content templates. I wanted to see if I was just missing something and if there is any support for this kind of feature in ckeditor5 or if I would need to stick with ckeditor4 for this feature?
Example:
Thanks!
Maybe not! Sad! I checked in CKEDitor5. There is no information.

Draft.js VS CKEditor?

Can we say Draft.JS is an alternative to CKEditor?
I have read about Draft.js and so far what I concluded is that it's written only for React.js where CKEditor on the other hand can be used in PHP, JS and all.
DraftJS has a lot more functionality, but it's also got virtually no community support by comparison so you're basically on your own as far as unlocking that functionality goes.
In my point of view draft.js won't replace the CKEditor. it's completely based on your requirement with the editor.
CKEditor is an stable WYSIWYG editor with advanced plugins.
Draft.js is an REACT based WYSIWYG editor component with the simple editorial behavior.

Were is the CKEDITOR Text Shadow Plugin?

I have absolutely no idea where else to post this and I'm certain this isn't the place but I want to know when there will be a free and reliable text-shadow plugin for CKEDITOR?
I think browser compatibility is good enough for 'text-shadow' style and for an official plugin that adds and removes text shadows.
Hoping someone that can do something finds this and thinks about it...
You can find this plugin for ckEditor. http://ckeditor.com/download

dragging ckeditor toolbar in inline editing

As CKEditor documentation is really poor, I couldn't find an answer to this question anywhere.
Is it possible to configure CKeditor so that toolbar would be draggable in inline editing mode?
I'd like to be able to move it around.
If so, how is it possible to set that?
Thanks!
There's no such option available by default. However, you can achieve that by placing toolbar in your own container and adding a drag&drop handler to it, for example using some jQuery UI feature.
To be able to move toolbar to your own container you need to use the sharedspace plugin (build CKEditor package with it) and set the config.sharedSpaces option as is described in the so poor documentation.

whick one is better fkeditor or ckeditor?

i am running through a problem to choose either fkeditor or ckeditor which one is better than the other in my project. and how can i get the tutorial regarding customization of any one of these editor in php.
Can you name some websites where i could get the help thanks.
CKEditor is formerly known as FCKEditor (the creator was unaware that FCKEditor didn't sound very... professional) - so you'll want CKEditor.
The CKEditor website has a wealth of information - check out the User Guide, Tutorials and How Tos. Also, when you have downloaded the CKEditor file, you'll find some example code in ckeditor/_samples/php which should help.

Resources