-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hi there!
I'm just beginning to try uploading a few packages to Typst-Forge, especially in an effort to identify obstacles to wider adoption - I think having this forge is a super initiative and would love to be able to rely on it in the future. Now that of course requires that even people who do not know anything about conda packaging could do so without too much trouble. I'm writing up a blog post (or possibly a couple) about how to upload to typst-forge, so I'll also open some issues along the way about what I think are the trivial stumbling blocks.
So the first one is the preview patching. I have never done a patch myself, so even for me who's packaged a few things on conda-forge, this would require some additional context. When it's just for the package's own preiew import, do you reckon it is something that could be written with a script which could then be run with a simple pixi command (pixi run patch-preview)? I imagine some basic regex magic could do the job.
I'd guess a bit more information would be needed if other things would need patching, but I think that could wait for later.