mattfbacon / typst-bot

A discord bot to render Typst code
GNU Affero General Public License v3.0
56 stars 11 forks source link

0.6.0 Package Management Support #3

Closed mattfbacon closed 1 year ago

mattfbacon commented 1 year ago

Implement a solution similar to the CLI that downloads packages on demand into a cache. Only allow downloading from the centralized preview repo.

mattfbacon commented 1 year ago

On further thought, I think it would be better to simply clone the Github repo and then get packages from that. If a package is missing, try a git pull before failing.

mattfbacon commented 1 year ago

Fixed by 83ef450