-
Notifications
You must be signed in to change notification settings - Fork 464
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wenyuan-campaign:0.1.0 #1328
wenyuan-campaign:0.1.0 #1328
Conversation
Not quite sure why the package check is bringing up "This PR does too many things", please advise if there's any issues, thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the nice template!
Sorry about the CI bug, it is a known. I did a manual review instead.
For info, it is more common in the Typst ecosystem to use kebab-case names for functions and their arguments, so you may want to change that (but you can also keep camelCase if you prefer).
Thanks for you feedback. It's no problem to change the names, I don't think I ever realised Typst allows kebab-case until recently lol |
Okay, it's still unhappy about a camelCase name, but that's not really part of the intended public interface 😅 everything that's meant to be used by a user should be now kebab case Also, sorry about the few last straggler bugs and features that need to be added in before merge |
Thank you for renaming the package and fixing the issues. FYI, you can silence warnings about kebab-case by prefixing names with a
Please tell me when you're ready for another review then :) |
Thanks for your advice. I've gone through the package once more and ported one of my own small campaigns to typst, I can't see any more problems so it's probably good to release to the wild Ready for review whenever you are. |
Great, everything looks good to me, thanks! |
I am submitting
Description: This package recreates the LaTeX DnD 5e-style campaign document for Typst, for all game masters who want to write (or publish!) their campaign documents in a format like published campaigns, and for reasons prefer to use typst or do not want to go through the trouble of manually installing a LaTeX package, dealing with long compile times, etc.
I have read and followed the submission guidelines and, in particular, I
typst.toml
file with all required keysREADME.md
with documentation for my packageLICENSE
file or linked one in myREADME.md
exclude
d PDFs or README images, if any, but not the LICENSE