Skip to content
This repository has been archived by the owner on Feb 18, 2023. It is now read-only.
tstone edited this page Sep 13, 2010 · 11 revisions

A live demo is running on the project page if you are interested.
http://tstone.github.com/jquery-markedit/

Purpose & History

WMD Editor was good in that it provided a simple interface to slightly richer-text editing. It, however, came with it’s fair share of limitations:

  • It didn’t like being loaded dynamically (say, via AJAX.. ok there were some forks that fixed this)
  • It didn’t like more than 1 instance on a page
  • It didn’t like customization
  • It didn’t have an open API
  • There wasn’t a whole lot of documentation for it

Enter MarkEdit.

Goals & Features

Goals

  • Be Simple
  • Be Open
  • Be Documented

Features

  • Built On jQuery/UI — Lighter weight code and less cross-browser issues
  • Themeroller Support — Use existing or custom jQuery UI Themeroller themes
  • International — Supports the loading of an alternate language
  • Sensible Defaults — You should be able to get up and running with 1 line of javascript
  • Configurable — Almost all defaults can be overridden very easily upon initialization
  • Public API — Interact with whatever part you’re interested in
  • Documented

Project Status

Project is 100% functional, but still needs a lot of testing. The following browsers are not known to have any functional issues. There are a couple very minor display/css issues on older versions:

  • Internet Explorer 6/7/8 for Windows
  • Firefox 2+ for Windows
  • Safari 4 for Windows