What You See Is What You Get - the principle that the information a system displays directly relates to its output. For example, word processing software inserting visual page breaks in appropriate places depending on the print settings.

learn more… | top users | synonyms

-2
votes
0answers
26 views

Resources for WYSIWYGS [closed]

I'm a Drupal developer and we often find that our end users struggle with using our WYSIWYG editors. I'm wondering if there are any "general rules" or some useful reading material on the topic. Any ...
8
votes
1answer
184 views

WYSIWYG vs MarkDown - is there a middle ground?

I'm trying to figure out how to let my users edit their content on my site. It's currently just text formatted depending on the screenwidth, but I'd like to give them more control over their content: ...
5
votes
3answers
200 views

Side by Side, Stacked, or something else?

I am creating a property manager module for our CMS, one of the forms is very basic, but I am having trouble getting what should be the most appropriate layout for the form. Below is a screenshot of ...
12
votes
6answers
444 views

Does the use of a WYSIWYG editor by itself improve the UX?

As someone with a lot of background writing low-level software, I've always felt a strong dislike for WYSIWYGs such as CKEditor or TinyMCE in the browser. To me they are mostly problematic, as they ...