I’m building an open-source CMS on top of Filament, and one challenge was turning the RichEditor into something more structured (block-based, not just WYSIWYG).
This write-up covers how I extended it to support:
- Block hierarchy (outline-style editing)
- Drag/drop reordering
- Slash commands
- Collapsible content
All without touching Filament core.
If you’re building CMS tools or admin panels, this might be useful:
u/BuildWithTall — 21 days ago