typst.ts icon indicating copy to clipboard operation
typst.ts copied to clipboard

Run Typst in JavaScriptWorld.

Results 13 typst.ts issues
Sort by recently updated
recently updated
newest added

Is there a feature/code that enables mapping between the typst source and positions in the output? It'd be nice to be able to map from a position in the source...

I discovered the existence of the `rehype-typst` package by accident because of #505 I tried it out using Next.js + MDX + rehype-typst in my [example project here](https://github.com/Loosetooth/next-rehype-typst-mdx) and the...

Creating an issue for it. > I was going to try the `rehype-typst` package, but I can't install it. > > https://github.com/Myriad-Dreamin/typst.ts/blob/main/projects/rehype-typst/README.md?plain=1#L37 > > Is it published on npm? >...

**Describe the bug** When rendering artifact in SVG mode, the renderer throws `Error: recursive use of an object detected which would lead to unsafe aliasing in rust`. **To Reproduce** Compile...

documentation

```sh cargo install --locked --git https://github.com/Myriad-Dreamin/typst.ts typst-ts-cli Updating git repository `https://github.com/Myriad-Dreamin/typst.ts` Skipping git submodule `https://github.com/Myriad-Dreamin/typst.git` due to update strategy in .gitmodules Skipping git submodule `https://github.com/Myriad-Dreamin/cetz-editor.git` due to update strategy in...

Hello - thanks for this library! It has worked really well so far, and I am keen to see further developments. My apologies if this feature already exists; I am...

Since several markdown renders supports using MathJax or KaTeX to render math contents, it's a good idea to make typst an alternative option. And, of course, markdown-it is a good...

working + [x] Init Vue3 Library + [ ] import `@myriaddreamin/typst.ts` + [ ] A customized demo for typst.vue3 + [ ] Publish to npm

**Is your feature request related to a problem? Please describe.** My 20-page pdf is rendered into a single SVG and is causing severe performance issues. The browser reacts slowly and...

[Stage 1](https://github.com/Myriad-Dreamin/typst.ts/issues/2) has been implemented: + [Proposal 2, **Renderer**: Retrieve Text from Document][proposal-2-retrieve-text-from-document] + [Proposal 3, **Renderer**: Fine-granular Canvas Update][proposal-3-fine-granular-canvas-update] + combined with Proposal 4, **Renderer**: Differential Rendering [Stage 2](https://github.com/Myriad-Dreamin/typst.ts/issues/105)...