Open wangmeng1995 opened 7 months ago
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:
But it can't render correctly.
Hopefully this can be fixed to use more Typst packages in Obsidian.
Thank you!
For me the same error occured, when trying to use #import "@preview/diagraph:0.2.3". But other packages such as cetz or quill are working fine.
#import "@preview/diagraph:0.2.3"
That would be because cetz and quill don't use wasm plugins, but diagraph does.
This is a pretty big issue but I don't have the time right now to debug and fix this properly.
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:
But it can't render correctly.
Hopefully this can be fixed to use more Typst packages in Obsidian.
Thank you!