@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,44 +1,44 @@
1
- ---
2
- QUILL: usaf_memo@0.2
3
- letterhead_title: DEPARTMENT OF THE AIR FORCE
4
- letterhead_caption:
5
- - AFROTC DETACHMENT 730
6
- - UNIVERSITY OF PITTSBURGH, PA
7
- memo_for:
8
- - AFROTC DET 730/CC
9
- memo_from: !fill
10
- - 2d Lt First M. Last
11
- subject: !fill DD Month YYYY – DD Month YYYY, Special Pass Request
12
- references:
13
- - DAFI 36-3003, 07 August 2024, Military Leave Program
14
- signature_block: !fill
15
- - FIRST M. LAST, 2d Lt, USAF
16
- - AFIT Masters Student
17
- font_size: 11
18
- ---
19
- <!--------------
20
- In the data above, edit;
21
- - Memorandum From
22
- - Signature Block
23
- - Subject
24
- ---------------->
25
- **PURPOSE:** The purpose of the memorandum is to request a 4-day pass, in accordance with DAFI 36-3003, for traveling to {:Area 51 for personal research:}.
26
-
27
- <!-------------
28
- In Narrative section below, edit:
29
- - Flight and transit details
30
- - Document completion of AF4392 if age 25 or under
31
- --------------->
32
- **NARRATIVE:** On {:DD Month YYYY:}, depart via {:UA2424 at 0240 ET:}. On {:DD Month YYYY:}, return via {:UA1234 at 1300 ET:}. Transit to and from {:PIT with POV:}. I do not need to complete AF4392 to comply with travel risk requirements because I am not under the age of 26.
33
-
34
- **REFERENCED REGULATION:** “5.3. Special Pass. Unit commanders may award 3 or 4-day special passes for special occasions or circumstances, such as reenlistment or for some type of special recognition or compensatory time off. They may delegate approval to a level no lower than squadron section commander, deputies, or equivalents. (T-1) Special passes start after normal working hours on a given day. They stop at the beginning of normal working hours on either the 4th day for a 3 -day special pass or the 5th day for a 4-day special pass. A 3-day special pass can be Friday through Sunday, Saturday through Monday, or Tuesday through Thursday. A 4-day special pass can be Thursday through Sunday or Saturday through Tuesday or Friday through Monday. This applies to a normal Monday through Friday workweek. See paragraph 2.1.2 for safe travel guidelines.”
35
-
36
- If you have any questions, please contact me at {:airman.snuffy@us.af.mil:} or {:(123) 456-7890:}.
37
-
38
- ---
39
- CARD: indorsement
40
- signature_block:
41
- - ROBERT T. CHANCE, Lt Col, USAF
42
- - Commander
43
- format: informal
1
+ ---
2
+ QUILL: usaf_memo@0.2
3
+ letterhead_title: DEPARTMENT OF THE AIR FORCE
4
+ letterhead_caption:
5
+ - AFROTC DETACHMENT 730
6
+ - UNIVERSITY OF PITTSBURGH, PA
7
+ memo_for:
8
+ - AFROTC DET 730/CC
9
+ memo_from: !fill
10
+ - 2d Lt First M. Last
11
+ subject: !fill DD Month YYYY – DD Month YYYY, Special Pass Request
12
+ references:
13
+ - DAFI 36-3003, 07 August 2024, Military Leave Program
14
+ signature_block: !fill
15
+ - FIRST M. LAST, 2d Lt, USAF
16
+ - AFIT Masters Student
17
+ font_size: 11
18
+ ---
19
+ <!--------------
20
+ In the data above, edit;
21
+ - Memorandum From
22
+ - Signature Block
23
+ - Subject
24
+ ---------------->
25
+ **PURPOSE:** The purpose of the memorandum is to request a 4-day pass, in accordance with DAFI 36-3003, for traveling to {:Area 51 for personal research:}.
26
+
27
+ <!-------------
28
+ In Narrative section below, edit:
29
+ - Flight and transit details
30
+ - Document completion of AF4392 if age 25 or under
31
+ --------------->
32
+ **NARRATIVE:** On {:DD Month YYYY:}, depart via {:UA2424 at 0240 ET:}. On {:DD Month YYYY:}, return via {:UA1234 at 1300 ET:}. Transit to and from {:PIT with POV:}. I do not need to complete AF4392 to comply with travel risk requirements because I am not under the age of 26.
33
+
34
+ **REFERENCED REGULATION:** “5.3. Special Pass. Unit commanders may award 3 or 4-day special passes for special occasions or circumstances, such as reenlistment or for some type of special recognition or compensatory time off. They may delegate approval to a level no lower than squadron section commander, deputies, or equivalents. (T-1) Special passes start after normal working hours on a given day. They stop at the beginning of normal working hours on either the 4th day for a 3 -day special pass or the 5th day for a 4-day special pass. A 3-day special pass can be Friday through Sunday, Saturday through Monday, or Tuesday through Thursday. A 4-day special pass can be Thursday through Sunday or Saturday through Tuesday or Friday through Monday. This applies to a normal Monday through Friday workweek. See paragraph 2.1.2 for safe travel guidelines.”
35
+
36
+ If you have any questions, please contact me at {:airman.snuffy@us.af.mil:} or {:(123) 456-7890:}.
37
+
38
+ ---
39
+ CARD: indorsement
40
+ signature_block:
41
+ - ROBERT T. CHANCE, Lt Col, USAF
42
+ - Commander
43
+ format: informal
44
44
  ---
