@tonguetoquill/collection 0.2.5-beta.1 → 0.2.5

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 (107) 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 +92 -88
  7. package/quills/af4141/0.1.0/assets/GNU General Public License.txt +340 -0
  8. package/quills/af4141/0.1.0/assets/NimbusRomNo9L-Med.otf +0 -0
  9. package/quills/af4141/0.1.0/assets/NimbusRomNo9L-MedIta.otf +0 -0
  10. package/quills/af4141/0.1.0/assets/NimbusRomNo9L-Reg.otf +0 -0
  11. package/quills/af4141/0.1.0/assets/NimbusRomNo9L-RegIta.otf +0 -0
  12. package/quills/af4141/0.1.0/design/TASK.md +19 -19
  13. package/quills/af4141/0.1.0/example.md +35 -35
  14. package/quills/af4141/0.1.0/packages/typst-af4141/FIELDS.json +3169 -3169
  15. package/quills/af4141/0.1.0/packages/typst-af4141/form.typ +538 -538
  16. package/quills/af4141/0.1.0/packages/typst-af4141/lib.typ +227 -227
  17. package/quills/af4141/0.1.0/packages/typst-af4141/typst.toml +7 -7
  18. package/quills/af4141/0.1.0/plate.typ +50 -48
  19. package/quills/classic_resume/0.1.0/Quill.yaml +118 -118
  20. package/quills/classic_resume/0.1.0/example.md +232 -232
  21. package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/LICENSE +21 -21
  22. package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/README.md +38 -38
  23. package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/src/components.typ +184 -184
  24. package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/src/layout.typ +42 -42
  25. package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/src/lib.typ +5 -5
  26. package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/typst.toml +26 -26
  27. package/quills/classic_resume/0.1.0/plate.typ +44 -44
  28. package/quills/cmu_letter/0.1.0/.quillignore +30 -30
  29. package/quills/cmu_letter/0.1.0/Quill.yaml +64 -64
  30. package/quills/cmu_letter/0.1.0/assets/cmu-wordmark.svg +174 -174
  31. package/quills/cmu_letter/0.1.0/example.md +30 -30
  32. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/LICENSE +21 -21
  33. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/fonts/README.txt +100 -100
  34. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/backmatter.typ +13 -13
  35. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/config.typ +39 -39
  36. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/frontmatter.typ +72 -72
  37. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/lib.typ +47 -47
  38. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/mainmatter.typ +42 -42
  39. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/primitives.typ +70 -70
  40. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/utils.typ +85 -85
  41. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/typst.toml +17 -17
  42. package/quills/cmu_letter/0.1.0/plate.typ +19 -19
  43. package/quills/taro/0.1.0/Quill.yaml +29 -29
  44. package/quills/taro/0.1.0/example.md +26 -26
  45. package/quills/taro/0.1.0/plate.typ +31 -31
  46. package/quills/usaf_memo/0.1.0/.quillignore +30 -30
  47. package/quills/usaf_memo/0.1.0/Quill.yaml +209 -209
  48. package/quills/usaf_memo/0.1.0/example.md +54 -54
  49. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/LICENSE +21 -21
  50. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/fonts/Cinzel/LICENSE +93 -93
  51. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/fonts/CopperplateCC/LICENSE.md +79 -79
  52. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/fonts/NimbusRomanNo9L/GNU General Public License.txt +339 -339
  53. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/backmatter.typ +28 -28
  54. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/body.typ +332 -332
  55. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/config.typ +63 -63
  56. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/frontmatter.typ +114 -114
  57. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/indorsement.typ +118 -118
  58. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/lib.typ +55 -55
  59. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/mainmatter.typ +32 -32
  60. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/primitives.typ +272 -272
  61. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/utils.typ +377 -377
  62. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/typst.toml +16 -16
  63. package/quills/usaf_memo/0.1.0/plate.typ +74 -74
  64. package/quills/usaf_memo/0.2.0/.quillignore +30 -30
  65. package/quills/usaf_memo/0.2.0/Quill.yaml +219 -219
  66. package/quills/usaf_memo/0.2.0/example.md +55 -55
  67. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/.gitignore +6 -6
  68. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/LICENSE +21 -21
  69. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/fonts/Cinzel/LICENSE +93 -93
  70. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/fonts/CopperplateCC/LICENSE.md +79 -79
  71. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/fonts/NimbusRomanNo9L/GNU General Public License.txt +339 -339
  72. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/backmatter.typ +28 -28
  73. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/body.typ +333 -333
  74. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/config.typ +64 -64
  75. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/frontmatter.typ +114 -114
  76. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/indorsement.typ +118 -118
  77. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/lib.typ +55 -55
  78. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/mainmatter.typ +32 -32
  79. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/primitives.typ +293 -293
  80. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/utils.typ +374 -374
  81. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/typst.toml +27 -27
  82. package/quills/usaf_memo/0.2.0/plate.typ +75 -75
  83. package/templates/af4141.md +88 -88
  84. package/templates/cmu_letter_template.md +37 -37
  85. package/templates/loc.md +78 -78
  86. package/templates/pass_request.md +43 -43
  87. package/templates/rebuttal.md +55 -55
  88. package/templates/taro.md +26 -26
  89. package/templates/templates.json +49 -55
  90. package/templates/usaf_template.md +23 -23
  91. package/templates/ussf_template.md +29 -29
  92. package/quills/daf4392/0.1.0/Quill.yaml +0 -110
  93. package/quills/daf4392/0.1.0/assets/arimo-v35-latin-700.ttf +0 -0
  94. package/quills/daf4392/0.1.0/assets/arimo-v35-latin-700italic.ttf +0 -0
  95. package/quills/daf4392/0.1.0/assets/arimo-v35-latin-italic.ttf +0 -0
  96. package/quills/daf4392/0.1.0/assets/arimo-v35-latin-regular.ttf +0 -0
  97. package/quills/daf4392/0.1.0/assets/page1.png +0 -0
  98. package/quills/daf4392/0.1.0/example.md +0 -33
  99. package/quills/daf4392/0.1.0/packages/daf4392page2_pkg/FIELDS.json +0 -9
  100. package/quills/daf4392/0.1.0/packages/daf4392page2_pkg/form.typ +0 -14
  101. package/quills/daf4392/0.1.0/packages/daf4392page2_pkg/lib.typ +0 -227
  102. package/quills/daf4392/0.1.0/packages/daf4392page2_pkg/out/debug.typ +0 -4
  103. package/quills/daf4392/0.1.0/packages/daf4392page2_pkg/out/example.typ +0 -4
  104. package/quills/daf4392/0.1.0/packages/daf4392page2_pkg/page1.png +0 -0
  105. package/quills/daf4392/0.1.0/packages/daf4392page2_pkg/typst.toml +0 -7
  106. package/quills/daf4392/0.1.0/plate.typ +0 -60
  107. package/templates/daf4392.md +0 -33
@@ -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