Page 1 of 1

Dojo - if you need a great WYSIWYG editor...

Posted: Thu Feb 16, 2006 3:29 am
by Anonymous
Just thought I'd mention that Dojo (http://dojotoolkit.org/docs/rich_text.html) has a very, very fast WYSIWYG editor that can perform all standard operations (image insertion, hyperlink, etc.).

Re: Dojo - if you need a great WYSIWYG editor...

Posted: Thu Feb 16, 2006 5:46 am
by bclark
i cant reach that link or the domain at all - could my crazy australian pipe to the rest of the world.  wouldnt mind having a look though, i find the current editors really quite slow to load.

Re: Dojo - if you need a great WYSIWYG editor...

Posted: Sun Feb 19, 2006 4:18 pm
by ploum
If you are interested in Dojo, I interviewed him for the FOSDEM :

http://www.fosdem.org/2006/index/interv ... ws_russell

Re: Dojo - if you need a great WYSIWYG editor...

Posted: Mon Feb 20, 2006 7:07 pm
by jelle
from the site:
Provide WYSIWYG, not source editing
Users like WYSIWYG because they care about how something looks and not the quality of HTML produced. The Dojo Editor provides What You See Is What You Get (WYSIWYG) and not What You See Has A Semantic Meaning Which May Or May Not Be What You Get (WYSHASMWMOMNBWYG). Therefore, filtering and reworking HTML to meet markup cleanliness is done via hooks at save time, not invasive and slow DOM manipulation at runtime.
This makes me fear that the editor delivers tagsoup. Maybe you can refine it a bit afterwards like they say, but I expect the output from a proces, that has garbage as input, to be still garbage.  I agree that the user should see in the editor something that resembles how it looks in the page (jay for in-page editing!) but you don't want all the effort spent in designing your layout and typography be nullified because some user found a interesting looking button on the editor that eg. fixed the fontsize to 9pts.

Re: Dojo - if you need a great WYSIWYG editor...

Posted: Wed Feb 22, 2006 10:19 pm
by Jack Bauer
Cool.  Maybe someone could make a module.

Re: Dojo - if you need a great WYSIWYG editor...

Posted: Sun Feb 26, 2006 3:33 pm
by nils73
Dojo does not create tagsoup which is one of the reasons one should really take Dojo into consideration when it comes to accessibility and / or webstandards. Furthermore you can undo / redo actions. Not to forget ease of use ...

If you would like to test it, simply go here or get more information here.

Regards,
Nils

Re: Dojo - if you need a great WYSIWYG editor...

Posted: Wed Dec 27, 2006 10:01 pm
by Elijah Lofgren
Jack Bauer wrote: Cool.  Maybe someone could make a module.
Done: http://dev.cmsmadesimple.org/projects/dojoeditor/ :)
I'll hopefully do an initial release today.
Update: Because of a Javascript conflict with prototype when using Internet Explorer, I plan to make DojoEditor a CMSMS 2.0 module only and try to replace protype with Dojo in CMSMS 2.0 to resolve the conflict.

Re: Dojo - if you need a great WYSIWYG editor...

Posted: Sat Feb 24, 2007 11:15 pm
by carasmo
I installed it and it doesn't work with FF mac X 1.5.10. I don't know if I did anything wrong.

Re: Dojo - if you need a great WYSIWYG editor...

Posted: Sat Feb 24, 2007 11:17 pm
by Elijah Lofgren
carasmo wrote: I installed it and it doesn't work with FF mac X 1.5.10. I don't know if I did anything wrong.
Strange. It works here in FF on Linux and Windows. I don't have a Mac to test with.

Re: Dojo - if you need a great WYSIWYG editor...

Posted: Sun Feb 25, 2007 3:21 am
by carasmo
Usually things that work in Linux work on OSX, oh well. I'll play around with it later.

I think FCK editor will do the trick for now.

Thanks!!!!