WYSIWYG
WYSIWYG stands for What You See Is What You Get and in the computer world this term is mostly associated with WYSIWYG editors. These are web based editors with support for text mark-up capabilities, such as bold, italic, underline, bullet points, and more, that transform an ordinary HTML text input into a rich text editor, such as Microsoft Word.
While it's possible to think of web applications that may not require WYSIWYG-like capabilities, it still is a prominent element in most Drupal sites for areas such as forums and blogs which makes it a desired component among site builders.
An example for a WYSIWYG editor (which we will learn more about later in this chapter) is the CKEditor library that aims to ease the creation of web content by enriching HTML text input with a tool-bar for text formatting.
Demo of CKEditor (http://ckeditor.com) in action for site content editors:
In regards to the WYSIWYG editor, taking a closer look at how our rezepi entry looks like, we can tell that the...