@tonguetoquill/collection 0.2.5-beta.1 → 0.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (107) hide show
  1. package/LICENSE +201 -201
  2. package/README.md +39 -39
  3. package/index.d.ts +2 -2
  4. package/index.js +8 -8
  5. package/package.json +41 -41
  6. package/quills/af4141/0.1.0/Quill.yaml +92 -88
  7. package/quills/af4141/0.1.0/assets/GNU General Public License.txt +340 -0
  8. package/quills/af4141/0.1.0/assets/NimbusRomNo9L-Med.otf +0 -0
  9. package/quills/af4141/0.1.0/assets/NimbusRomNo9L-MedIta.otf +0 -0
  10. package/quills/af4141/0.1.0/assets/NimbusRomNo9L-Reg.otf +0 -0
  11. package/quills/af4141/0.1.0/assets/NimbusRomNo9L-RegIta.otf +0 -0
  12. package/quills/af4141/0.1.0/design/TASK.md +19 -19
  13. package/quills/af4141/0.1.0/example.md +35 -35
  14. package/quills/af4141/0.1.0/packages/typst-af4141/FIELDS.json +3169 -3169
  15. package/quills/af4141/0.1.0/packages/typst-af4141/form.typ +538 -538
  16. package/quills/af4141/0.1.0/packages/typst-af4141/lib.typ +227 -227
  17. package/quills/af4141/0.1.0/packages/typst-af4141/typst.toml +7 -7
  18. package/quills/af4141/0.1.0/plate.typ +50 -48
  19. package/quills/classic_resume/0.1.0/Quill.yaml +118 -118
  20. package/quills/classic_resume/0.1.0/example.md +232 -232
  21. package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/LICENSE +21 -21
  22. package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/README.md +38 -38
  23. package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/src/components.typ +184 -184
  24. package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/src/layout.typ +42 -42
  25. package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/src/lib.typ +5 -5
  26. package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/typst.toml +26 -26
  27. package/quills/classic_resume/0.1.0/plate.typ +44 -44
  28. package/quills/cmu_letter/0.1.0/.quillignore +30 -30
  29. package/quills/cmu_letter/0.1.0/Quill.yaml +64 -64
  30. package/quills/cmu_letter/0.1.0/assets/cmu-wordmark.svg +174 -174
  31. package/quills/cmu_letter/0.1.0/example.md +30 -30
  32. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/LICENSE +21 -21
  33. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/fonts/README.txt +100 -100
  34. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/backmatter.typ +13 -13
  35. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/config.typ +39 -39
  36. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/frontmatter.typ +72 -72
  37. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/lib.typ +47 -47
  38. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/mainmatter.typ +42 -42
  39. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/primitives.typ +70 -70
  40. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/utils.typ +85 -85
  41. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/typst.toml +17 -17
  42. package/quills/cmu_letter/0.1.0/plate.typ +19 -19
  43. package/quills/taro/0.1.0/Quill.yaml +29 -29
  44. package/quills/taro/0.1.0/example.md +26 -26
  45. package/quills/taro/0.1.0/plate.typ +31 -31
  46. package/quills/usaf_memo/0.1.0/.quillignore +30 -30
  47. package/quills/usaf_memo/0.1.0/Quill.yaml +209 -209
  48. package/quills/usaf_memo/0.1.0/example.md +54 -54
  49. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/LICENSE +21 -21
  50. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/fonts/Cinzel/LICENSE +93 -93
  51. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/fonts/CopperplateCC/LICENSE.md +79 -79
  52. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/fonts/NimbusRomanNo9L/GNU General Public License.txt +339 -339
  53. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/backmatter.typ +28 -28
  54. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/body.typ +332 -332
  55. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/config.typ +63 -63
  56. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/frontmatter.typ +114 -114
  57. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/indorsement.typ +118 -118
  58. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/lib.typ +55 -55
  59. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/mainmatter.typ +32 -32
  60. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/primitives.typ +272 -272
  61. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/utils.typ +377 -377
  62. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/typst.toml +16 -16
  63. package/quills/usaf_memo/0.1.0/plate.typ +74 -74
  64. package/quills/usaf_memo/0.2.0/.quillignore +30 -30
  65. package/quills/usaf_memo/0.2.0/Quill.yaml +219 -219
  66. package/quills/usaf_memo/0.2.0/example.md +55 -55
  67. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/.gitignore +6 -6
  68. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/LICENSE +21 -21
  69. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/fonts/Cinzel/LICENSE +93 -93
  70. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/fonts/CopperplateCC/LICENSE.md +79 -79
  71. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/fonts/NimbusRomanNo9L/GNU General Public License.txt +339 -339
  72. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/backmatter.typ +28 -28
  73. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/body.typ +333 -333
  74. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/config.typ +64 -64
  75. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/frontmatter.typ +114 -114
  76. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/indorsement.typ +118 -118
  77. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/lib.typ +55 -55
  78. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/mainmatter.typ +32 -32
  79. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/primitives.typ +293 -293
  80. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/utils.typ +374 -374
  81. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/typst.toml +27 -27
  82. package/quills/usaf_memo/0.2.0/plate.typ +75 -75
  83. package/templates/af4141.md +88 -88
  84. package/templates/cmu_letter_template.md +37 -37
  85. package/templates/loc.md +78 -78
  86. package/templates/pass_request.md +43 -43
  87. package/templates/rebuttal.md +55 -55
  88. package/templates/taro.md +26 -26
  89. package/templates/templates.json +49 -55
  90. package/templates/usaf_template.md +23 -23
  91. package/templates/ussf_template.md +29 -29
  92. package/quills/daf4392/0.1.0/Quill.yaml +0 -110
  93. package/quills/daf4392/0.1.0/assets/arimo-v35-latin-700.ttf +0 -0
  94. package/quills/daf4392/0.1.0/assets/arimo-v35-latin-700italic.ttf +0 -0
  95. package/quills/daf4392/0.1.0/assets/arimo-v35-latin-italic.ttf +0 -0
  96. package/quills/daf4392/0.1.0/assets/arimo-v35-latin-regular.ttf +0 -0
  97. package/quills/daf4392/0.1.0/assets/page1.png +0 -0
  98. package/quills/daf4392/0.1.0/example.md +0 -33
  99. package/quills/daf4392/0.1.0/packages/daf4392page2_pkg/FIELDS.json +0 -9
  100. package/quills/daf4392/0.1.0/packages/daf4392page2_pkg/form.typ +0 -14
  101. package/quills/daf4392/0.1.0/packages/daf4392page2_pkg/lib.typ +0 -227
  102. package/quills/daf4392/0.1.0/packages/daf4392page2_pkg/out/debug.typ +0 -4
  103. package/quills/daf4392/0.1.0/packages/daf4392page2_pkg/out/example.typ +0 -4
  104. package/quills/daf4392/0.1.0/packages/daf4392page2_pkg/page1.png +0 -0
  105. package/quills/daf4392/0.1.0/packages/daf4392page2_pkg/typst.toml +0 -7
  106. package/quills/daf4392/0.1.0/plate.typ +0 -60
  107. package/templates/daf4392.md +0 -33
