Evan Prodromou f708ff408c Add wysihtml5 rich text editor
wysihtml5 is an open source rich text editor based on HTML5 technology
and the progressive-enhancement approach.  It uses a sophisticated
security concept and aims to generate fully valid HTML5 markup by
preventing unmaintainable tag soups and inline styles.  The code is
completely library agnostic: No jQuery, Prototype or similar is
required.

Downloaded from https://github.com/xing/wysihtml5/zipball/0.3.0
2012-12-20 14:18:28 -05:00
2012-12-20 14:18:28 -05:00
2012-06-16 14:44:10 +10:00
2012-08-19 09:44:20 +10:00
2012-06-11 00:58:17 -04:00
2012-08-18 18:09:26 +10:00
2012-12-17 10:52:18 +10:00

Build Status

cdnJS Script Repository

The repository mirroring all scripts on cdnjs.cloudflare.com

We will host any version of any library. Feel free to add a pull request for an older version of a library if your site still uses it.

Libraries must have notable popularity. 100 watchers on GitHub is a good example, but as long as reasonably popularity can be demonstrated the library will be added.

Pull requests steps

  1. Fork this repository
  2. Add your library (following the conventions of this repository)
  • 1 library per pull request
  • The pull request must be tagged in the original repository (some exceptions apply)
  • include a package.json in the npm format (see test/schemata/npm-package.json for details - it's very simple)
  • Run npm test to check everything is ok
  1. Send us a pull request.
  1. If the library doesn't already provide a minified version, our preferred minifier is UglifyJS

Running the validator

  1. Install all the needed dependencies locally (you will need npm and node): npm install
  2. Run the test suite: npm test
Clicky
S
Description
No description provided
Readme
418 MiB
Languages
JavaScript 94.7%
CSS 5.3%