@@ -1,56 +1,56 @@
1
- ---
2
- QUILL: usaf_memo@0.2
3
- letterhead_title: DEPARTMENT OF THE AIR FORCE
4
- letterhead_caption: !fill
5
- - YOUR SQUADRON HERE
6
- - USAF BASE, STATE
7
- memo_for: !fill
8
- - Issuer's Rank FIRST M. LAST, USAF
9
- memo_from: !fill
10
- - Subject's ORG/SYMBOL
11
- subject: !fill Response to Letter of Counseling, (Subject of LOC), dated DD Month YYYY
12
- signature_block: !fill
13
- - Subject's FIRST M. LAST, Rank, USAF
14
- - Duty Title
15
- ---
16
- <!-----------------------------------------------------
17
- 1. INTRODUCTION
18
- - Acknowledge receipt of the paperwork (LOC/LOA/LOR)
19
- - State the date and subject matter clearly
20
- - Express intent to respond professionally
21
- ------------------------------------------------------>
22
- I received the Letter of Counseling dated {:DD Month YYYY:} regarding {:my late arrival to formation on DD Month YYYY:}. I respectfully submit this response for your consideration.
23
-
24
- <!-----------------------------------------------------
25
- 2. RESPONSE TO ALLEGATIONS
26
- Address each allegation with specific facts and supporting evidence.
27
- - If contesting: provide what actually occurred (dates, times, witnesses), identify factual inaccuracies, reference supporting documentation
28
- - If accepting: acknowledge professionally, provide context without excuses, demonstrate this is not part of a pattern
29
- - If procedural issues exist: cite specific regulatory violations with AFI references and timeline
30
- ------------------------------------------------------>
31
- I accept responsibility for my tardiness and sincerely apologize for failing to meet expected standards. While I experienced an unforeseen vehicle malfunction that morning, I recognize I should have implemented contingency planning to prevent this occurrence.
32
-
33
- <!-----------------------------------------------------
34
- 3. SERVICE HISTORY
35
- Demonstrate sustained value to the Air Force mission.
36
- - Years of service, AFSC, current duties
37
- - EPR ratings with specific quoted language from assessments
38
- - Decorations, deployments, and significant accomplishments
39
- ------------------------------------------------------>
40
- I respectfully request consideration of my overall service record. As a Cyber Transport technician with four years of active service, I completed technical training with honors and received the "Must Promote" statement on my most recent EPR. I have been recognized as Airman of the Quarter (3rd Quarter, 2024) and received the Air Force Achievement Medal (December 2024) for outstanding contributions to cyber infrastructure modernization.
41
-
42
- <!-----------------------------------------------------
43
- 4. MITIGATION AND REHABILITATION
44
- Demonstrate concrete corrective actions implemented since the incident.
45
- - Specific remedial measures with implementation dates and quantifiable outcomes
46
- - Additional training completed, procedural improvements, performance metrics
47
- ------------------------------------------------------>
48
- I have taken immediate corrective action to prevent recurrence. I have adjusted my departure routine to arrive 30 minutes prior to scheduled formations and established a preventive vehicle maintenance schedule with documented monthly inspections. I have maintained perfect attendance with zero tardiness incidents in the 45 days following this event.
49
-
50
- <!-----------------------------------------------------
51
- 5. CLOSING
52
- Request withdrawal or non-filing in Personnel Information File (PIF).
53
- - Articulate potential career impacts (promotion eligibility, security clearance, reenlistment)
54
- - Reaffirm commitment to Air Force standards and continued service excellence
55
- ------------------------------------------------------>
1
+ ---
2
+ QUILL: usaf_memo@0.2
3
+ letterhead_title: DEPARTMENT OF THE AIR FORCE
4
+ letterhead_caption: !fill
5
+ - YOUR SQUADRON HERE
6
+ - USAF BASE, STATE
7
+ memo_for: !fill
8
+ - Issuer's Rank FIRST M. LAST, USAF
9
+ memo_from: !fill
10
+ - Subject's ORG/SYMBOL
11
+ subject: !fill Response to Letter of Counseling, (Subject of LOC), dated DD Month YYYY
12
+ signature_block: !fill
13
+ - Subject's FIRST M. LAST, Rank, USAF
14
+ - Duty Title
15
+ ---
16
+ <!-----------------------------------------------------
17
+ 1. INTRODUCTION
18
+ - Acknowledge receipt of the paperwork (LOC/LOA/LOR)
19
+ - State the date and subject matter clearly
20
+ - Express intent to respond professionally
21
+ ------------------------------------------------------>
22
+ I received the Letter of Counseling dated {:DD Month YYYY:} regarding {:my late arrival to formation on DD Month YYYY:}. I respectfully submit this response for your consideration.
23
+
24
+ <!-----------------------------------------------------
25
+ 2. RESPONSE TO ALLEGATIONS
26
+ Address each allegation with specific facts and supporting evidence.
27
+ - If contesting: provide what actually occurred (dates, times, witnesses), identify factual inaccuracies, reference supporting documentation
28
+ - If accepting: acknowledge professionally, provide context without excuses, demonstrate this is not part of a pattern
29
+ - If procedural issues exist: cite specific regulatory violations with AFI references and timeline
30
+ ------------------------------------------------------>
31
+ I accept responsibility for my tardiness and sincerely apologize for failing to meet expected standards. While I experienced an unforeseen vehicle malfunction that morning, I recognize I should have implemented contingency planning to prevent this occurrence.
32
+
33
+ <!-----------------------------------------------------
34
+ 3. SERVICE HISTORY
35
+ Demonstrate sustained value to the Air Force mission.
36
+ - Years of service, AFSC, current duties
37
+ - EPR ratings with specific quoted language from assessments
38
+ - Decorations, deployments, and significant accomplishments
39
+ ------------------------------------------------------>
40
+ I respectfully request consideration of my overall service record. As a Cyber Transport technician with four years of active service, I completed technical training with honors and received the "Must Promote" statement on my most recent EPR. I have been recognized as Airman of the Quarter (3rd Quarter, 2024) and received the Air Force Achievement Medal (December 2024) for outstanding contributions to cyber infrastructure modernization.
41
+
42
+ <!-----------------------------------------------------
43
+ 4. MITIGATION AND REHABILITATION
44
+ Demonstrate concrete corrective actions implemented since the incident.
45
+ - Specific remedial measures with implementation dates and quantifiable outcomes
46
+ - Additional training completed, procedural improvements, performance metrics
47
+ ------------------------------------------------------>
48
+ I have taken immediate corrective action to prevent recurrence. I have adjusted my departure routine to arrive 30 minutes prior to scheduled formations and established a preventive vehicle maintenance schedule with documented monthly inspections. I have maintained perfect attendance with zero tardiness incidents in the 45 days following this event.
49
+
50
+ <!-----------------------------------------------------
51
+ 5. CLOSING
52
+ Request withdrawal or non-filing in Personnel Information File (PIF).
53
+ - Articulate potential career impacts (promotion eligibility, security clearance, reenlistment)
54
+ - Reaffirm commitment to Air Force standards and continued service excellence
55
+ ------------------------------------------------------>
56
56
  Based on my sustained performance record and the comprehensive corrective actions implemented, I respectfully request for this letter to not be filed in my Personnel Information File. Filing could adversely impact my promotion eligibility and future career opportunities. This isolated incident does not accurately reflect my dedication to the Air Force or my commitment to upholding the highest standards of conduct and professionalism. I am determined to continue serving with distinction and contributing meaningfully to the mission. Thank you for your consideration.
