denoland / wanted_modules

Is there a missing deno module that is preventing you from building something? Let us know here.
https://deno.land/x
46 stars 2 forks source link

Wysiwyg editor #80

Open likonefokou opened 1 year ago

likonefokou commented 1 year ago

A rich text editor that support common commands, and also a emoji picker command 👍🏾

CanRau commented 1 year ago

Have you checked out https://lexical.dev ?

likonefokou commented 1 year ago

Have you checked out https://lexical.dev ?

lexical and many other stuffs are npm, and npm imports does not work with deno deploy

CanRau commented 1 year ago

What about esm.sh or skypack?

likonefokou commented 1 year ago

I've tried esm.sh/lexical, but I got an error that says createEditor (imported with no issue) is not exported from the module

CanRau commented 1 year ago

No time to look into it right now, but there's more than esm.sh, https://www.skypack.dev/ as mentioned and more at https://deno.land/manual@v1.35.3/node/cdns, I recommend trying all of them, if none works I'd create an issue in the lexical repo with error messages and/or with the cdns

likonefokou commented 1 year ago

Ok thanks, I'll try all those alternatives.