We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]

public
Fork of josh/wysihat
Description: A WYSIWYG JavaScript framework (Please send messages and pull requests to "josh")
Clone URL: git://github.com/37signals/wysihat.git
name age message
file MIT-LICENSE Wed Oct 15 17:47:51 -0700 2008 first commit [josh]
file README.rdoc Wed Oct 22 11:12:08 -0700 2008 link to wiki download section [josh]
file Rakefile Sun Oct 26 12:06:49 -0700 2008 clean test files before rebuilding [josh]
directory dist/ Thu Oct 16 13:53:23 -0700 2008 merge editor controller and model [josh]
directory examples/ Mon Nov 03 11:23:11 -0800 2008 add link selection example [josh]
directory src/ Fri Nov 07 06:57:46 -0800 2008 add copyright and version header [josh]
directory test/ Sun Oct 26 12:04:14 -0700 2008 moved jstest into vendor [josh]
directory vendor/ Thu Oct 30 14:32:28 -0700 2008 pull lastest version of sprockets [josh]
README.rdoc

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.

Examples

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

Downloading

Tagged releases will be posted on the GitHub wiki (http://github.com/josh/wysihat/wikis/download).

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

GitHub pull requests are welcome.

License

WysiHat is released under the MIT license.