@tonguetoquill/collection 0.13.1 → 0.13.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tonguetoquill/collection",
3
- "version": "0.13.1",
3
+ "version": "0.13.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nibsbin/tonguetoquill-collection.git"
@@ -37,6 +37,6 @@
37
37
  "dependencies": {},
38
38
  "devDependencies": {
39
39
  "@quillmark/registry": "^0.12.0",
40
- "@quillmark/wasm": "^0.49.0"
40
+ "@quillmark/wasm": "^0.51.0"
41
41
  }
42
42
  }
@@ -1,4 +1,4 @@
1
- #import "@local/quillmark-helper:0.1.0": data, eval-markup, parse-date
1
+ #import "@local/quillmark-helper:0.1.0": data, parse-date
2
2
  #import "@local/ttq-classic-resume:0.1.0": *
3
3
 
4
4
  #show: resume
@@ -19,7 +19,7 @@
19
19
  heading-right: card.at("headingRight", default: ""),
20
20
  subheading-left: card.at("subheadingLeft", default: none),
21
21
  subheading-right: card.at("subheadingRight", default: none),
22
- body: eval-markup(card.at("BODY", default: "")),
22
+ body: card.at("BODY", default: none),
23
23
  )
24
24
  } else if card.CARD == "skills_section" {
25
25
  table(
@@ -33,7 +33,7 @@
33
33
  project-entry(
34
34
  name: card.name,
35
35
  url: card.at("url", default: none),
36
- body: eval-markup(card.at("BODY", default: "")),
36
+ body: card.at("BODY", default: none),
37
37
  )
38
38
  } else if card.CARD == "certifications_section" {
39
39
  table(
@@ -1,4 +1,4 @@
1
- #import "@local/quillmark-helper:0.1.0": data, eval-markup, parse-date
1
+ #import "@local/quillmark-helper:0.1.0": data, parse-date
2
2
  #import "@local/tonguetoquill-cmu-letter:0.1.0": backmatter, frontmatter, mainmatter
3
3
 
4
4
  #show: frontmatter.with(
@@ -12,7 +12,7 @@
12
12
 
13
13
  #show: mainmatter
14
14
 
15
- #eval-markup(data.BODY)
15
+ #data.BODY
16
16
 
17
17
  #backmatter(
18
18
  signature_block: data.signature_block,
@@ -11,7 +11,7 @@ unitoffice_symbol: "1st Communications Squadron / SC, 123 Main St, AFB, ST 12345
11
11
  unit_commander: "Capt Jane Smith / DSN: 123-4568 / Comm: (123) 456-7891"
12
12
 
13
13
  accomplishments: |-
14
- - Spearheaded major network upgrade; improved speed by 50%
14
+ - **Spearheaded major network upgrade**; improved speed by 50%
15
15
  - Mentored 5 Airmen; 100% upgrade training completion rate
16
16
 
17
17
  accomplishments_continued: |-
@@ -1,4 +1,4 @@
1
- #import "@local/quillmark-helper:0.1.0": data, eval-markup
1
+ #import "@local/quillmark-helper:0.1.0": data
2
2
 
3
3
  #set page(width: 8.5in, height: 11in, margin: 0in)
4
4
  #set text(font: "Arimo", size: 10pt)
@@ -75,5 +75,5 @@
75
75
  } else {
76
76
  emergency_phone
77
77
  }
78
- tf(40pt, 700pt)[#text(size: 10pt, weight: "bold")[EMERGENCY CONTACT:] #text(size: 10pt)[#eval-markup(emergency_contact)]]
78
+ tf(40pt, 700pt)[#text(size: 10pt, weight: "bold")[EMERGENCY CONTACT:] #text(size: 10pt)[#emergency_contact]]
79
79
  }
@@ -1,4 +1,4 @@
1
- #import "@local/quillmark-helper:0.1.0": data, eval-markup, parse-date
1
+ #import "@local/quillmark-helper:0.1.0": data, parse-date
2
2
  #import "@local/tonguetoquill-usaf-memo:1.0.0": backmatter, frontmatter, indorsement, mainmatter
3
3
 
4
4
  // Frontmatter configuration
@@ -38,7 +38,7 @@
38
38
 
39
39
  // Mainmatter configuration
40
40
  #mainmatter[
41
- #eval-markup(data.BODY)
41
+ #data.BODY
42
42
  ]
43
43
 
44
44
  // Backmatter
@@ -68,7 +68,7 @@
68
68
  format: card.at("format", default: "standard"),
69
69
  ..if "date" in card { (date: card.date) },
70
70
  )[
71
- #eval-markup(card.BODY)
71
+ #card.BODY
72
72
  ]
73
73
  }
74
74
  }
@@ -1,4 +1,4 @@
1
- #import "@local/quillmark-helper:0.1.0": data, eval-markup, parse-date
1
+ #import "@local/quillmark-helper:0.1.0": data, parse-date
2
2
  #import "@local/tonguetoquill-usaf-memo:2.0.0": backmatter, frontmatter, indorsement, mainmatter
3
3
 
4
4
  // Frontmatter configuration
@@ -38,7 +38,7 @@
38
38
 
39
39
  // Mainmatter configuration
40
40
  #mainmatter[
41
- #eval-markup(data.BODY)
41
+ #data.BODY
42
42
  ]
43
43
 
44
44
  // Backmatter
@@ -69,7 +69,7 @@
69
69
  ..if "date" in card { (date: card.date) },
70
70
  ..if "action" in card { (action: card.action) },
71
71
  )[
72
- #eval-markup(card.BODY)
72
+ #card.BODY
73
73
  ]
74
74
  }
75
75
  }
@@ -1,30 +0,0 @@
1
- Quill:
2
- name: taro
3
- version: 0.1.0
4
- backend: typst
5
- plate_file: plate.typ
6
- example_file: example.md
7
- description: A simple document template for testing
8
-
9
- main:
10
- fields:
11
- author:
12
- title: Author of document
13
- type: string
14
- ice_cream:
15
- title: favorite ice cream flavor
16
- type: string
17
- default: taro
18
- title:
19
- title: title of document
20
- type: string
21
-
22
- cards:
23
- quotes:
24
- title: Inspirational Quotes
25
- description: A collection of quotes about taro ice cream
26
- fields:
27
- author:
28
- title: Quote author
29
- type: string
30
- description: The person who said this quote
@@ -1,27 +0,0 @@
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.
@@ -1,31 +0,0 @@
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
- }