How to store and use imported templates locally?

Welcome! Generally, typst packages will have their repository listed under “About > repository” of their typst universe page. In this case, the listed repository is here: GitHub - Carlos-Mero/may: A simple and elegant document template for multiple daily tasks. · GitHub

You’re right that it’s saved locally. The documentation for packages states:

Also, if you are using e.g. vscode + tinymist you can use ctrl + click to go to the package’s files directly.

So if you want, you can edit the files in there directly. This isn’t really recommended, as (for example) you might change package behavior and so updating them might cause unwanted issues. Instead, the documentation linked above describes how to make a local pckage. Essentially, you would move the file from packages/preview to packages/local

3 Likes