@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,118 +1,118 @@
1
- Quill:
2
- name: classic_resume
3
- version: 0.1.0
4
- backend: typst
5
- plate_file: plate.typ
6
- example_file: example.md
7
- description: A clean and modern classic resume template.
8
-
9
- fields:
10
- name:
11
- title: Full Name
12
- type: string
13
- required: true
14
- examples:
15
- - John Doe
16
- ui:
17
- group: Personal Info
18
-
19
- contacts:
20
- title: Contact Information
21
- type: array
22
- required: true
23
- examples:
24
- - - john.doe@example.com
25
- - 123-456-7890
26
- - linkedin.com/in/johndoe
27
- ui:
28
- group: Personal Info
29
- description: List of contact details (email, phone, links, etc.)
30
-
31
- cards:
32
- experience_section:
33
- title: Experience/Education Entry
34
- description: An entry with a heading, subheading, and bullet points.
35
- fields:
36
- title:
37
- title: Section Title
38
- type: string
39
- default: Experience
40
- headingLeft:
41
- title: Heading Left (e.g., Company/School)
42
- type: string
43
- required: true
44
- headingRight:
45
- title: Heading Right (e.g., Location)
46
- type: string
47
- subheadingLeft:
48
- title: Subheading Left (e.g., Title/Degree)
49
- type: string
50
- subheadingRight:
51
- title: Subheading Right (e.g., Date)
52
- type: string
53
-
54
- skills_section:
55
- title: Skills Grid
56
- description: A grid of skill categories with key-value pairs.
57
- ui:
58
- hide_body: true
59
- fields:
60
- title:
61
- title: Section Title
62
- type: string
63
- default: Skills
64
- cells:
65
- title: Skill Categories
66
- type: array
67
- required: true
68
- examples:
69
- - - category: Languages
70
- skills: Python, Rust, C++
71
- - category: DevOps
72
- skills: Docker, Kubernetes
73
- items:
74
- type: object
75
- properties:
76
- category:
77
- type: string
78
- title: Category
79
- required: true
80
- skills:
81
- type: string
82
- title: Skills
83
- required: true
84
-
85
- projects_section:
86
- title: Project Entry
87
- description: A project entry with a name and optional URL.
88
- fields:
89
- title:
90
- title: Section Title
91
- type: string
92
- default: Projects
93
- name:
94
- title: Project Name
95
- type: string
96
- required: true
97
- url:
98
- title: Project URL
99
- type: string
100
-
101
- certifications_section:
102
- title: Certifications Grid
103
- description: A grid of certifications.
104
- ui:
105
- hide_body: true
106
- fields:
107
- title:
108
- title: Section Title
109
- type: string
110
- default: Certifications
111
- cells:
112
- title: Certification Names
113
- type: array
114
- required: true
115
- examples:
116
- - - AWS Certified Solutions Architect
117
- - CKA
118
- - OSCP
1
+ Quill:
2
+ name: classic_resume
3
+ version: 0.1.0
4
+ backend: typst
5
+ plate_file: plate.typ
6
+ example_file: example.md
7
+ description: A clean and modern classic resume template.
8
+
9
+ fields:
10
+ name:
11
+ title: Full Name
12
+ type: string
13
+ required: true
14
+ examples:
15
+ - John Doe
16
+ ui:
17
+ group: Personal Info
18
+
19
+ contacts:
20
+ title: Contact Information
21
+ type: array
22
+ required: true
23
+ examples:
24
+ - - john.doe@example.com
25
+ - 123-456-7890
26
+ - linkedin.com/in/johndoe
27
+ ui:
28
+ group: Personal Info
29
+ description: List of contact details (email, phone, links, etc.)
30
+
31
+ cards:
32
+ experience_section:
33
+ title: Experience/Education Entry
34
+ description: An entry with a heading, subheading, and bullet points.
35
+ fields:
36
+ title:
37
+ title: Section Title
38
+ type: string
39
+ default: Experience
40
+ headingLeft:
41
+ title: Heading Left (e.g., Company/School)
42
+ type: string
43
+ required: true
44
+ headingRight:
45
+ title: Heading Right (e.g., Location)
46
+ type: string
47
+ subheadingLeft:
48
+ title: Subheading Left (e.g., Title/Degree)
49
+ type: string
50
+ subheadingRight:
51
+ title: Subheading Right (e.g., Date)
52
+ type: string
53
+
54
+ skills_section:
55
+ title: Skills Grid
56
+ description: A grid of skill categories with key-value pairs.
57
+ ui:
58
+ hide_body: true
59
+ fields:
60
+ title:
61
+ title: Section Title
62
+ type: string
63
+ default: Skills
64
+ cells:
65
+ title: Skill Categories
66
+ type: array
67
+ required: true
68
+ examples:
69
+ - - category: Languages
70
+ skills: Python, Rust, C++
71
+ - category: DevOps
72
+ skills: Docker, Kubernetes
73
+ items:
74
+ type: object
75
+ properties:
76
+ category:
77
+ type: string
78
+ title: Category
79
+ required: true
80
+ skills:
81
+ type: string
82
+ title: Skills
83
+ required: true
84
+
85
+ projects_section:
86
+ title: Project Entry
87
+ description: A project entry with a name and optional URL.
88
+ fields:
89
+ title:
90
+ title: Section Title
91
+ type: string
92
+ default: Projects
93
+ name:
94
+ title: Project Name
95
+ type: string
96
+ required: true
97
+ url:
98
+ title: Project URL
99
+ type: string
100
+
101
+ certifications_section:
102
+ title: Certifications Grid
103
+ description: A grid of certifications.
104
+ ui:
105
+ hide_body: true
106
+ fields:
107
+ title:
108
+ title: Section Title
109
+ type: string
110
+ default: Certifications
111
+ cells:
112
+ title: Certification Names
113
+ type: array
114
+ required: true
115
+ examples:
116
+ - - AWS Certified Solutions Architect
117
+ - CKA
118
+ - OSCP