logseq-fenced-code-plus icon indicating copy to clipboard operation
logseq-fenced-code-plus copied to clipboard

feat: support typst

Open b-yp opened this issue 1 year ago • 3 comments

Hello, I just added support for typst in the plugin, and it seems to be working fine. However, I'm unsure if this PR can be merged, as it depends on too many files, and the files are not loaded using logseq.Experiments.loadScripts(). This is the only way I could do it; I can't find a better solution. If you have any other thoughts, please let me know.

https://github.com/user-attachments/assets/bce55714-3ad2-4572-b9a6-baa495d1b709

b-yp avatar Oct 31 '24 03:10 b-yp

Hi @b-yp Just simplified the typst package. Feel free to continue any works if you want :)

xyhp915 avatar Nov 04 '24 14:11 xyhp915

Thank you @xyhp915 ! The code you optimized is fantastic; it eliminated a lot of JS file imports and switched to using npm imports. 👍

b-yp avatar Nov 04 '24 15:11 b-yp

I just noticed there's another PR here. Can this PR be merged?

b-yp avatar Mar 18 '25 02:03 b-yp