obsidian-typst
obsidian-typst copied to clipboard
Renders typst code blocks in Obsidian into images using Typst through the power of WASM!
Currently Typst Renderer will successfully render a multi-line Typst block: ```typst # Simple Linear Model $$ y &= a + b x\ &= B_0 + B_1 x + epsilon $$...
I just updated Obsidian to v1.6.5 and now `TypeError: Cannot read properties of undefined (reading 'compile_svg')` gets displayed for every typst-field. This happens for math-fields (with `$` or `$$`) and...
See issue #59 for why this patch is needed. Essentially, inside the web worker environment, the global 'Response' does not exist. As a result, wasm-bindgen's attempt to fetch the binary...
I saved all the files and ran the eslint on the codebase. Depends on https://github.com/fenjalien/obsidian-typst/pull/62 being merged first to prevent merge conflicts
Add an option to define the typst preambles in a file, similar to obsidian-latex-suite plugin. See https://github.com/artisticat1/obsidian-latex-suite/issues/39, and https://github.com/artisticat1/obsidian-latex-suite/commit/3d8f31f7dd90897f681bff43b86274109b25db36.
I have this big math note. Most parts of it aren't visible most of the time, yet the larger it gets the slower the rendering is, making obsidian real clunky.
Closes #52. Currently only works on the Desktop app due to #38. If `Use custom package path` is checked, the user have to choose a path and click on the...
When use PNG file in Figure's imge, like the follow code: ```typst #figure( image("附件/24.png", width: 50%), caption: [ 图片描述文字。 ] ) ``` report ERROR: ``` Error: failed to decode image...
It would be useful to be able to specify a list of `sys.inputs` along with a shared preamble
Related to #39 Math in titles seems to be centered around the entire text-box and not the "text" center-line? With line to show that it seems centered around horizontal center...