josh / wysihat

A WYSIWYG JavaScript framework

This URL has Read+Write access

Sun Nov 08 07:30:52 -0800 2009
josh (committer)
Sun Nov 08 20:23:53 -0800 2009
commit  e27d554907848449d4da704af0411de0a344a47e
tree    d9bb2e80cec42c95e9e81e1945080ab4e3711bf5
parent  8572988e3c1c2e8ecf96f247d2dbe78065ee4b82
name age message
file .gitignore Wed Jan 21 12:35:25 -0800 2009 remove dist folder [josh]
file .gitmodules Tue Feb 10 16:32:26 -0800 2009 vendor prototype [josh]
file CHANGELOG Sat Mar 28 22:00:17 -0700 2009 0.2 release [josh]
file MIT-LICENSE Wed Oct 15 17:47:51 -0700 2008 first commit [josh]
file README.markdown Thu Mar 05 10:33:29 -0800 2009 convert README to markdown and include it on th... [josh]
file Rakefile Thu Mar 05 10:16:00 -0800 2009 copy pdoc templates [josh]
directory examples/ Wed Sep 23 03:37:29 -0700 2009 added examples/font-selection.html [jeffkreeftmeijer]
directory src/ Loading commit data...
directory test/ Tue Jun 30 16:06:48 -0700 2009 Added some bug fi fixes for firefox and for IE.... [David Badley]
directory vendor/ Sun Mar 15 20:22:36 -0700 2009 update prototype [josh]
directory website/ Thu Mar 05 10:33:29 -0800 2009 convert README to markdown and include it on th... [josh]
README.markdown

WysiHat

A WYSIWYG JavaScript framework

WysiHat is a WYSIWYG JavaScript framework that provides an extensible foundation to design your own rich text editor. WysiHat stays out of your way and leaves the UI design to you.

Support platforms

WysiHat currently supports:

  • Microsoft Internet Explorer for Windows, version 6.0 and higher
  • Mozilla Firefox 2.0 and higher
  • Apple Safari 3.0 and higher
  • Opera 9.52 and higher
  • Google Chrome

Dependencies

  • Prototype 1.6 or later (http://prototypejs.org/)

Documentation

Code is documented inline with PDoc (http://pdoc.org/).

The generated HTML documentation can be found on the gh-pages branch or viewed online at (http://josh.github.com/wysihat/).

Examples

Several examples can be found under examples/ to get you started.

Downloading

Tagged releases will be posted on the GitHub downloads section (http://github.com/josh/wysihat/downloads).

Building from source

You can build the latest version of WysiHat from source by running rake the root directory. The generated file will be saved to dist/wysihat.js. Ruby and the Rake gem are only required to build the project from source. It is not required to run the code.

Contributing

Check out the WysiHat source with

$ git clone git://github.com/josh/wysihat.git
$ cd wysihat
$ git submodule init
$ git submodule update

GitHub pull requests are welcome.

License

WysiHat is released under the MIT license.