@tonguetoquill/collection 0.1.0
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.
- package/LICENSE +201 -0
- package/README.md +39 -0
- package/index.d.ts +2 -0
- package/index.js +8 -0
- package/package.json +36 -0
- package/quills/classic_resume/0.1.0/Quill.yaml +118 -0
- package/quills/classic_resume/0.1.0/example.md +232 -0
- package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/LICENSE +21 -0
- package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/README.md +38 -0
- package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/fonts/EBGaramond-Bold.ttf +0 -0
- package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/fonts/EBGaramond-BoldItalic.ttf +0 -0
- package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/fonts/EBGaramond-Italic.ttf +0 -0
- package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/fonts/EBGaramond-Regular.ttf +0 -0
- package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/src/components.typ +184 -0
- package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/src/layout.typ +42 -0
- package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/src/lib.typ +5 -0
- package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/typst.toml +26 -0
- package/quills/classic_resume/0.1.0/plate.typ +44 -0
- package/quills/cmu_letter/0.1.0/.quillignore +31 -0
- package/quills/cmu_letter/0.1.0/Quill.yaml +64 -0
- package/quills/cmu_letter/0.1.0/assets/cmu-wordmark.svg +174 -0
- package/quills/cmu_letter/0.1.0/example.md +31 -0
- package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/LICENSE +21 -0
- package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/fonts/OFL.txt +93 -0
- package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/fonts/OpenSans-Bold.ttf +0 -0
- package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/fonts/OpenSans-BoldItalic.ttf +0 -0
- package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/fonts/OpenSans-Italic.ttf +0 -0
- package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/fonts/OpenSans-Regular.ttf +0 -0
- package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/fonts/README.txt +100 -0
- package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/backmatter.typ +13 -0
- package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/config.typ +40 -0
- package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/frontmatter.typ +72 -0
- package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/lib.typ +47 -0
- package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/mainmatter.typ +42 -0
- package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/primitives.typ +70 -0
- package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/utils.typ +85 -0
- package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/typst.toml +17 -0
- package/quills/cmu_letter/0.1.0/plate.typ +19 -0
- package/quills/taro/0.1.0/Quill.yaml +29 -0
- package/quills/taro/0.1.0/assets/Figtree-Bold.ttf +0 -0
- package/quills/taro/0.1.0/assets/Figtree-Italic.ttf +0 -0
- package/quills/taro/0.1.0/assets/Figtree-Regular.ttf +0 -0
- package/quills/taro/0.1.0/example.md +27 -0
- package/quills/taro/0.1.0/plate.typ +31 -0
- package/quills/usaf_memo/0.1.0/.quillignore +31 -0
- package/quills/usaf_memo/0.1.0/Quill.yaml +209 -0
- package/quills/usaf_memo/0.1.0/assets/dow_seal.jpg +0 -0
- package/quills/usaf_memo/0.1.0/example.md +55 -0
- package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/LICENSE +21 -0
- package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/fonts/Cinzel/Cinzel-Regular.ttf +0 -0
- package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/fonts/Cinzel/LICENSE +93 -0
- package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/fonts/CopperplateCC/CopperplateCC-Heavy.otf +0 -0
- package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/fonts/CopperplateCC/LICENSE.md +79 -0
- package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/fonts/NimbusRomanNo9L/GNU General Public License.txt +340 -0
- package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/fonts/NimbusRomanNo9L/NimbusRomNo9L-Med.otf +0 -0
- package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/fonts/NimbusRomanNo9L/NimbusRomNo9L-MedIta.otf +0 -0
- package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/fonts/NimbusRomanNo9L/NimbusRomNo9L-Reg.otf +0 -0
- package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/fonts/NimbusRomanNo9L/NimbusRomNo9L-RegIta.otf +0 -0
- package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/backmatter.typ +28 -0
- package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/body.typ +325 -0
- package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/config.typ +63 -0
- package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/frontmatter.typ +114 -0
- package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/indorsement.typ +118 -0
- package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/lib.typ +55 -0
- package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/mainmatter.typ +32 -0
- package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/primitives.typ +272 -0
- package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/utils.typ +377 -0
- package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/typst.toml +17 -0
- package/quills/usaf_memo/0.1.0/plate.typ +74 -0
- package/quills/usaf_memo/0.2.0/.quillignore +31 -0
- package/quills/usaf_memo/0.2.0/Quill.yaml +225 -0
- package/quills/usaf_memo/0.2.0/assets/dow_seal.jpg +0 -0
- package/quills/usaf_memo/0.2.0/example.md +57 -0
- package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/LICENSE +21 -0
- package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/fonts/Cinzel/Cinzel-Regular.ttf +0 -0
- package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/fonts/Cinzel/LICENSE +93 -0
- package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/fonts/CopperplateCC/CopperplateCC-Heavy.otf +0 -0
- package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/fonts/CopperplateCC/LICENSE.md +79 -0
- package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/fonts/NimbusRomanNo9L/GNU General Public License.txt +340 -0
- package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/fonts/NimbusRomanNo9L/NimbusRomNo9L-Med.otf +0 -0
- package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/fonts/NimbusRomanNo9L/NimbusRomNo9L-MedIta.otf +0 -0
- package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/fonts/NimbusRomanNo9L/NimbusRomNo9L-Reg.otf +0 -0
- package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/fonts/NimbusRomanNo9L/NimbusRomNo9L-RegIta.otf +0 -0
- package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/backmatter.typ +28 -0
- package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/body.typ +325 -0
- package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/config.typ +63 -0
- package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/frontmatter.typ +114 -0
- package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/indorsement.typ +118 -0
- package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/lib.typ +55 -0
- package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/mainmatter.typ +32 -0
- package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/primitives.typ +272 -0
- package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/utils.typ +377 -0
- package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/typst.toml +17 -0
- package/quills/usaf_memo/0.2.0/plate.typ +76 -0
- package/templates/cmu_letter_template.md +38 -0
- package/templates/loc.md +79 -0
- package/templates/pass_request.md +44 -0
- package/templates/rebuttal.md +56 -0
- package/templates/taro.md +27 -0
- package/templates/templates.json +44 -0
- package/templates/usaf_template.md +23 -0
- package/templates/ussf_template.md +29 -0
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
---
|
|
2
|
+
QUILL: taro@0.1
|
|
3
|
+
author: Nibs
|
|
4
|
+
ice_cream: Taro
|
|
5
|
+
title: "My Favorite Ice Cream Flavor"
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
I love Taro ice cream for its subtly sweet, nutty flavor and creamy, earthy undertones that set it apart from more common flavors. Its unique purple hue and smooth texture make it both visually striking and deliciously comforting. Here are some quotes from satisfied customers:
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
CARD: quotes
|
|
13
|
+
author: Albert Einstein
|
|
14
|
+
---
|
|
15
|
+
Without taro ice cream, life would be a mistake.
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
CARD: quotes
|
|
19
|
+
author: Friedrich Nietzsche
|
|
20
|
+
---
|
|
21
|
+
He who has taro ice cream in his heart will never be alone.
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
CARD: quotes
|
|
25
|
+
author: Mark Twain
|
|
26
|
+
---
|
|
27
|
+
The secret of getting ahead is getting started... with taro ice cream.
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
#import "@local/quillmark-helper:0.1.0": data, eval-markup, parse-date
|
|
2
|
+
|
|
3
|
+
#set text(font: "Figtree")
|
|
4
|
+
|
|
5
|
+
// Advanced: Use show filter to color text
|
|
6
|
+
#show regex("(?i)taro"): it => text(fill: purple)[#it]
|
|
7
|
+
|
|
8
|
+
// Filters like `String` render to code mode automatically,
|
|
9
|
+
#underline(data.title)
|
|
10
|
+
|
|
11
|
+
// When using filters in markup mode,
|
|
12
|
+
// add `#` before the template expression to enter code mode.
|
|
13
|
+
*Author: #data.author*
|
|
14
|
+
|
|
15
|
+
*Favorite Ice Cream: #data.ice_cream*__
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
#eval-markup(data.BODY)
|
|
19
|
+
|
|
20
|
+
// Present each sub-document programatically
|
|
21
|
+
#for card in data.CARDS {
|
|
22
|
+
if card.CARD == "quotes" [
|
|
23
|
+
*#card.author*: _#eval-markup(card.BODY)_
|
|
24
|
+
]
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
// Include an image with a dynamic asset
|
|
29
|
+
#if "picture" in data {
|
|
30
|
+
image(data.picture)
|
|
31
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# Example .quillignore for usaf_memo template
|
|
2
|
+
# This demonstrates the .quillignore functionality
|
|
3
|
+
|
|
4
|
+
# Ignore temporary and backup files
|
|
5
|
+
*.tmp
|
|
6
|
+
*.bak
|
|
7
|
+
*~
|
|
8
|
+
*.swp
|
|
9
|
+
|
|
10
|
+
# Ignore build artifacts
|
|
11
|
+
target/
|
|
12
|
+
dist/
|
|
13
|
+
build/
|
|
14
|
+
|
|
15
|
+
# Ignore OS-specific files
|
|
16
|
+
.DS_Store
|
|
17
|
+
Thumbs.db
|
|
18
|
+
desktop.ini
|
|
19
|
+
|
|
20
|
+
# Ignore version control
|
|
21
|
+
.git/
|
|
22
|
+
.svn/
|
|
23
|
+
|
|
24
|
+
# Ignore editor files
|
|
25
|
+
.vscode/
|
|
26
|
+
.idea/
|
|
27
|
+
*.sublime-*
|
|
28
|
+
|
|
29
|
+
# Ignore log files
|
|
30
|
+
*.log
|
|
31
|
+
logs/
|
|
@@ -0,0 +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.
|
|
Binary file
|
|
@@ -0,0 +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
|
+
|
|
55
|
+
This body and the metdata above are an indorsement card. Multiple or no indorsements cards can be used.
|
|
@@ -0,0 +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.
|
package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/fonts/Cinzel/Cinzel-Regular.ttf
ADDED
|
Binary file
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
Copyright (c) 2010, Toshi Omagari (tosche@mac.com)
|
|
2
|
+
|
|
3
|
+
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
|
4
|
+
This license is copied below, and is also available with a FAQ at:
|
|
5
|
+
https://openfontlicense.org
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
-----------------------------------------------------------
|
|
9
|
+
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
|
10
|
+
-----------------------------------------------------------
|
|
11
|
+
|
|
12
|
+
PREAMBLE
|
|
13
|
+
The goals of the Open Font License (OFL) are to stimulate worldwide
|
|
14
|
+
development of collaborative font projects, to support the font creation
|
|
15
|
+
efforts of academic and linguistic communities, and to provide a free and
|
|
16
|
+
open framework in which fonts may be shared and improved in partnership
|
|
17
|
+
with others.
|
|
18
|
+
|
|
19
|
+
The OFL allows the licensed fonts to be used, studied, modified and
|
|
20
|
+
redistributed freely as long as they are not sold by themselves. The
|
|
21
|
+
fonts, including any derivative works, can be bundled, embedded,
|
|
22
|
+
redistributed and/or sold with any software provided that any reserved
|
|
23
|
+
names are not used by derivative works. The fonts and derivatives,
|
|
24
|
+
however, cannot be released under any other type of license. The
|
|
25
|
+
requirement for fonts to remain under this license does not apply
|
|
26
|
+
to any document created using the fonts or their derivatives.
|
|
27
|
+
|
|
28
|
+
DEFINITIONS
|
|
29
|
+
"Font Software" refers to the set of files released by the Copyright
|
|
30
|
+
Holder(s) under this license and clearly marked as such. This may
|
|
31
|
+
include source files, build scripts and documentation.
|
|
32
|
+
|
|
33
|
+
"Reserved Font Name" refers to any names specified as such after the
|
|
34
|
+
copyright statement(s).
|
|
35
|
+
|
|
36
|
+
"Original Version" refers to the collection of Font Software components as
|
|
37
|
+
distributed by the Copyright Holder(s).
|
|
38
|
+
|
|
39
|
+
"Modified Version" refers to any derivative made by adding to, deleting,
|
|
40
|
+
or substituting -- in part or in whole -- any of the components of the
|
|
41
|
+
Original Version, by changing formats or by porting the Font Software to a
|
|
42
|
+
new environment.
|
|
43
|
+
|
|
44
|
+
"Author" refers to any designer, engineer, programmer, technical
|
|
45
|
+
writer or other person who contributed to the Font Software.
|
|
46
|
+
|
|
47
|
+
PERMISSION & CONDITIONS
|
|
48
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
49
|
+
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
|
50
|
+
redistribute, and sell modified and unmodified copies of the Font
|
|
51
|
+
Software, subject to the following conditions:
|
|
52
|
+
|
|
53
|
+
1) Neither the Font Software nor any of its individual components,
|
|
54
|
+
in Original or Modified Versions, may be sold by itself.
|
|
55
|
+
|
|
56
|
+
2) Original or Modified Versions of the Font Software may be bundled,
|
|
57
|
+
redistributed and/or sold with any software, provided that each copy
|
|
58
|
+
contains the above copyright notice and this license. These can be
|
|
59
|
+
included either as stand-alone text files, human-readable headers or
|
|
60
|
+
in the appropriate machine-readable metadata fields within text or
|
|
61
|
+
binary files as long as those fields can be easily viewed by the user.
|
|
62
|
+
|
|
63
|
+
3) No Modified Version of the Font Software may use the Reserved Font
|
|
64
|
+
Name(s) unless explicit written permission is granted by the corresponding
|
|
65
|
+
Copyright Holder. This restriction only applies to the primary font name as
|
|
66
|
+
presented to the users.
|
|
67
|
+
|
|
68
|
+
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
|
69
|
+
Software shall not be used to promote, endorse or advertise any
|
|
70
|
+
Modified Version, except to acknowledge the contribution(s) of the
|
|
71
|
+
Copyright Holder(s) and the Author(s) or with their explicit written
|
|
72
|
+
permission.
|
|
73
|
+
|
|
74
|
+
5) The Font Software, modified or unmodified, in part or in whole,
|
|
75
|
+
must be distributed entirely under this license, and must not be
|
|
76
|
+
distributed under any other license. The requirement for fonts to
|
|
77
|
+
remain under this license does not apply to any document created
|
|
78
|
+
using the Font Software.
|
|
79
|
+
|
|
80
|
+
TERMINATION
|
|
81
|
+
This license becomes null and void if any of the above conditions are
|
|
82
|
+
not met.
|
|
83
|
+
|
|
84
|
+
DISCLAIMER
|
|
85
|
+
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
86
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
|
87
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
|
88
|
+
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
|
89
|
+
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
90
|
+
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
|
91
|
+
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
92
|
+
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
|
93
|
+
OTHER DEALINGS IN THE FONT SOFTWARE.
|
|
Binary file
|
package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/fonts/CopperplateCC/LICENSE.md
ADDED
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
SIL OPEN FONT LICENSE
|
|
2
|
+
=====================
|
|
3
|
+
|
|
4
|
+
Version 1.1 - 26 February 2007
|
|
5
|
+
|
|
6
|
+
PREAMBLE
|
|
7
|
+
The goals of the Open Font License (OFL) are to stimulate worldwide
|
|
8
|
+
development of collaborative font projects, to support the font creation
|
|
9
|
+
efforts of academic and linguistic communities, and to provide a free and
|
|
10
|
+
open framework in which fonts may be shared and improved in partnership
|
|
11
|
+
with others.
|
|
12
|
+
|
|
13
|
+
The OFL allows the licensed fonts to be used, studied, modified and
|
|
14
|
+
redistributed freely as long as they are not sold by themselves. The
|
|
15
|
+
fonts, including any derivative works, can be bundled, embedded,
|
|
16
|
+
redistributed and/or sold with any software provided that any reserved
|
|
17
|
+
names are not used by derivative works. The fonts and derivatives,
|
|
18
|
+
however, cannot be released under any other type of license. The
|
|
19
|
+
requirement for fonts to remain under this license does not apply
|
|
20
|
+
to any document created using the fonts or their derivatives.
|
|
21
|
+
|
|
22
|
+
DEFINITIONS
|
|
23
|
+
"Font Software" refers to the set of files released by the Copyright
|
|
24
|
+
Holder(s) under this license and clearly marked as such. This may
|
|
25
|
+
include source files, build scripts and documentation.
|
|
26
|
+
|
|
27
|
+
"Original Version" refers to the collection of Font Software components as
|
|
28
|
+
distributed by the Copyright Holder(s).
|
|
29
|
+
|
|
30
|
+
"Modified Version" refers to any derivative made by adding to, deleting,
|
|
31
|
+
or substituting — in part or in whole — any of the components of the
|
|
32
|
+
Original Version, by changing formats or by porting the Font Software to a
|
|
33
|
+
new environment.
|
|
34
|
+
|
|
35
|
+
"Author" refers to any designer, engineer, programmer, technical
|
|
36
|
+
writer or other person who contributed to the Font Software.
|
|
37
|
+
|
|
38
|
+
PERMISSION & CONDITIONS
|
|
39
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
40
|
+
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
|
41
|
+
redistribute, and sell modified and unmodified copies of the Font
|
|
42
|
+
Software, subject to the following conditions:
|
|
43
|
+
|
|
44
|
+
1) Neither the Font Software nor any of its individual components,
|
|
45
|
+
in Original or Modified Versions, may be sold by itself.
|
|
46
|
+
|
|
47
|
+
2) Original or Modified Versions of the Font Software may be bundled,
|
|
48
|
+
redistributed and/or sold with any software, provided that each copy
|
|
49
|
+
contains the above copyright notice and this license. These can be
|
|
50
|
+
included either as stand-alone text files, human-readable headers or
|
|
51
|
+
in the appropriate machine-readable metadata fields within text or
|
|
52
|
+
binary files as long as those fields can be easily viewed by the user.
|
|
53
|
+
|
|
54
|
+
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
|
55
|
+
Software shall not be used to promote, endorse or advertise any
|
|
56
|
+
Modified Version, except to acknowledge the contribution(s) of the
|
|
57
|
+
Copyright Holder(s) and the Author(s) or with their explicit written
|
|
58
|
+
permission.
|
|
59
|
+
|
|
60
|
+
5) The Font Software, modified or unmodified, in part or in whole,
|
|
61
|
+
must be distributed entirely under this license, and must not be
|
|
62
|
+
distributed under any other license. The requirement for fonts to
|
|
63
|
+
remain under this license does not apply to any document created
|
|
64
|
+
using the Font Software.
|
|
65
|
+
|
|
66
|
+
TERMINATION
|
|
67
|
+
This license becomes null and void if any of the above conditions are
|
|
68
|
+
not met.
|
|
69
|
+
|
|
70
|
+
DISCLAIMER
|
|
71
|
+
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
72
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
|
73
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
|
74
|
+
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
|
75
|
+
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
76
|
+
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
|
77
|
+
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
78
|
+
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
|
79
|
+
OTHER DEALINGS IN THE FONT SOFTWARE.
|