We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
The text was updated successfully, but these errors were encountered:
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"
Sorry, something went wrong.
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.
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: