calepin 0.0.19

A Rust CLI for preprocessing Typst documents with executable code chunks
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#set document(title: [Multilingual Notes])
#metadata((
  title: "Multilingual Notes",
  translation_key: "multilingual-notes",
  kind: "post",
  date: "2026-06-05",
  tags: ("languages", "navigation"),
  summary: "A post that exists in both scaffold languages.",
)) <website-metadata>

#title()

#lorem(75)

The language picker can connect this page to its translated pair through the
shared `translation_key`.

#lorem(95)