Generates a live preview lightbox of the formatted version of a textarea while editing an entry.
I've tested this extension with Symphony's default textarea field as well as Rowan's text box field. If you encounter issues with other textarea fields, please let me know.
- Version: 1.0.1
- Author: Ben Babcock ben@tachyondecay.net
- Updated: August 19, 2011
- GitHub Repository: https://github.com/tachyondecay/preview_textarea
You can always install the latest version through git: git clone git://github.com/tachyondecay/preview_textarea.git
- Make sure that the extension is in a folder named
preview_textarea
. Upload this to your Symphonyextensions
folder. - Enable the extension from the Extensions page in the Symphony backend.
- On the publishing page for a section, textareas will now have a
Preview
link next to their labels. This link will generate a formatted version of the textarea's content and display it as a preview lightbox.
- #2: Override some of the backend styles for the preview box.
- Initial release.