|
4 | 4 |
|
5 | 5 | Allows CSS/SVG named colors to be used directly in a Typst document.
|
6 | 6 |
|
7 |
| -## Template adaptation checklist |
8 |
| - |
9 |
| -- [x] Fill out `README.md` |
10 |
| - - Change the `my-package` package name, including code snippets |
11 |
| - - Check section contents and/or delete sections that don't apply |
12 |
| -- [x] Check and/or replace `LICENSE` by something that suits your needs |
13 |
| -- [x] Fill out `typst.toml` |
14 |
| - - See also the [typst/packages README](https://github.com/typst/packages/?tab=readme-ov-file#package-format) |
15 |
| -- [x] Adapt Repository URLs in `CHANGELOG.md` |
16 |
| - - Consider only committing that file with your first release, or removing the "Initial Release" part in the beginning |
17 |
| -- [ ] Adapt or deactivate the release workflow in `.github/workflows/release.yml` |
18 |
| - - to deactivate it, delete that file or remove/comment out lines 2-4 (`on:` and following) |
19 |
| - - to use the workflow |
20 |
| - - [ ] check the values under `env:`, particularly `REGISTRY_REPO` |
21 |
| - - [ ] if you don't have one, [create a fine-grained personal access token](https://github.com/settings/tokens?type=beta) with [only Contents permission](https://stackoverflow.com/a/75116350/371191) for the `REGISTRY_REPO` |
22 |
| - - [ ] on this repo, create a secret `REGISTRY_TOKEN` (at `https://github.com/[user]/[repo]/settings/secrets/actions`) that contains the so created token |
23 |
| - |
24 |
| - if configured correctly, whenever you create a tag `v...`, your package will be pushed onto a branch on the `REGISTRY_REPO`, from which you can then create a pull request against [typst/packages](https://github.com/typst/packages/) |
25 |
| -- [x] remove/replace the example test case |
26 |
| -- [x] (add your actual code, docs and tests) |
27 |
| -- [ ] remove this section from the README |
28 |
| - |
29 | 7 | ## Getting Started
|
30 | 8 |
|
31 | 9 | These instructions will get you a copy of the project up and running on the Typst web app.
|
@@ -119,8 +97,8 @@ The following examples demonstrate the usage of the `css-colors` package in vari
|
119 | 97 | <img src="./thumbnail-2-light.svg" alt="">
|
120 | 98 | </picture>
|
121 | 99 |
|
122 |
| -For additional examples, detailed explanations and the actual PDF output refer to the project manual. |
| 100 | +For more examples, in-depth explanations, and the PDF output, please refer to the project manual. |
123 | 101 |
|
124 | 102 | ## Acknowledgments
|
125 | 103 |
|
126 |
| -I would like to thank the Typst community on [Discord](https://discord.com/channels/1054443721975922748/1069937650125000807) for giving invaluable support during the development of this package. |
| 104 | +Special thanks to the Typst community on [Discord](https://discord.com/channels/1054443721975922748/1069937650125000807) for their invaluable assistance and support during the development of this package. |
0 commit comments