views:

597

answers:

4

Can any one please recommend a powerful WYSIWYG (commercial/open source) editor which has a image upload capability.Which iam planning to use for my publishing platform.

I have been looking for it since morning but could not able to find it.

I found CKeditor+CKFinder , but CKFinder is not available in django/ python language. I tried to port to django but encountered several problems.

+1  A: 

Try TinyMCE.

Linus Sjögren
you can't upload images to your server via TinyMCE
Rama Vadakattu
+2  A: 

CKeditor is probably your best bet. It should be possible to sort out your problems with the help of the author, the Django people and stackoverflow.com :)

Aaron Digulla
A: 

I managed to get a working TinyMCE in Django but you can start integrating (F)CKEditor* with this django plugin - probably a liitle outdated but it should be a good start.

*)CKEditor is the new name of FCKeditor.

minder
+1  A: 

How about django-filebrowser + TinyMCE (I've never tried it with CKEditor)

http://code.google.com/p/django-filebrowser/

Works great for me.