Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WYSIWYG HTML Editor for Server Side Blazor

Does anyone know of a WYSIWYG HTML editor control like CKEditor or the one in the Syncfusion package that works with the released Server Side Blazor? Since it's for production environment, Client Side Blazor, where we don't even know a release date yet, is not an option... I'm quite new to Blazor, so if you have a solution, preferable one that makes one of the above mentioned controls working, please post three our four lines more so that even a newbie understands it :)

like image 222
AlexK Avatar asked Sep 28 '19 12:09

AlexK


2 Answers

While I haven't used this component, I've used several other of the Blazored components and really like them. This one uses Quill under the hood so gives you a rich-text editor that handles HTML.

Blazored TextEditor

like image 90
JayCOS Avatar answered Nov 20 '22 11:11

JayCOS


Ok, after digging long enough through the documentation, I found the solution for the Syncfusion component. In case someone else has this problem: Getting started with Syncfusion in Blazor

like image 2
AlexK Avatar answered Nov 20 '22 12:11

AlexK