thednp
thednp
Thanks for the reply, will look into it.
@areknawo I believe we can close this. I wish there was at least one example of a working tiptap editor somewhere with your package. Can you please point me in...
Yes @areknawo thank you kindly. I got it to work by installing all extensions separately. I will dissect your editor when I get some time, ATM have to figure out...
I haven't had the time to check on KUTE.js in the last couple of months, last time I was, it was a beginning of a Typescript rework, which had an...
Also if possible provide an example devs can copy-paste and get to work. The amount of tooling and things to take care is a bit overwhelming. :heart:
You can get a better idea on how things work in [this example](https://github.com/thednp/vanjs-lucide/blob/d513231d805df60289ecc714a4d725515a7f673b/demo/src/components/main.ts). I had to do some digging myself to get it to work properly. A quick rundown: *...
> Hono does actually provide the IncomingMessage using the node-server: https://hono.dev/docs/getting-started/nodejs#access-the-raw-node-js-apis I'm trying to implement this solution, it seems to work but the ws handshake fails and throws this in...