@@ -1,219 +1,219 @@
1
- Quill:
2
- name: usaf_memo
3
- version: 0.2.0
4
- backend: typst
5
- plate_file: plate.typ
6
- example_file: example.md
7
- description: Typesetted USAF Official Memorandum
8
-
9
- fields:
10
- memo_for:
11
- title: List of recipient organization(s)
12
- type: array
13
- required: true
14
- examples:
15
- - - ORG1/SYMBOL
16
- - ORG2/SYMBOL
17
- ui:
18
- group: Addressing
19
- description: "Organization/office symbol in UPPERCASE. To address a specific person, add their rank and name in parentheses (e.g., 'ORG/SYMBOL (LT COL JANE DOE)'). For numerous recipients, use 'DISTRIBUTION'."
20
-
21
- memo_from:
22
- title: "Sender information as array: [ORG/SYMBOL, 'Organization Name', 'Street Address', 'City State ZIP']"
23
- type: array
24
- required: true
25
- examples:
26
- - - ORG/SYMBOL
27
- - Organization Name
28
- - 123 Street Ave
29
- - City ST 12345-6789
30
- ui:
31
- group: Addressing
32
- description: If recipients are on the same installation, use only the office symbol. For recipients on other installations, include the full mailing address to enable return correspondence.
33
-
34
- subject:
35
- title: Subject of the memo
36
- type: string
37
- required: true
38
- examples:
39
- - Subject of the Memorandum
40
- ui:
41
- group: Addressing
42
- description: Be brief and clear. Capitalize the first letter of each word except articles, prepositions, and conjunctions. Include suspense dates in parentheses if applicable.
43
-
44
- signature_block:
45
- title: Signature block lines
46
- type: array
47
- required: true
48
- examples:
49
- - - "FIRST M. LAST, Rank, USSF"
50
- - Duty Title
51
- ui:
52
- group: Addressing
53
- description: "Line 1: Name in UPPERCASE as signed, grade, and service. Line 2: Duty title. Spell out 'Colonel' and general officer ranks."
54
-
55
- letterhead_title:
56
- title: Title in letterhead
57
- type: string
58
- default: DEPARTMENT OF THE AIR FORCE
59
- ui:
60
- group: Letterhead
61
- description: Standard title. Only change for Joint Commands or DoW Agencies.
62
-
63
- letterhead_caption:
64
- title: Letterhead caption line(s)
65
- type: array
66
- default:
67
- - HEADQUARTERS [UNIT NAME]
68
- ui:
69
- group: Letterhead
70
- description: The full organization name of your unit.
71
-
72
- tag_line:
73
- title: Tag line at bottom of memo
74
- type: string
75
- default: ""
76
- ui:
77
- group: Letterhead
78
- description: Organizational motto at the bottom of the page.
79
-
80
- date:
81
- title: Date of memo (YYYY-MM-DD); defaults to today
82
- type: string
83
- default: ""
84
- ui:
85
- group: Additional
86
- description: YYYY-MM-DD. Leave blank to use today's date.
87
-
88
- references:
89
- title: References for the memo
90
- type: array
91
- default: []
92
- examples:
93
- - - "AFM 33-326, 31 July 2019, Preparing Official Communications"
94
- ui:
95
- group: Additional
96
- description: "Cite by organization, type, date, and title."
97
-
98
- cc:
99
- title: Carbon copy recipients
100
- type: array
101
- default: []
102
- examples:
103
- - - Rank and Name, ORG/SYMBOL
104
- ui:
105
- group: Additional
106
- description: List office symbols of recipients to receive copies.
107
-
108
- distribution:
109
- title: Distribution list. Used when "SEE DISTRIBUTION" is specified in `memo_for`.
110
- type: array
111
- default: []
112
- examples:
113
- - - ORG1/SYMBOL
114
- - ORG2/SYMBOL
115
- ui:
116
- group: Additional
117
- description: Complete list of recipients if 'SEE DISTRIBUTION' is used in the 'Memo For' field.
118
-
119
- attachments:
120
- title: List of attachments
121
- type: array
122
- default: []
123
- examples:
124
- - - Attachment description, YYYY MMM DD
125
- ui:
126
- group: Additional
127
- description: List attachments in the order they are mentioned in the memo. Briefly describe each; do not use 'as stated' or abbreviations.
128
-
129
- classification:
130
- title: Classification level of the memo that displays in the banner
131
- type: string
132
- default: ""
133
- examples:
134
- - CONFIDENTIAL
135
- ui:
136
- group: Additional
137
- description: Follow AFI 31-401 and applicable DoD guidance for classification markings. Leave blank for unclassified.
138
-
139
- font_size:
140
- title: Font size for the memo text (int pt)
141
- type: number
142
- default: 11
143
- examples:
144
- - 11
145
- ui:
146
- group: Additional
147
- description: Font size for the memo text (pt).
148
-
149
- cards:
150
- indorsement:
151
- title: Routing indorsement
152
- description: Chain of routing endorsements. Each endorsement block adds an official response or forwarding action to the original memo.
153
- fields:
154
- from:
155
- title: From office/symbol
156
- type: string
157
- default: ORG/SYMBOL
158
- ui:
159
- group: Addressing
160
- description: "Office symbol or Rank Name of the endorsing official (e.g., 'ORG/SYMBOL')."
161
- for:
162
- title: To office/symbol
163
- type: string
164
- default: ORG/SYMBOL
165
- ui:
166
- group: Addressing
167
- description: Office symbol or organization receiving the endorsed memo.
168
- signature_block:
169
- title: Signature block lines
170
- type: array
171
- examples:
172
- - - "FIRST M. LAST, Rank, USAF"
173
- - Duty Title
174
- ui:
175
- group: Addressing
176
- description: "Line 1: Name in UPPERCASE as signed, grade, and service. Line 2: Duty title."
177
- required: true
178
- default:
179
- - "FIRST M. LAST, Rank, USAF"
180
- - Duty Title
181
- format:
182
- title: Indorsement format
183
- type: string
184
- enum:
185
- - standard
186
- - informal
187
- - separate_page
188
- ui:
189
- group: Additional
190
- description: "Format style: 'standard' (formal on same page), 'informal' (less formal routing), or 'separate_page' (starts on new page)."
191
- default: standard
192
- action:
193
- title: Action Decision
194
- type: string
195
- enum:
196
- - undecided
197
- - approve
198
- - disapprove
199
- ui:
200
- group: Addressing
201
- description: "Action taken by the endorser. Use 'undecided' to display the Approve/Disapprove line with neither option circled, 'approve' or 'disapprove' to circle the selected option."
202
- attachments:
203
- title: Attachments for this endorsement
204
- type: array
205
- ui:
206
- group: Additional
207
- description: List of attachments specific to this endorsement.
208
- cc:
209
- title: Carbon copy recipients
210
- type: array
211
- ui:
212
- group: Additional
213
- description: List of office symbols to receive copies of this endorsement.
214
- date:
215
- title: Date of endorsement (YYYY-MM-DD)
216
- type: string
217
- ui:
218
- group: Additional
219
- description: Date of the endorsement. Leave blank to omit.
1
+ Quill:
2
+ name: usaf_memo
3
+ version: 0.2.0
4
+ backend: typst
5
+ plate_file: plate.typ
6
+ example_file: example.md
7
+ description: Typesetted USAF Official Memorandum
8
+
9
+ fields:
10
+ memo_for:
11
+ title: List of recipient organization(s)
12
+ type: array
13
+ required: true
14
+ examples:
15
+ - - ORG1/SYMBOL
16
+ - ORG2/SYMBOL
17
+ ui:
18
+ group: Addressing
19
+ description: "Organization/office symbol in UPPERCASE. To address a specific person, add their rank and name in parentheses (e.g., 'ORG/SYMBOL (LT COL JANE DOE)'). For numerous recipients, use 'DISTRIBUTION'."
20
+
21
+ memo_from:
22
+ title: "Sender information as array: [ORG/SYMBOL, 'Organization Name', 'Street Address', 'City State ZIP']"
23
+ type: array
24
+ required: true
25
+ examples:
26
+ - - ORG/SYMBOL
27
+ - Organization Name
28
+ - 123 Street Ave
29
+ - City ST 12345-6789
30
+ ui:
31
+ group: Addressing
32
+ description: If recipients are on the same installation, use only the office symbol. For recipients on other installations, include the full mailing address to enable return correspondence.
33
+
34
+ subject:
35
+ title: Subject of the memo
36
+ type: string
37
+ required: true
38
+ examples:
39
+ - Subject of the Memorandum
40
+ ui:
41
+ group: Addressing
42
+ description: Be brief and clear. Capitalize the first letter of each word except articles, prepositions, and conjunctions. Include suspense dates in parentheses if applicable.
43
+
44
+ signature_block:
45
+ title: Signature block lines
46
+ type: array
47
+ required: true
48
+ examples:
49
+ - - "FIRST M. LAST, Rank, USSF"
50
+ - Duty Title
51
+ ui:
52
+ group: Addressing
53
+ description: "Line 1: Name in UPPERCASE as signed, grade, and service. Line 2: Duty title. Spell out 'Colonel' and general officer ranks."
54
+
55
+ letterhead_title:
56
+ title: Title in letterhead
57
+ type: string
58
+ default: DEPARTMENT OF THE AIR FORCE
59
+ ui:
60
+ group: Letterhead
61
+ description: Standard title. Only change for Joint Commands or DoW Agencies.
62
+
63
+ letterhead_caption:
64
+ title: Letterhead caption line(s)
65
+ type: array
66
+ default:
67
+ - HEADQUARTERS [UNIT NAME]
68
+ ui:
69
+ group: Letterhead
70
+ description: The full organization name of your unit.
71
+
72
+ tag_line:
73
+ title: Tag line at bottom of memo
74
+ type: string
75
+ default: ""
76
+ ui:
77
+ group: Letterhead
78
+ description: Organizational motto at the bottom of the page.
79
+
80
+ date:
81
+ title: Date of memo (YYYY-MM-DD); defaults to today
82
+ type: string
83
+ default: ""
84
+ ui:
85
+ group: Additional
86
+ description: YYYY-MM-DD. Leave blank to use today's date.
87
+
88
+ references:
89
+ title: References for the memo
90
+ type: array
91
+ default: []
92
+ examples:
93
+ - - "AFM 33-326, 31 July 2019, Preparing Official Communications"
94
+ ui:
95
+ group: Additional
96
+ description: "Cite by organization, type, date, and title."
97
+
98
+ cc:
99
+ title: Carbon copy recipients
100
+ type: array
101
+ default: []
102
+ examples:
103
+ - - Rank and Name, ORG/SYMBOL
104
+ ui:
105
+ group: Additional
106
+ description: List office symbols of recipients to receive copies.
107
+
108
+ distribution:
109
+ title: Distribution list. Used when "SEE DISTRIBUTION" is specified in `memo_for`.
110
+ type: array
111
+ default: []
112
+ examples:
113
+ - - ORG1/SYMBOL
114
+ - ORG2/SYMBOL
115
+ ui:
116
+ group: Additional
117
+ description: Complete list of recipients if 'SEE DISTRIBUTION' is used in the 'Memo For' field.
118
+
119
+ attachments:
120
+ title: List of attachments
121
+ type: array
122
+ default: []
123
+ examples:
124
+ - - Attachment description, YYYY MMM DD
125
+ ui:
126
+ group: Additional
127
+ description: List attachments in the order they are mentioned in the memo. Briefly describe each; do not use 'as stated' or abbreviations.
128
+
129
+ classification:
130
+ title: Classification level of the memo that displays in the banner
131
+ type: string
132
+ default: ""
133
+ examples:
134
+ - CONFIDENTIAL
135
+ ui:
136
+ group: Additional
137
+ description: Follow AFI 31-401 and applicable DoD guidance for classification markings. Leave blank for unclassified.
138
+
139
+ font_size:
140
+ title: Font size for the memo text (int pt)
141
+ type: number
142
+ default: 11
143
+ examples:
144
+ - 11
145
+ ui:
146
+ group: Additional
147
+ description: Font size for the memo text (pt).
148
+
149
+ cards:
150
+ indorsement:
151
+ title: Routing indorsement
152
+ description: Chain of routing endorsements. Each endorsement block adds an official response or forwarding action to the original memo.
153
+ fields:
154
+ from:
155
+ title: From office/symbol
156
+ type: string
157
+ default: ORG/SYMBOL
158
+ ui:
159
+ group: Addressing
160
+ description: "Office symbol or Rank Name of the endorsing official (e.g., 'ORG/SYMBOL')."
161
+ for:
162
+ title: To office/symbol
163
+ type: string
164
+ default: ORG/SYMBOL
165
+ ui:
166
+ group: Addressing
167
+ description: Office symbol or organization receiving the endorsed memo.
168
+ signature_block:
169
+ title: Signature block lines
170
+ type: array
171
+ examples:
172
+ - - "FIRST M. LAST, Rank, USAF"
173
+ - Duty Title
174
+ ui:
175
+ group: Addressing
176
+ description: "Line 1: Name in UPPERCASE as signed, grade, and service. Line 2: Duty title."
177
+ required: true
178
+ default:
179
+ - "FIRST M. LAST, Rank, USAF"
180
+ - Duty Title
181
+ format:
182
+ title: Indorsement format
183
+ type: string
184
+ enum:
185
+ - standard
186
+ - informal
187
+ - separate_page
188
+ ui:
189
+ group: Additional
190
+ description: "Format style: 'standard' (formal on same page), 'informal' (less formal routing), or 'separate_page' (starts on new page)."
191
+ default: standard
192
+ action:
193
+ title: Action Decision
194
+ type: string
195
+ enum:
196
+ - undecided
197
+ - approve
198
+ - disapprove
199
+ ui:
200
+ group: Addressing
201
+ description: "Action taken by the endorser. Use 'undecided' to display the Approve/Disapprove line with neither option circled, 'approve' or 'disapprove' to circle the selected option."
202
+ attachments:
203
+ title: Attachments for this endorsement
204
+ type: array
205
+ ui:
206
+ group: Additional
207
+ description: List of attachments specific to this endorsement.
208
+ cc:
209
+ title: Carbon copy recipients
210
+ type: array
211
+ ui:
212
+ group: Additional
213
+ description: List of office symbols to receive copies of this endorsement.
214
+ date:
215
+ title: Date of endorsement (YYYY-MM-DD)
216
+ type: string
217
+ ui:
218
+ group: Additional
219
+ description: Date of the endorsement. Leave blank to omit.
@@ -1,56 +1,56 @@
1
- ---
2
- # Essential
3
- #===========
4
- QUILL: usaf_memo@0.2.0
5
- letterhead_title: DEPARTMENT OF THE AIR FORCE
6
- letterhead_caption:
7
- - HEADQUARTERS YOUR UNIT NAME
8
- date: 2504-10-05
9
- memo_for:
10
- - ORG/SYMBOL # Organization/office symbol in UPPERCASE
11
- # - DISTRIBUTION # For numerous recipients, use 'DISTRIBUTION' and list them below
12
- memo_from:
13
- - ORG/SYMBOL
14
- - Organization Name
15
- - 123 Street Ave
16
- - City ST 12345-6789
17
- subject: Subject of the Memorandum
18
-
19
- # Optional
20
- #===========
21
- references:
22
- - AFM 33-326, 31 July 2019, Preparing Official Communications
23
- cc:
24
- - ORG/SYMBOL
25
- distribution:
26
- - 1st ORG/SYMBOL
27
- attachments:
28
- - Attachment description, YYYY MMM DD
29
- signature_block:
30
- - FIRST M. LAST, Rank, USAF
31
- - Duty Title
32
- tag_line: Aim High
33
- classification: SECRET//FICTIONAL
34
- ---
35
-
36
- The `usaf_memo` Quill package takes care of all 33-337 formatting details. Focus on the content.
37
-
38
- **Numbering** Top-level paragraphs like this one are automatically numbered. NEVER manually number your paragraphs.
39
-
40
- - Use bullets for hierarchical paragraph nesting. These are automatically numbered or lettered as well.
41
- - Up to five levels of paragraphs are supported
42
-
43
- Do not include a complimentary close (e.g. "Respectfully,") in official memorandums.
44
-
45
- ---
46
- CARD: indorsement
47
- for: ORG/SYMBOL
48
- format: standard
49
- from: ORG/SYMBOL
50
- action: undecided
51
- signature_block:
52
- - FIRST M. LAST, Rank, USAF
53
- - Duty Title
54
- ---
55
-
1
+ ---
2
+ # Essential
3
+ #===========
4
+ QUILL: usaf_memo@0.2.0
5
+ letterhead_title: DEPARTMENT OF THE AIR FORCE
6
+ letterhead_caption:
7
+ - HEADQUARTERS YOUR UNIT NAME
8
+ date: 2504-10-05
9
+ memo_for:
10
+ - ORG/SYMBOL # Organization/office symbol in UPPERCASE
11
+ # - DISTRIBUTION # For numerous recipients, use 'DISTRIBUTION' and list them below
12
+ memo_from:
13
+ - ORG/SYMBOL
14
+ - Organization Name
15
+ - 123 Street Ave
16
+ - City ST 12345-6789
17
+ subject: Subject of the Memorandum
18
+
19
+ # Optional
20
+ #===========
21
+ references:
22
+ - AFM 33-326, 31 July 2019, Preparing Official Communications
23
+ cc:
24
+ - ORG/SYMBOL
25
+ distribution:
26
+ - 1st ORG/SYMBOL
27
+ attachments:
28
+ - Attachment description, YYYY MMM DD
29
+ signature_block:
30
+ - FIRST M. LAST, Rank, USAF
31
+ - Duty Title
32
+ tag_line: Aim High
33
+ classification: SECRET//FICTIONAL
34
+ ---
35
+
36
+ The `usaf_memo` Quill package takes care of all 33-337 formatting details. Focus on the content.
37
+
38
+ **Numbering** Top-level paragraphs like this one are automatically numbered. NEVER manually number your paragraphs.
39
+
40
+ - Use bullets for hierarchical paragraph nesting. These are automatically numbered or lettered as well.
41
+ - Up to five levels of paragraphs are supported
42
+
43
+ Do not include a complimentary close (e.g. "Respectfully,") in official memorandums.
44
+
45
+ ---
46
+ CARD: indorsement
47
+ for: ORG/SYMBOL
48
+ format: standard
49
+ from: ORG/SYMBOL
50
+ action: undecided
51
+ signature_block:
52
+ - FIRST M. LAST, Rank, USAF
53
+ - Duty Title
54
+ ---
55
+
56
56
  This body and the metdata above are an indorsement card. Multiple or no indorsements cards can be used.
@@ -1,7 +1,7 @@
1
- *
2
- !*/
3
- !/.gitignore
4
- !/LICENSE
5
- !/typst.toml
6
- !/src/**
1
+ *
2
+ !*/
3
+ !/.gitignore
4
+ !/LICENSE
5
+ !/typst.toml
6
+ !/src/**
7
7
  !/fonts/**
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2025 Nibs
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Nibs
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.