User reactions to WYSIWYM
Posted
by David
on Stack Overflow
See other posts from Stack Overflow
or by David
Published on 2010-04-25T05:33:41Z
Indexed on
2010/04/25
5:43 UTC
Read the original article
Hit count: 280
wysiwym
I am trying to decide between a WYSIWYG editor (e.g. TinyMCE, CKEditor) and a WYSIWYM (What You See Is What You Mean) editor (e.g. WMD) for my web application.
There is a thread on stackoverflow that compares the two approaches.
I would like to know how users, particularly computer novices, have reacted to WYSIWYM editors in deployed web applications. It could be that computer novices are confused by WYSIWYM editors, preferring the immediacy of WYSIWYG; but is that born out in real-world applications? It's not theory I'm asking about here, but empirical evidence of the acceptance or otherwise of WYSIWYM.
© Stack Overflow or respective owner