Spillgebees.Blazor.RichTextEditor
is a WYSIWYG Blazor component enabling rich text content editing. It is powered by Quill.
This component is based on a mix of the following repos:
- chrissainty's
Blazored.TextEditor
, the original implementation. - vixys' fork of
Blazored.TextEditor
, mainly theOnTextChanged
implementation logic. - somegenericdev's
WYSIWYGTextEditor
, mainly the more convenient usage/component structure.
More details in the documentation.