This plugin replaces Textpattern’s Body and Excerpt textareas with the Quill rich text editor. Quill is a flexible, modern WYSIWYG editor designed to handle text formatting, media embedding, and other essential editing features with ease.
After enabling the plugin, navigate to the Write panel in Textpattern. The Body and Excerpt fields will automatically use Quill, providing you with a modern editing experience.
The toolbar and features can be customized in the plugin's JavaScript configuration. For example:
modules: { toolbar: [ [{ header: [1, 2, 3, false] }], // Headings ['bold', 'italic', 'underline'], // Formatting [{ list: 'ordered' }, { list: 'bullet' }], // Lists ['link', 'image', 'video'], // Media ['clean'] // Remove formatting ] }
For detailed documentation on how Quill works, including advanced features and configurations, visit the official Quill Documentation.
If you encounter issues or have questions, please refer to the forum thread for this plugin or visit my website directly for assistance.