Davide
Davide
Icons now work on mobile as well, the only things that might still be missing are slash commands and emojis
Hello, could you specify what you mean with "inline diff view". Also, I'm currently quite busy and I ain't got the time to work on this project, but if you...
Hi, can you explain a bit more what you're trying to achieve? Would you like to modify how text is highlighted in the input? If that's the case, you need...
Hello, I do not have experience using the cloudflare adapter. It seems like when bundling for the client some node packages are still included. I do not recognize any of...
I mean that the issue is with a dependency of Carta, not of you project. It's hard to tell without seeing where the problematic imports are used.
Can you provide the `.svelte-kit/output/server/chunks/_page.js` file where the issue originates? I might be able to figure out what's causing the issue there.
Thanks to the file you provided I found the source of the import. It's `carta-md` -> `unified` -> [`vfile`](https://github.com/vfile/vfile/blob/1b2ec7fe6deaee2bb440b133a83a96f6d3cedefd/lib/index.js#L12C1-L14C41). ```js // vfile/lib/index.js import {minpath} from '#minpath' import {minproc} from '#minproc'...
I'd suggest trying to install `vfile` separately, using it for some basic task to prevent tree-shaking, and then building using the cloudflare-adapter, to determine whether the issue arises as well....
Hi, I'm quite busy at the moment and I don't have much time to look into this. Anyway, I tried to build using `@sveltejs/adapter-cloudflare` and no error showed up. I...
Hello, You provided a lot of code and it's hard to determine what exactly is causing the lag. It seems like you are already deboncing the save function, which was...