Jump to content

WYMeditor: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
Leosdad (talk | contribs)
mNo edit summary
Line 2: Line 2:
| name = WYMeditor
| name = WYMeditor
| released = {{release date|2008|11|25}}
| released = {{release date|2008|11|25}}
| latest release version = 0.5-rc2
| latest release version = 0.5 final
| latest release date = {{release date|2010|06|3}}
| latest release date = {{release date|2012|11|26}}
| latest preview version = 1.''x''
| latest preview version = 1.''x''
| status = Active
| status = Active

Revision as of 15:56, 8 April 2013

WYMeditor
Initial releaseNovember 25, 2008 (2008-11-25)
Stable release
0.5 final / November 26, 2012 (2012-11-26)
Preview release
1.x
Repository
Written inJavaScript
Operating systemCross-platform
TypeHTML editor
LicenseGNU General Public License, MIT License
Websitewymeditor.github.com, www.wymeditor.org

WYMeditor is an open source WYSIWYM text editor written in the JavaScript programming language for editing content on web pages. It is based on the jQuery JavaScript framework. It differs from other embeddable text editors such as FCKeditor and TinyMCE in that it concentrates on the semantics and meaning of content leaving out visual details.[1] Unlike WYSIWYG editors, it explicitly shows the XHTML structure of content to the user.[1][2]

Presentation and visual coherence is added using CSS which is either provided prepackaged, or can be customized.[3]

WYMeditor is web server agnostic meaning it can be integrated into web pages built with any server side language.

Amongst other features, although lacking in some areas, WYMeditor statedly has more readable and cleaner source code, the opposite of which is often said about its competitors.

One downside of WYMeditor is that it cannot be used to include javascript in the content it edits. Changing this would require eliminating WYMeditor's use of the innerHtml property. [4]

References

  1. ^ a b "Visually Editing Semantics, WYSIWYM". Retrieved 27 May 2011.
  2. ^ "Forget WYSIWYG editors - use WYSIWYM instead". Retrieved 27 May 2011.
  3. ^ "6 Embeddable HTML Editors for Your Website Compared". Retrieved 27 May 2011.
  4. ^ "Stopping <script> being stripped out - embedding SWFObject's". Retrieved 25 June 2011.