Blazored / TextEditor

Rich text editor for Blazor applications - Uses Quill JS
MIT License
276 stars 58 forks source link

Insert image as Base64 #21

Closed dinonovak closed 4 years ago

dinonovak commented 4 years ago

is there possibility to add insert image as Base64 encoded string, so that it is part of HTML content, and not stored externally?

Thanx, D

ADefWebserver commented 4 years ago

That is the default mode of quill. The problem is that when the images are large, the web browser freezes or crashes.