carta icon indicating copy to clipboard operation
carta copied to clipboard

A lightweight, fast and extensible Svelte Markdown editor and viewer.

Results 22 carta issues
Sort by recently updated
recently updated
newest added

I am just trying out the v4 of this library in a SvelteKit project, but the build fails, probably due to this issue of `shiki` trying to load files using...

bug

Error on load carta-md.js?v=7095f9a7:2455 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'scrollWidth') at overflowing (carta-md.js?v=7095f9a7:2455:41) at carta-md.js?v=7095f9a7:2456:14 at carta-md.js?v=7095f9a7:186:32

bug

Could we start to implement mobile support? I am building a hybrid mobile app and am looking for a md editor and renderer. I've been using https://github.com/ssssota/svelte-exmarkdown so far, but...

enhancement

This editor is so cool, kudos! I'm not too familiar with svelte, but how hard would it be to compile this into JS and have a pure JS api to...

enhancement

Trying out the editor when switching to/from the write and preview, going back to Write, the syntax highlight for the editor flickers because it is getting mounted conditionally when the...

First, thanks for making a great tool for the Svelte community. I'm trying to get Carta to work with my minimal site using PicoCSS. I've managed to isolate the issues...

I have a Carta component like so: ``` ``` On my webpage pressing backspace several times makes my cursor disappear. I have to reclick the component to be able to...

bug

The list is not working properly 1. List. ---> "List" getting this in out put ![image](https://github.com/user-attachments/assets/9a3a6f96-28a6-4e7f-8356-05b04c3f9d94) ![image](https://github.com/user-attachments/assets/0d517225-c242-46f1-81ed-f96df14786a0)

Are there plans for Svelte 5 support? :)

OS: MacOS 14.5 PC: MacPro M1 carta version: 4.4.2 I use Carta in one of my components in SvelteKit and although it works kind of, it does have a weird...