Davide

Results 63 comments of Davide

I checked out the resources you provided and then added `svelte` `^5.0.0` to the `package.json` of almost all packages. Only the `component` plugin requires some changes and a new version...

> Any updates on this? Carta should work fine with Svelte 5. I tried using that in a project of mine and everything seemed ok. Did you experience any issue?

You're right, the `component` plugin still doesn't work in Svelte 5. A quick fix could be made to make it work, but it's probably better to upgrade the whole project...

Hello! I think there are some conflicting styles, as the highlight overlay is not aligned with the textarea. It's difficult to say without an example. You can check yourself to...

Closing due to inactivity.

Hello, sorry for the late reply but I'm currently very busy and I don't have much time to dedicate to open-source at the moment. Anyway, I'm not sure I understood...

I'm not sure I understood the issue correctly. However, I think I've fixed it while working on #164 . Try updating `carta-md` and let me know!

> does not log 'a' in the console when hovered, nor does a console.log in the block. however, this does function when rendered using Uhmm I think you lost some...

Hi, I can't really grasp the issue here. You want to use Shiki as the highlighter, right? Shiki is the default highlighter, and the one provided by `@cartamd/plugin-code`, and the...

Hello, here the answers to some of you questions: > I'm not sure how to make a plugin for the toolbox so that it appears on the toolbar ? If...