Conversation
…emo; adjust font usage note, update import paths, and remove obsolete thumbnail asset.
|
I've been using snake case since v1. Are kebab case names enforced now for published templates? |
|
It is not, but for some reason CI didn't catch it previously. However, I can see you are using a mix of kebab-case and snake_case, it would be nice to decide on either and stick to it. The Typst standard library and ecosystem generally uses kebab-case, which is why we have this lint, and I would recommend using it too, but if you prefer to have snake_case everywhere that's also possible. |
| - `template/usaf-template.typ` for a standard Air Force memo | ||
| - `template/ussf-template.typ` for Space Force | ||
| - `template/starkindustries.typ` for a custom organization example |
There was a problem hiding this comment.
For info, when creating the template, the root will contain the same files as template/, meaning that the template/ prefix might be confusing, as it won't exist.
There was a problem hiding this comment.
Gotcha. This might be a deeper design issue, but I want the README to make sense for the https://github.com/nibsbin/tonguetoquill-usaf-memo repo as well (that's what it was primarily written for).
Will make the change if this is a hard requirement for the update
There was a problem hiding this comment.
Yes, I agree that it is not great if you want to keep a unified version of the README, and that maintaining two slightly different ones is a bit of effort. If you think it won't affect users that much and that your README will still be understandable for someone discovering the package via the Typst Universe website, you can keep it as is.
I am submitting
Description: 3.0.0 Update
memo_style: "daf"option produces Department of the Air Force–formatted memos with fixed paragraph indentation and DAF-standard date formatting, distinct from the default USAF style.letterhead_seal_subtitle. Optional subtitle rendered beneath the letterhead seal image.format-partaking anindent-fnparameter, eliminating redundancy.auto_numberingparameter removed. Base-level paragraphs are now always auto-numbered per AFH 33-337 §2. Hierarchical numbering applies to explicit list/enum items only.memo_stylewas previously read as a contextual content value inindorsement.typ, causing the DAF branch to never trigger.I have read and followed the submission guidelines and, in particular, I