by Jeffrey van Rossum
Block editor for Laravel
Lately I've been working on a Livewire powered block editor. It is intended to be used mainly for creating newsletters. This package could potentially be used in tools as Mailcoach.
See the below tweet of a short demo video (or on Youtube):
🤠I have been working on a @LaravelLivewire powered block editor for Laravel. Might be interesting to use in tools such as @getmailcoach. Quick little demo 📺 pic.twitter.com/nAAXSsI0V0
— Jeffrey van Rossum (@jeffreyrossum) April 11, 2023
Some interesting notes on the editor:
- The Block is the visual part, Livewire component allows you to edit the block content
- You can save the output as JSON and HTML
- The editor keeps history (so cmd + z works)
- Add your own topbar buttons
- Apply your own colors and logo in the editor
- Supports MJML
Hopefully I will be able to release a first version on GitHub soon.