@tonguetoquill/collection 0.2.3 → 0.2.5-beta.1

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 (102) 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 +88 -88
  7. package/quills/af4141/0.1.0/design/TASK.md +19 -19
  8. package/quills/af4141/0.1.0/example.md +35 -35
  9. package/quills/af4141/0.1.0/packages/typst-af4141/FIELDS.json +3169 -3169
  10. package/quills/af4141/0.1.0/packages/typst-af4141/form.typ +538 -538
  11. package/quills/af4141/0.1.0/packages/typst-af4141/lib.typ +227 -227
  12. package/quills/af4141/0.1.0/packages/typst-af4141/typst.toml +7 -7
  13. package/quills/af4141/0.1.0/plate.typ +48 -48
  14. package/quills/classic_resume/0.1.0/Quill.yaml +118 -118
  15. package/quills/classic_resume/0.1.0/example.md +232 -232
  16. package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/LICENSE +21 -21
  17. package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/README.md +38 -38
  18. package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/src/components.typ +184 -184
  19. package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/src/layout.typ +42 -42
  20. package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/src/lib.typ +5 -5
  21. package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/typst.toml +26 -26
  22. package/quills/classic_resume/0.1.0/plate.typ +44 -44
  23. package/quills/cmu_letter/0.1.0/.quillignore +30 -30
  24. package/quills/cmu_letter/0.1.0/Quill.yaml +64 -64
  25. package/quills/cmu_letter/0.1.0/assets/cmu-wordmark.svg +174 -174
  26. package/quills/cmu_letter/0.1.0/example.md +30 -30
  27. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/LICENSE +21 -21
  28. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/fonts/README.txt +100 -100
  29. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/backmatter.typ +13 -13
  30. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/config.typ +39 -39
  31. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/frontmatter.typ +72 -72
  32. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/lib.typ +47 -47
  33. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/mainmatter.typ +42 -42
  34. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/primitives.typ +70 -70
  35. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/utils.typ +85 -85
  36. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/typst.toml +17 -17
  37. package/quills/cmu_letter/0.1.0/plate.typ +19 -19
  38. package/quills/daf4392/0.1.0/Quill.yaml +110 -0
  39. package/quills/daf4392/0.1.0/assets/arimo-v35-latin-700.ttf +0 -0
  40. package/quills/daf4392/0.1.0/assets/arimo-v35-latin-700italic.ttf +0 -0
  41. package/quills/daf4392/0.1.0/assets/arimo-v35-latin-italic.ttf +0 -0
  42. package/quills/daf4392/0.1.0/assets/arimo-v35-latin-regular.ttf +0 -0
  43. package/quills/daf4392/0.1.0/assets/page1.png +0 -0
  44. package/quills/daf4392/0.1.0/example.md +33 -0
  45. package/quills/daf4392/0.1.0/packages/daf4392page2_pkg/FIELDS.json +9 -0
  46. package/quills/daf4392/0.1.0/packages/daf4392page2_pkg/form.typ +14 -0
  47. package/quills/daf4392/0.1.0/packages/daf4392page2_pkg/lib.typ +227 -0
  48. package/quills/daf4392/0.1.0/packages/daf4392page2_pkg/out/debug.typ +4 -0
  49. package/quills/daf4392/0.1.0/packages/daf4392page2_pkg/out/example.typ +4 -0
  50. package/quills/daf4392/0.1.0/packages/daf4392page2_pkg/page1.png +0 -0
  51. package/quills/daf4392/0.1.0/packages/daf4392page2_pkg/typst.toml +7 -0
  52. package/quills/daf4392/0.1.0/plate.typ +60 -0
  53. package/quills/taro/0.1.0/Quill.yaml +29 -29
  54. package/quills/taro/0.1.0/example.md +26 -26
  55. package/quills/taro/0.1.0/plate.typ +31 -31
  56. package/quills/usaf_memo/0.1.0/.quillignore +30 -30
  57. package/quills/usaf_memo/0.1.0/Quill.yaml +209 -209
  58. package/quills/usaf_memo/0.1.0/example.md +54 -54
  59. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/LICENSE +21 -21
  60. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/fonts/Cinzel/LICENSE +93 -93
  61. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/fonts/CopperplateCC/LICENSE.md +79 -79
  62. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/fonts/NimbusRomanNo9L/GNU General Public License.txt +339 -339
  63. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/backmatter.typ +28 -28
  64. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/body.typ +332 -332
  65. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/config.typ +63 -63
  66. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/frontmatter.typ +114 -114
  67. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/indorsement.typ +118 -118
  68. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/lib.typ +55 -55
  69. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/mainmatter.typ +32 -32
  70. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/primitives.typ +272 -272
  71. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/utils.typ +377 -377
  72. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/typst.toml +16 -16
  73. package/quills/usaf_memo/0.1.0/plate.typ +74 -74
  74. package/quills/usaf_memo/0.2.0/.quillignore +30 -30
  75. package/quills/usaf_memo/0.2.0/Quill.yaml +219 -219
  76. package/quills/usaf_memo/0.2.0/example.md +55 -55
  77. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/.gitignore +6 -6
  78. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/LICENSE +21 -21
  79. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/fonts/Cinzel/LICENSE +93 -93
  80. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/fonts/CopperplateCC/LICENSE.md +79 -79
  81. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/fonts/NimbusRomanNo9L/GNU General Public License.txt +339 -339
  82. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/backmatter.typ +28 -28
  83. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/body.typ +333 -333
  84. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/config.typ +64 -64
  85. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/frontmatter.typ +114 -114
  86. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/indorsement.typ +118 -118
  87. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/lib.typ +55 -55
  88. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/mainmatter.typ +32 -32
  89. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/primitives.typ +293 -293
  90. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/utils.typ +374 -374
  91. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/typst.toml +27 -27
  92. package/quills/usaf_memo/0.2.0/plate.typ +75 -75
  93. package/templates/af4141.md +88 -88
  94. package/templates/cmu_letter_template.md +37 -37
  95. package/templates/daf4392.md +33 -0
  96. package/templates/loc.md +78 -78
  97. package/templates/pass_request.md +43 -43
  98. package/templates/rebuttal.md +55 -55
  99. package/templates/taro.md +26 -26
  100. package/templates/templates.json +55 -49
  101. package/templates/usaf_template.md +23 -23
  102. package/templates/ussf_template.md +29 -29
