Convert any textarea in Joomla content into a Joomla WYSIWYG Editor
Downloads are available in Releases.
Install using the Joomla Extensions Installer and enable after installation.
https://docs.joomla.org/Installing_an_extension
Only textarea elements identified by a class selector will be converted. So for example:
<textarea name="my_content" class="custom-editor">Some default content...</textarea>
will be converted into an editor if the Editor Selector is set as custom-editor.
The Editor Selector needs to be set in the plugins parameters, in Extensions -> Plugins, eg:
An optional Width and Height for the editor can also be set.
When a page is loaded containing a textarea identified by the selector, the textarea will be converted to the default or user assigned Joomla Editor.
This plugin is in beta, so expect some probelms. Please use the Gitub Issue tracker to tell us about a any you've found.