In-page WYSIWYG HTML5 Editor
Here's one to watch. Mercury is a free in-page WYSIWYG HTML5 editor. When you enter edit mode the toolbar appears for editing. Edits are made in-line so you not only see how your edits will look while making them, but also how it fits in context with the rest of the page.
Mercury currently supports Firefox 4+, Chrome 10+ and Safari 5+ and boasts:
- SimpleMercury comes bundled as a Rails Engine, so just include it in your Gemfile. Or grab the package if you're not using Rails.
- UnobtrusiveWe don't put any code in your page so you're free to use whatever frameworks you want without having to worry.
- ConfigurableEasily add or remove toolbar items. Any toolbar item can be tied to an action using behaviors and the command pattern.
- ExtendableHTML and Markdown is supported by default, but you can just extend the base regions to build your own types.
