carta
carta copied to clipboard
A lightweight, fast and extensible Svelte Markdown editor and viewer.
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...
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
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...
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...
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...
The list is not working properly 1. List. ---> "List" getting this in out put  
Svelte 5
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...