This plugin provides WYSIWYG editing for the Apache Forrest appliction. It currently only works with HTML input files, but we hope to extend its range of supported file formats.
This plugin uses HTML Area for the editing widget.
If a request is recieved with an URL that contains "edit_htmlArea/" then an edit page is generated for the indicated page. For example:
@lt;a href="/edit_htmlArea/index.html"@gt;edit index</a>
will create an editor for the index.html
page.