@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,88 +1,88 @@
1
- Quill:
2
- name: af4141
3
- version: 0.1.0
4
- backend: typst
5
- plate_file: plate.typ
6
- ui:
7
- hide_body: true
8
- example_file: example.md
9
- description: "AF Form 4141 — Individual's Record of Duties and Experience, Ground Environment Personnel"
10
-
11
- fields:
12
- name:
13
- title: Name (Last, First, MI)
14
- type: string
15
- required: true
16
- description: Full name in Last, First, Middle Initial format.
17
-
18
- unit:
19
- title: Unit of Assignment
20
- type: string
21
- required: true
22
- description: Unit or organization of assignment.
23
-
24
- grade:
25
- title: Grade/CCC Level
26
- type: string
27
- description: Current grade or CCC level.
28
-
29
- commanders_auth:
30
- title: Commander's Record of Authentication
31
- type: string
32
- description: Commander's authentication entry on page 1.
33
-
34
- cards:
35
- experience:
36
- title: Record of Experience
37
- description: Each card represents one row in the Record of Experience table. Rows fill page 1 (up to 16 rows) then page 2 (up to 21 rows), for a maximum of 37 rows.
38
- ui:
39
- hide_body: true
40
- fields:
41
- date:
42
- title: Date
43
- type: string
44
- ui:
45
- group: Record
46
- description: Date of the action (column A).
47
-
48
- action:
49
- title: Mandatory Actions to be Reported
50
- type: string
51
- ui:
52
- group: Record
53
- description: One type of action per line (column B).
54
-
55
- written_grade:
56
- title: Written Grade
57
- type: string
58
- ui:
59
- group: Record
60
- description: Written grade, if applicable (column C).
61
-
62
- written_grade_date:
63
- title: Written Grade Date
64
- type: string
65
- ui:
66
- group: Record
67
- description: Date of written grade (column D).
68
-
69
- positional_grade:
70
- title: Positional Grade
71
- type: string
72
- ui:
73
- group: Record
74
- description: Positional grade, if applicable (column E).
75
-
76
- positional_grade_date:
77
- title: Positional Grade Date
78
- type: string
79
- ui:
80
- group: Record
81
- description: Date of positional grade (column F).
82
-
83
- auth_or_remarks:
84
- title: Record of Authentication or Remarks
85
- type: string
86
- ui:
87
- group: Record
88
- description: Authentication or remarks entry (column G).
1
+ Quill:
2
+ name: af4141
3
+ version: 0.1.0
4
+ backend: typst
5
+ plate_file: plate.typ
6
+ ui:
7
+ hide_body: true
8
+ example_file: example.md
9
+ description: "AF Form 4141 — Individual's Record of Duties and Experience, Ground Environment Personnel"
10
+
11
+ fields:
12
+ name:
13
+ title: Name (Last, First, MI)
14
+ type: string
15
+ required: true
16
+ description: Full name in Last, First, Middle Initial format.
17
+
18
+ unit:
19
+ title: Unit of Assignment
20
+ type: string
21
+ required: true
22
+ description: Unit or organization of assignment.
23
+
24
+ grade:
25
+ title: Grade/CCC Level
26
+ type: string
27
+ description: Current grade or CCC level.
28
+
29
+ commanders_auth:
30
+ title: Commander's Record of Authentication
31
+ type: string
32
+ description: Commander's authentication entry on page 1.
33
+
34
+ cards:
35
+ experience:
36
+ title: Record of Experience
37
+ description: Each card represents one row in the Record of Experience table. Rows fill page 1 (up to 16 rows) then page 2 (up to 21 rows), for a maximum of 37 rows.
38
+ ui:
39
+ hide_body: true
40
+ fields:
41
+ date:
42
+ title: Date
43
+ type: string
44
+ ui:
45
+ group: Record
46
+ description: Date of the action (column A).
47
+
48
+ action:
49
+ title: Mandatory Actions to be Reported
50
+ type: string
51
+ ui:
52
+ group: Record
53
+ description: One type of action per line (column B).
54
+
55
+ written_grade:
56
+ title: Written Grade
57
+ type: string
58
+ ui:
59
+ group: Record
60
+ description: Written grade, if applicable (column C).
61
+
62
+ written_grade_date:
63
+ title: Written Grade Date
64
+ type: string
65
+ ui:
66
+ group: Record
67
+ description: Date of written grade (column D).
68
+
69
+ positional_grade:
70
+ title: Positional Grade
71
+ type: string
72
+ ui:
73
+ group: Record
74
+ description: Positional grade, if applicable (column E).
75
+
76
+ positional_grade_date:
77
+ title: Positional Grade Date
78
+ type: string
79
+ ui:
80
+ group: Record
81
+ description: Date of positional grade (column F).
82
+
83
+ auth_or_remarks:
84
+ title: Record of Authentication or Remarks
85
+ type: string
86
+ ui:
87
+ group: Record
88
+ description: Authentication or remarks entry (column G).
@@ -1,20 +1,20 @@
1
- I visually mapped out a bunch of fields on the form to the typst field names. The intent is to write a plate and field schema that interfaces with the Typst form and exposes an ergonomic API to the Quill consumer. See [Creating Quills](https://quillmark.readthedocs.io/en/latest/guides/creating-quills/) to learn how to write the field schema.
2
-
3
- Note that the following field names are not authortative; use your discretion to name them ergonomically.
4
-
5
- ## Admin Fields
6
-
7
- Name: `commonforms_text_p1_1`
8
- Unit: `commonforms_text_p1_2`
9
- Grade/CCC Level: `commonforms_text_p1_3`
10
-
11
- ## Record of Experience table fields
12
-
13
- Date: `commonforms_text_p1_{4,7,18,...,109}` and `commonforms_text_p2_{1,8,15,...141}`
14
- Mandatory Actions to be Reported: `commonforms_text_p1_{5,12,19,...,110}` and `commonforms_text_p2_{2,9,16,...,142}`
15
- written_grade: `commonforms_text_p1_{6,13,...111}` and `commonforms_text_p2_{3,10,...,143}`
16
- writen_grade_date: `commonforms_text_p1_{7,14,...,112}` and `commonforms_text_p2_{4,11,144}`
17
- positional_grade: `commonforms_text_p1_{8,15,...,113}` and `commonforms_text_p2_{5,12,...,145}`
18
- positional_grade_date: `commonforms_text_p1_{9,...,114}` and
19
- `commonforms_text_p2_{6,...,145}`
1
+ I visually mapped out a bunch of fields on the form to the typst field names. The intent is to write a plate and field schema that interfaces with the Typst form and exposes an ergonomic API to the Quill consumer. See [Creating Quills](https://quillmark.readthedocs.io/en/latest/guides/creating-quills/) to learn how to write the field schema.
2
+
3
+ Note that the following field names are not authortative; use your discretion to name them ergonomically.
4
+
5
+ ## Admin Fields
6
+
7
+ Name: `commonforms_text_p1_1`
8
+ Unit: `commonforms_text_p1_2`
9
+ Grade/CCC Level: `commonforms_text_p1_3`
10
+
11
+ ## Record of Experience table fields
12
+
13
+ Date: `commonforms_text_p1_{4,7,18,...,109}` and `commonforms_text_p2_{1,8,15,...141}`
14
+ Mandatory Actions to be Reported: `commonforms_text_p1_{5,12,19,...,110}` and `commonforms_text_p2_{2,9,16,...,142}`
15
+ written_grade: `commonforms_text_p1_{6,13,...111}` and `commonforms_text_p2_{3,10,...,143}`
16
+ writen_grade_date: `commonforms_text_p1_{7,14,...,112}` and `commonforms_text_p2_{4,11,144}`
17
+ positional_grade: `commonforms_text_p1_{8,15,...,113}` and `commonforms_text_p2_{5,12,...,145}`
18
+ positional_grade_date: `commonforms_text_p1_{9,...,114}` and
19
+ `commonforms_text_p2_{6,...,145}`
20
20
  auth_or_remarks: `commonforms_text_p1_{10,...,115}` and `commonforms_text_p2_{7,...,146}`
@@ -1,36 +1,36 @@
1
- ---
2
- QUILL: af4141@0.1
3
- name: "DOE, JOHN A."
4
- unit: "1 CACS/DOT"
5
- grade: "GS-13"
6
- commanders_auth: "Verified by unit commander"
7
- ---
8
-
9
- ---
10
- CARD: experience
11
- date: "2025-01-15"
12
- action: "Assigned to 1 CACS/DOT as Weapons Director"
13
- written_grade: "3"
14
- written_grade_date: "2025-01-20"
15
- positional_grade: "3"
16
- positional_grade_date: "2025-01-20"
17
- auth_or_remarks: "Initial assignment"
18
- ---
19
-
20
- ---
21
- CARD: experience
22
- date: "2025-06-01"
23
- action: "Completed WD upgrade evaluation — certified Mission Ready"
24
- written_grade: "5"
25
- written_grade_date: "2025-06-10"
26
- positional_grade: "5"
27
- positional_grade_date: "2025-06-10"
28
- auth_or_remarks: "Per AFMAN 13-1CRCV1"
29
- ---
30
-
31
- ---
32
- CARD: experience
33
- date: "2025-09-15"
34
- action: "PCS to 726 ACS/DOT"
35
- auth_or_remarks: "Outprocessed 1 CACS"
1
+ ---
2
+ QUILL: af4141@0.1
3
+ name: "DOE, JOHN A."
4
+ unit: "1 CACS/DOT"
5
+ grade: "GS-13"
6
+ commanders_auth: "Verified by unit commander"
7
+ ---
8
+
9
+ ---
10
+ CARD: experience
11
+ date: "2025-01-15"
12
+ action: "Assigned to 1 CACS/DOT as Weapons Director"
13
+ written_grade: "3"
14
+ written_grade_date: "2025-01-20"
15
+ positional_grade: "3"
16
+ positional_grade_date: "2025-01-20"
17
+ auth_or_remarks: "Initial assignment"
18
+ ---
19
+
20
+ ---
21
+ CARD: experience
22
+ date: "2025-06-01"
23
+ action: "Completed WD upgrade evaluation — certified Mission Ready"
24
+ written_grade: "5"
25
+ written_grade_date: "2025-06-10"
26
+ positional_grade: "5"
27
+ positional_grade_date: "2025-06-10"
28
+ auth_or_remarks: "Per AFMAN 13-1CRCV1"
29
+ ---
30
+
31
+ ---
32
+ CARD: experience
33
+ date: "2025-09-15"
34
+ action: "PCS to 726 ACS/DOT"
35
+ auth_or_remarks: "Outprocessed 1 CACS"
36
36
  ---