KillerCodeMonkey / ngx-quill

Angular (>=2) components for the Quill Rich Text Editor
MIT License
1.79k stars 262 forks source link

getSemanticHTML is missing on Quill instance, version 23.0.2 #1870

Closed fabdeceglia closed 5 months ago

fabdeceglia commented 5 months ago

Hello again,

the method getSemanticHTML is missing from the editor istance returned in the library version 23.0.2. These are the available methods:

image

Is this something added in the newer versions? If yes, how can i access to the HTML editor's value?

Thanks

KillerCodeMonkey commented 5 months ago

this method is only available when used quill v2.

ngx-quill 23 is using quill v1

fabdeceglia commented 5 months ago

yep sorry, just saw it. thx anyway