Evgeni B.

Results 12 comments of Evgeni B.

Thanks for the effort, great lib! Is it even possible to add alt text to an image?

I also have tried a middleware solution and I can confirm that it doesn't work. The **URIError** is thrown before any middleware can catch it.

I expected for middleware workaround to solve this problem and honestly I can not come up with any idea of how this should behave. It looks like this is in...

Related https://github.com/myliang/x-spreadsheet/issues/530

@myliang I've been trying to tweak it myself but the implementation appears is to be too difficult for me. The rendering of the table while scrolling is dependent on the...

Oh, I guess you might have misunderstood me. The conversion, the default conversion works fine, I don't have any issue with that. What I actually want is to be able...

@rowanc1 Hey, hope you're well! Any thoughts on how this could be implemented?

Hmm, not sure... I'm thinking of another approach: Modifying `editor.state.doc` before feeding it to `docxSerializer.serialize(prosemirrorNode, options)`. So I'm thinking to go through all images of the doc and change their...