@@ -1,209 +1,209 @@
1
- Quill:
2
- name: usaf_memo
3
- version: 0.1.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
- attachments:
193
- title: Attachments for this endorsement
194
- type: array
195
- ui:
196
- group: Additional
197
- description: List of attachments specific to this endorsement.
198
- cc:
199
- title: Carbon copy recipients
200
- type: array
201
- ui:
202
- group: Additional
203
- description: List of office symbols to receive copies of this endorsement.
204
- date:
205
- title: Date of endorsement (YYYY-MM-DD)
206
- type: string
207
- ui:
208
- group: Additional
209
- description: Date of the endorsement. Leave blank to omit.
1
+ Quill:
2
+ name: usaf_memo
3
+ version: 0.1.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
+ attachments:
193
+ title: Attachments for this endorsement
194
+ type: array
195
+ ui:
196
+ group: Additional
197
+ description: List of attachments specific to this endorsement.
198
+ cc:
199
+ title: Carbon copy recipients
200
+ type: array
201
+ ui:
202
+ group: Additional
203
+ description: List of office symbols to receive copies of this endorsement.
204
+ date:
205
+ title: Date of endorsement (YYYY-MM-DD)
206
+ type: string
207
+ ui:
208
+ group: Additional
209
+ description: Date of the endorsement. Leave blank to omit.
@@ -1,55 +1,55 @@
1
- ---
2
- # Essential
3
- #===========
4
- QUILL: usaf_memo@0.1
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
- signature_block:
51
- - FIRST M. LAST, Rank, USAF
52
- - Duty Title
53
- ---
54
-
1
+ ---
2
+ # Essential
3
+ #===========
4
+ QUILL: usaf_memo@0.1
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
+ signature_block:
51
+ - FIRST M. LAST, Rank, USAF
52
+ - Duty Title
53
+ ---
54
+
55
55
  This body and the metdata above are an indorsement card. Multiple or no indorsements cards can be used.
@@ -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.