Were is the CKEDITOR Text Shadow Plugin? - ckeditor

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

Related

CKEditor -- Use Custom Style Sheet with Editor

I have been trying to work out how to get my own website's custom stylesheet to be recognized by CKEditor. The fontsize on my site is 19px, and for CKEditor it's much smaller. I would like the software to recognize my styles. I don't need (at the moment) custom styles added to dropdowns (and I see information in the docs on how to do that). It just seems odd that if my whole site uses a specific font, font size, font color, and so on that the editor doesn't seem to recognize them. This may be basic, and I've just looked past it or misunderstood something, but I can't figure it out. Thanks!
You may want to look at the contents.css (file is inside CKEditor folder), that is the stylesheet used for content inside the CKEditor. You will need to change the contents.css according to your need, in this case you want to change the font styling so it match with your current site.

Is it possible to disable the contextmenu plugin in CKEditor without having to disable any other plugins?

I want to enable native spellchecking in CKEditor which requires you to disable the CKEditor context menu, however to do that it seems you also need to disable the tabletools, tableresize and liststyle plugins, which I really would rather keep.
Is there any way to do this? Scayt is useless so we moved to nanospell but it seems like a massive waste of money and effort when browsers can perform this spellchecking instead but there seems to be no way to enable it without removing a boat load of functionality.
So it turns out that to get around this we had to remove the parts of the code in the tableresize and liststyle plugins that required the context menu. The plugins work fine without the menu (they even have if statements to not run specific parts if the context menu plugin is not present), however they still have the requirement for the context menu plugin to be present. Just remove that and you're golden.
Currently looking at a way to push these changes back into the plugins to help anyone who has the same issue in the future.

how to display color palette in ckeditor

Pardon if this is very basic thing but since I am new to it and could not find any thing about it, so I am asking.
I have integrated ckeditor in my textarea but ckeditor is not showing palette to change font color. How can I display it in ckeditor options?
Thanks!
Did you download a full build of CKEditor?
What you're looking for is the colorbutton plugin. Basic/standard builds of CKE don't have this plugin.

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.

Webpage hosted HTML editor that graphically shows tag nesting in WYSIWYG view

I once found a webpage hosted HTML editor that optionally included the tags, as highlighted colour coded elements with the tag type, in the (almost) WYSIWYG view, but now cannot find the project anywhere.
I thought it an excellent compromise between WYSIWYG ease of use an markup flexibility.
Does anyone know which editor this was? Or maybe there is more then one editor with this feature?
Here is one that looks promising.
http://koivi.com/WYSIWYG-Editor/
This appears to match your request.
I found one such, and only one. Unfortunately it isn't the one I had seen before and so I'm still looking. They are called What You See Is What You Mean editors - WYSIWYM.
WYMeditor
Also see - http://en.wikipedia.org/wiki/WYSIWYM

Resources