Jump to content

List of HTML editors

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Yoctoinc (talk | contribs) at 16:48, 13 July 2011 (External links). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The following is a list of HTML editors with articles on Wikipedia.

Text editors

Basic text editors

Plain text editors may be used to produce webpages. The following are some commonly used text editors:

Template:Multicol

Template:Multicol-break

Template:Multicol-end

Source code editors

Source code editors evolved from basic text editors, but include additional tools specifically geared toward handling code. Template:Multicol

Template:Multicol-break

Template:Multicol-end

Word processors

While word processors are not ostensibly HTML editors, many of the major products are capable of exporting document layouts in HTML format. This offers the ease of use of a word processor, similar to a WYSIWYG product (see below), but has some of the same end product limitations.

Spreadsheet

WYSIWYG editors

WYSIWYG (What You See Is What You Get) code generators offer speed and ease of use.

Many of these editors do not require any knowledge of the programming languages generated by the software.

Some of these editors store pages in a proprietary format and then export them as HTML (possibly along with other formats); the user would continue to maintain the website by working with the files in the proprietary format and re-exporting them. Other, generally simpler WYSIWYG editors are designed to work directly with HTML files.

Exported files tend to be larger than hand-coded pages (those produced with a text-based HTML editor or a plain text editor).

WYSIWYG generators tend to be better than word processors at producing highly graphical and interactive pages.

Although the term WYSIWYG is often used for these editors, they are generally not truly WYSIWYG (see Difficulties in achieving WYSIWYG). Template:Multicol

Template:Multicol-break

Template:Multicol-break

Template:Multicol-end

WYSIWYM editors

WYSIWYM (what you see is what you mean) is an alternative paradigm to WYSIWYG, in which the focus is on the semantic structure of the document rather than on the presentation. These editors produce more logically structured markup than is typical of WYSIWYG editors, while retaining the advantage in ease of use over hand-coding using a text editor.

Discontinued editors

Editors that have been discontinued, but may be in common use

See also