simoco0781
simoco0781
I am also interested in. I would like to generate a zip and download it like a "blob" for exemple.
Thank you @m-Ryan for your quick response. Could it be possible to just add supscript and subscript excCommand to your RichTextEditor ?
It should be in the Tools components : ```js execCommandWithRange('superscript')} /> execCommandWithRange('subscript')} /> ``` with these new Tools : ```js execCommandWithRange('superscript')} /> execCommandWithRange('subscript')} /> ``` and ```js import { PopoverProps,...
I tried and it's functionnal.