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.2
- Author: Ben Babcock [email protected]
- Updated: January 23, 2015
- 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.
If you want to change the styling on the preview, edit assets/preview_textarea.user.css
and add your own styles.
- Compatible with Symphony 2.5 and 2.6. No longer compatible with Symphony 2.4 or earlier.
- Now uses JSONPage in the backend.
- #6: JS error caused by unexpected DOM manipulation from other extensions.
- Extension now uses the static
TextFormatterManager
available as of Symphony 2.3. No longer compatible with Symphony 2.2.x.
- #5: Users can override the lightbox's default styling by editing a custom CSS file.
- #3: Changed jQuery selector to work with 'MarkItUp' enhanced fields. (Thanks to @henrysingleton)
- #2: Override some of the backend styles for the preview box.
- Initial release.