dwindown
a1a5dc90c6
feat: Rich text editor and email system integration
## ✅ Step 4-5: Rich Text Editor & Integration
### RichTextEditor Component (TipTap)
- ✅ Modern WYSIWYG editor for React
- ✅ Toolbar: Bold, Italic, Lists, Links, Undo/Redo
- ✅ Variable insertion with buttons
- ✅ Placeholder support
- ✅ Clean, minimal UI
### TemplateEditor Updated
- ✅ Replaced Textarea with RichTextEditor
- ✅ Variables shown as clickable buttons
- ✅ Better UX for content editing
- ✅ HTML output for email templates
### Bootstrap Integration
- ✅ EmailManager initialized on plugin load
- ✅ Hooks into WooCommerce events automatically
- ✅ Disables WC emails to prevent duplicates
### Plugin Constants
- ✅ WOONOOW_PATH for template paths
- ✅ WOONOOW_URL for assets
- ✅ WOONOOW_VERSION for versioning
### Dependencies
- ✅ @tiptap/react
- ✅ @tiptap/starter-kit
- ✅ @tiptap/extension-placeholder
- ✅ @tiptap/extension-link
---
**Status:** Core email system complete!
**Next:** Test and create content templates 🚀
2025-11-12 18:53:20 +07:00
..
2025-11-11 17:52:03 +07:00
2025-11-04 11:19:00 +07:00
2025-11-04 11:19:00 +07:00
2025-11-12 18:48:55 +07:00
2025-11-12 18:53:20 +07:00
2025-11-04 11:19:00 +07:00
2025-11-11 10:28:47 +07:00