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

Hello I wanted to start using the lib, but I've noticed this bug: https://jam.dev/c/00b1b488-79e5-49b0-a0e1-cf6153e0ee6c When going down in editor the cursor position becomes wrong. Answer in this issue https://github.com/BearToCode/carta/issues/83#issuecomment-2178378586 mentions...

Sorry if this is a newbie question, but I'm running 4.8.1: ```shell > pnpm why carta-md Legend: production dependency, optional only, dev only [email protected] F:\data\workspaces\pairsys\court-demo\fe\hammertime (PRIVATE) dependencies: @cartamd/plugin-code 4.1.1 └──...

bug
cannot reproduce

I am trying to implement an auto-save feature for carta-md editor. In my implementation there's a noticeable lag in large documents because of how reactivity work.. I'm not sure if...

bug
enhancement
help wanted

Here is my setup: - Tailwind CSS V4 is used - DaisyUI 5.0.12 components are used - Svelte Kit V2.17.3 is used, svelte V5 - TypeScript is used for the...

question

I was trying to use this with shiki syntax highlighting, but couldn't find a mention in documents. It would be helpful if a document is added on how to. use...

question

I would like to add coloration to a syntax like so : ```md ``` Where can be replaced by any markdown part and is a predefined string In the end...

I can't build on cloudflare pages. Using svelte adapter-auto it chooses cloudflare's adapter. However, it does build with adapter-node but it just returns 404. It works fine on vercel. Here...

bug

I liked this library, simple to use and elegant. I was thinking is there a way we can highlight a text based on the text string? If you tell me...

Hello , I'm not sure how to make a plugin for the toolbox so that it appears on the toolbar ? ![Image](https://github.com/user-attachments/assets/3ead97f0-58b5-43d1-8535-fbbb752355d7) I want it to Insert predefined text or...

question

hello, I have a simple component that should console.log something when it is hovered just for testing, however none of it's javascript gets loaded to the client version of the...

bug
released