WYSIWYG

Definition

WYSIWYG (pronounced WIZ-E-WIG) is an abbreviated term for “What You See is What You Get”. It describes an editing interface that shows the user how images and text appear on screen as they compose and revise the file. WYSIWYG interfaces are in contrast with editing interfaces that show code. Split interfaces show a WYSIWYG display in one panel, as the user writes and edits code in the other panel.  

What are the benefits of WYSIWYG editor?

Intuitive Design Interface

WYSIWYG editors simplify the design process, allowing users to visually craft and format their content. This approachable interface removes the need for in-depth coding knowledge, making it accessible to a wider audience.

Real-Time Feedback

Changes made in a WYSIWYG editor are immediately visible, providing a live preview of the final outcome. This instant visualization helps users to quickly iterate and refine their work, ensuring alignment with their objectives.

Productivity Boost

With features like drag-and-drop functionality and ready-to-use templates, these editors enhance efficiency, enabling users to focus on creative and complex tasks rather than on basic layout concerns.

Collaborative Dynamics

WYSIWYG editors support a collaborative environment where multiple users can contribute and visualize changes in real-time, promoting teamwork and a shared vision in the creation process.

Depth of Customization

Designed for ease, these editors also cater to those who desire more control, offering the ability to tweak the underlying code for detailed customization when necessary.

What is an example of WYSIWYG?

An illustrative example of a WYSIWYG editor can be found in the popular CMS, WordPress. When composing a blog post or a page within WordPress, users interact with a WYSIWYG interface, often referred to as the visual editor. This user-friendly interface allows creators to input and format their text, insert images, and add multimedia content just as it will appear to the reader upon publication.

What distinguishes HTML editing from WYSIWYG interfaces?

HTML is a markup language that displays raw code. WYSIWYG on the other hand abstracts this complexity, instead presenting a live, editable preview of the final product. This means that as you adjust the formatting, add bullet points, or align images, you see the changes in real time, exactly as they will look when your post goes live on the internet.