Enter-tainer / typst-preview

[DEPRECATED] Use tinymist instead
https://Enter-tainer.github.io/typst-preview/
MIT License
452 stars 21 forks source link

Add supports for setting sys.inputs #297

Closed 7sDream closed 1 month ago

7sDream commented 1 month ago

In the cli, the argument is the same as typst cli, which is --input key=value --input key2=value2 ....

However, I'm unsure about how to name the configuration in the VSCode extension. Calling it simply typst-preview.inputs seems ambiguous. For now, I'm using typst-preview.typstInputs, which can be revised based on further discussion.(Change to typst-preview.sysInputs)

I think this could close #213.

Enter-tainer commented 1 month ago

Thank you!