WYSIWYG HTML Editor for Server Side Blazor
Asked Answered
S

3

6

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 :)

Stenopetalous answered 28/9, 2019 at 12:13 Comment(3)
if this question is so dump, answering it would be as easy as simply downvoting. Very helpfulStenopetalous
Your question is not dumb. Unfortuantely, SO is not the home for such a question. meta.#251634Otero
I posted code for a bind-able component that I put together to get TinyMCE working with Blazor here - https://mcmap.net/q/1773581/-tinymce-disappears-in-blazor-pageHydatid
S
2

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

Stenopetalous answered 28/9, 2019 at 17:13 Comment(0)
D
5

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

Daubery answered 13/12, 2019 at 23:58 Comment(0)
S
2

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

Stenopetalous answered 28/9, 2019 at 17:13 Comment(0)
D
2

Blazorise richtextedit is free for community license. You dont need to get a license online.

https://blazorise.com/docs/extensions/richtextedit

Delamination answered 11/6, 2023 at 18:22 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.