package/templates/taro.md CHANGED
@@ -1,27 +1,27 @@
1
- ---
2
- QUILL: taro@0.1
3
- author: Nibs
4
- ice_cream: Taro
5
- title: "My Favorite 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
- ---
1
+ ---
2
+ QUILL: taro@0.1
3
+ author: Nibs
4
+ ice_cream: Taro
5
+ title: "My Favorite 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
27
  The secret of getting ahead is getting started... with taro ice cream.
@@ -1,50 +1,56 @@
1
- [
2
- {
3
- "name": "USAF Memo",
4
- "description": "Official U.S. Air Force memorandum template",
5
- "file": "usaf_template.md",
6
- "production": true
7
- },
8
- {
9
- "name": "USSF Memo",
10
- "description": "Official U.S. Space Force memorandum template",
11
- "file": "ussf_template.md",
12
- "production": true
13
- },
14
- {
15
- "name": "Letter of Counseling",
16
- "description": "Letter of Counseling template",
17
- "file": "loc.md",
18
- "production": false
19
- },
20
- {
21
- "name": "Rebuttal",
22
- "description": "Rebuttal template for LOC",
23
- "file": "rebuttal.md",
24
- "production": true
25
- },
26
- {
27
- "name": "Taro Template",
28
- "description": "Official Taro ice cream template",
29
- "file": "taro.md",
30
- "production": false
31
- },
32
- {
33
- "name": "CMU Letter",
34
- "description": "Carnegie Mellon University academic letter template",
35
- "file": "cmu_letter_template.md",
36
- "production": true
37
- },
38
- {
39
- "name": "Pass Request",
40
- "description": "USAF special pass request memorandum template",
41
- "file": "pass_request.md",
42
- "production": true
43
- },
44
- {
45
- "name": "AF Form 4141",
46
- "description": "Individual's Record of Duties and Experience, Ground Environment Personnel",
47
- "file": "af4141.md",
48
- "production": true
49
- }
1
+ [
2
+ {
3
+ "name": "USAF Memo",
4
+ "description": "Official U.S. Air Force memorandum template",
5
+ "file": "usaf_template.md",
6
+ "production": true
7
+ },
8
+ {
9
+ "name": "USSF Memo",
10
+ "description": "Official U.S. Space Force memorandum template",
11
+ "file": "ussf_template.md",
12
+ "production": true
13
+ },
14
+ {
15
+ "name": "Letter of Counseling",
16
+ "description": "Letter of Counseling template",
17
+ "file": "loc.md",
18
+ "production": false
19
+ },
20
+ {
21
+ "name": "Rebuttal",
22
+ "description": "Rebuttal template for LOC",
23
+ "file": "rebuttal.md",
24
+ "production": true
25
+ },
26
+ {
27
+ "name": "Taro Template",
28
+ "description": "Official Taro ice cream template",
29
+ "file": "taro.md",
30
+ "production": false
31
+ },
32
+ {
33
+ "name": "CMU Letter",
34
+ "description": "Carnegie Mellon University academic letter template",
35
+ "file": "cmu_letter_template.md",
36
+ "production": true
37
+ },
38
+ {
39
+ "name": "Pass Request",
40
+ "description": "USAF special pass request memorandum template",
41
+ "file": "pass_request.md",
42
+ "production": true
43
+ },
44
+ {
45
+ "name": "AF Form 4141",
46
+ "description": "Individual's Record of Duties and Experience, Ground Environment Personnel",
47
+ "file": "af4141.md",
48
+ "production": true
49
+ },
50
+ {
51
+ "name": "DAF Form 4392",
52
+ "description": "Pre-Departure Safety Briefing (Page 2)",
53
+ "file": "daf4392.md",
54
+ "production": true
55
+ }
50
56
  ]
@@ -1,23 +1,23 @@
1
- ---
2
- QUILL: usaf_memo@0.2
3
- letterhead_title: DEPARTMENT OF THE AIR FORCE
4
- letterhead_caption: YOUR SQUADRON HERE
5
- memo_for:
6
- - ORG/SYM
7
- # - 2nd ORG/SYM
8
- memo_from:
9
- - ORG/SYMBOL
10
- subject: Comply without pain — markdown to official memo
11
- signature_block:
12
- - FIRST M. LAST, Rank, USAF
13
- tag_line: Aim High
14
- ---
15
-
16
- Write your paragraphs here. Separate them with two new lines.
17
-
18
- - Use bullets to nest paragraphs.
19
- - Indent to go deeper.
20
-
21
- You can also **bold**, _italicize_, __underline__, `code`, and ~~strikethrough~~ your text.
22
-
23
- Less formatting. More lethality.
1
+ ---
2
+ QUILL: usaf_memo@0.2
3
+ letterhead_title: DEPARTMENT OF THE AIR FORCE
4
+ letterhead_caption: YOUR SQUADRON HERE
5
+ memo_for:
6
+ - ORG/SYM
7
+ # - 2nd ORG/SYM
8
+ memo_from:
9
+ - ORG/SYMBOL
10
+ subject: Comply without pain — markdown to official memo
11
+ signature_block:
12
+ - FIRST M. LAST, Rank, USAF
13
+ tag_line: Aim High
14
+ ---
15
+
16
+ Write your paragraphs here. Separate them with two new lines.
17
+
18
+ - Use bullets to nest paragraphs.
19
+ - Indent to go deeper.
20
+
21
+ You can also **bold**, _italicize_, __underline__, `code`, and ~~strikethrough~~ your text.
22
+
23
+ Less formatting. More lethality.
@@ -1,29 +1,29 @@
1
- ---
2
- QUILL: usaf_memo@0.2
3
- letterhead_title: DEPARTMENT OF THE AIR FORCE
4
- letterhead_caption:
5
- - United States Space Force
6
- - Space Delta [X]
7
- memo_for:
8
- - ORG/SYMBOL
9
- # - 2nd ORG/SYMBOL
10
- memo_from:
11
- - ORG/SYMBOL
12
- - ORGANIZATION
13
- - Street Address
14
- - City St 12345-6789
15
- subject: Comply without pain — markdown to official memo
16
- signature_block:
17
- - FIRST M. LAST, Rank, USSF
18
- tag_line: Semper Supra
19
- ---
20
-
21
- Write your paragraphs here. Separate them with two new lines.
22
-
23
- - Use bullets to nest paragraphs.
24
- - Indent to go deeper.
25
-
26
- You can also **bold**, _italicize_, `code`, ~strikethrough~,
27
- and [link](https://example.com/) your text.
28
-
29
- Less formatting. More lethality.
1
+ ---
2
+ QUILL: usaf_memo@0.2
3
+ letterhead_title: DEPARTMENT OF THE AIR FORCE
4
+ letterhead_caption:
5
+ - United States Space Force
6
+ - Space Delta [X]
7
+ memo_for:
8
+ - ORG/SYMBOL
9
+ # - 2nd ORG/SYMBOL
10
+ memo_from:
11
+ - ORG/SYMBOL
12
+ - ORGANIZATION
13
+ - Street Address
14
+ - City St 12345-6789
15
+ subject: Comply without pain — markdown to official memo
16
+ signature_block:
17
+ - FIRST M. LAST, Rank, USSF
18
+ tag_line: Semper Supra
19
+ ---
20
+
21
+ Write your paragraphs here. Separate them with two new lines.
22
+
23
+ - Use bullets to nest paragraphs.
24
+ - Indent to go deeper.
25
+
26
+ You can also **bold**, _italicize_, `code`, ~strikethrough~,
27
+ and [link](https://example.com/) your text.
28
+
29
+ Less formatting. More lethality.