April 12, 2023 ยท 1 min read
Block editor for Laravel
Jeffrey van Rossum
Product engineer ยท builds & ships his own products
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 such 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.