obsidian-typst icon indicating copy to clipboard operation
obsidian-typst copied to clipboard

Renders typst code blocks in Obsidian into images using Typst through the power of WASM!

Results 24 obsidian-typst issues
Sort by recently updated
recently updated
newest added

The README mentions HTML output as planned, so I thought to collect some information on the state of Typst and HTML output here: - Upstream Typst is planning and tracking...

Thanks to your great work we can use Typst in Obsidian. But It seems that this plugin will fail to load WebAssembly module. I input this in code block: ![image](https://github.com/fenjalien/obsidian-typst/assets/20497596/52905986-32c3-46b3-86ef-211a68de6208)...

bug
help wanted

The plugin doesn't seem to be able to render multi-page documents. I'm rendering as SVG in the example, but it's the same with images! **Preamble** ``` // typography #set page(paper:...

bug
enhancement

I am not sure if this plugin is the cause for the problem or the rtl plugin, but since this plugin shows the error I assume this one. while using...

bug

All features work fine on my computer(windows) and Android phone. When it comes to the **iPad**, everything works fine when using only the features of Typst itself, but I get...

bug
help wanted

I'm using the following in my shared preamble to adapt to light and dark Obsidian themes: ```typst #let foreground = if THEME == "dark" { white } else { black...

enhancement
question

I'm using admonition and typst (disabling the plugin doesn't change anything to the issue), and when I try to export to PDF my notes, Typst block are just empty, or...

bug

Not familiar with the codebase of typst or this plugin, but is this possible? Would be great to have some file-scoped globals, or, for example, some typst inside the settings...

`$|e^(i(arrow(k) dot arrow(r)))|^2_7$` incorrectly renders the superscript and subscript numbers like so: ![image](https://github.com/fenjalien/obsidian-typst/assets/51512690/57cc5682-f072-4494-adbe-ae654f77cb56)

bug

I already had lots of files in my Obsidian vault written with LaTeX syntax, and I am going to apply typst syntax in my newly created file. However, doing so...

enhancement