nozer/quill-delta-to-html

Convert quill-emoji to html

Closed this issue · 1 comments

Hello,
I am new to this project so kindly excuse my complete ignorance.
I am trying to integrate quill into a forum, To that end I need to render quill's delta.
Your plugin is awesome, and does the job, but converting the quill-emoji.
The output of the converter is basically empty.
Is there something I am doing wrong?
Thank you in advance!
JJ.

nozer commented

quill-delta-to-html only supports rendering for built in quill operations. You may want to render them yourself by following the various "hooks" (such as beforeRender/afterRender/renderCustomWith ... etc) as described in the README