Skip to content

Commit de35dee

Browse files
artifacts
1 parent 68538fc commit de35dee

File tree

7 files changed

+298
-40
lines changed

7 files changed

+298
-40
lines changed

src/resources/editor/tools/vs-code.mjs

Lines changed: 89 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8002,7 +8002,8 @@ var require_yaml_intelligence_resources = __commonJS({
80028002
],
80038003
formats: [
80048004
"$html-files",
8005-
"$pdf-all"
8005+
"$pdf-all",
8006+
"typst"
80068007
]
80078008
},
80088009
schema: {
@@ -8024,7 +8025,8 @@ var require_yaml_intelligence_resources = __commonJS({
80248025
],
80258026
formats: [
80268027
"$html-files",
8027-
"$pdf-all"
8028+
"$pdf-all",
8029+
"typst"
80288030
]
80298031
},
80308032
schema: {
@@ -8046,7 +8048,8 @@ var require_yaml_intelligence_resources = __commonJS({
80468048
],
80478049
formats: [
80488050
"$html-files",
8049-
"$pdf-all"
8051+
"$pdf-all",
8052+
"typst"
80508053
]
80518054
},
80528055
schema: {
@@ -13257,6 +13260,29 @@ var require_yaml_intelligence_resources = __commonJS({
1325713260
}
1325813261
}
1325913262
}
13263+
},
13264+
{
13265+
id: "marginalia-side-geometry",
13266+
object: {
13267+
closed: true,
13268+
properties: {
13269+
far: {
13270+
string: {
13271+
description: "Distance from page edge to wideblock boundary."
13272+
}
13273+
},
13274+
width: {
13275+
string: {
13276+
description: "Width of the margin note column."
13277+
}
13278+
},
13279+
separation: {
13280+
string: {
13281+
description: "Gap between margin column and body text."
13282+
}
13283+
}
13284+
}
13285+
}
1326013286
}
1326113287
],
1326213288
"schema/document-about.yml": [
@@ -15368,7 +15394,8 @@ var require_yaml_intelligence_resources = __commonJS({
1536815394
"$markdown-all",
1536915395
"muse",
1537015396
"$html-files",
15371-
"pdf"
15397+
"pdf",
15398+
"typst"
1537215399
]
1537315400
},
1537415401
schema: {
@@ -16351,6 +16378,12 @@ var require_yaml_intelligence_resources = __commonJS({
1635116378
},
1635216379
{
1635316380
name: "grid",
16381+
tags: {
16382+
formats: [
16383+
"$html-doc",
16384+
"typst"
16385+
]
16386+
},
1635416387
schema: {
1635516388
object: {
1635616389
closed: true,
@@ -16371,24 +16404,24 @@ var require_yaml_intelligence_resources = __commonJS({
1637116404
},
1637216405
"margin-width": {
1637316406
string: {
16374-
description: "The base width of the margin (right) column in an HTML page."
16407+
description: "The base width of the margin (right) column. For Typst, this controls the width of the margin note column."
1637516408
}
1637616409
},
1637716410
"body-width": {
1637816411
string: {
16379-
description: "The base width of the body (center) column in an HTML page."
16412+
description: "The base width of the body (center) column. For Typst, this is computed as the remainder after other columns."
1638016413
}
1638116414
},
1638216415
"gutter-width": {
1638316416
string: {
16384-
description: "The width of the gutter that appears between columns in an HTML page."
16417+
description: "The width of the gutter that appears between columns. For Typst, this is the gap between the text column and margin notes."
1638516418
}
1638616419
}
1638716420
}
1638816421
}
1638916422
},
1639016423
description: {
16391-
short: "Properties of the grid system used to layout Quarto HTML pages."
16424+
short: "Properties of the grid system used to layout Quarto HTML and Typst pages."
1639216425
}
1639316426
},
1639416427
{
@@ -18078,7 +18111,8 @@ var require_yaml_intelligence_resources = __commonJS({
1807818111
},
1807918112
tags: {
1808018113
formats: [
18081-
"$html-doc"
18114+
"$html-doc",
18115+
"typst"
1808218116
]
1808318117
},
1808418118
default: "document",
@@ -24912,7 +24946,17 @@ var require_yaml_intelligence_resources = __commonJS({
2491224946
"Disambiguating year suffix in author-date styles (e.g. \u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
2491324947
"Manuscript configuration",
2491424948
"internal-schema-hack",
24915-
"List execution engines you want to give priority when determining\nwhich engine should render a notebook. If two engines have support for a\nnotebook, the one listed earlier will be chosen. Quarto\u2019s default order\nis \u2018knitr\u2019, \u2018jupyter\u2019, \u2018markdown\u2019, \u2018julia\u2019."
24949+
"List execution engines you want to give priority when determining\nwhich engine should render a notebook. If two engines have support for a\nnotebook, the one listed earlier will be chosen. Quarto\u2019s default order\nis \u2018knitr\u2019, \u2018jupyter\u2019, \u2018markdown\u2019, \u2018julia\u2019.",
24950+
"Distance from page edge to wideblock boundary.",
24951+
"Width of the margin note column.",
24952+
"Gap between margin column and body text.",
24953+
{
24954+
short: "Advanced geometry settings for Typst margin layout.",
24955+
long: "Fine-grained control over marginalia package geometry. Most users\nshould use <code>margin</code> and <code>grid</code> options instead;\nthese values are computed automatically.\nUser-specified values override the computed defaults."
24956+
},
24957+
"Inner (left) margin geometry.",
24958+
"Outer (right) margin geometry.",
24959+
"Minimum vertical spacing between margin notes (default: 8pt)."
2491624960
],
2491724961
"schema/external-schemas.yml": [
2491824962
{
@@ -25141,12 +25185,12 @@ var require_yaml_intelligence_resources = __commonJS({
2514125185
mermaid: "%%"
2514225186
},
2514325187
"handlers/mermaid/schema.yml": {
25144-
_internalId: 219129,
25188+
_internalId: 219149,
2514525189
type: "object",
2514625190
description: "be an object",
2514725191
properties: {
2514825192
"mermaid-format": {
25149-
_internalId: 219121,
25193+
_internalId: 219141,
2515025194
type: "enum",
2515125195
enum: [
2515225196
"png",
@@ -25162,7 +25206,7 @@ var require_yaml_intelligence_resources = __commonJS({
2516225206
exhaustiveCompletions: true
2516325207
},
2516425208
theme: {
25165-
_internalId: 219128,
25209+
_internalId: 219148,
2516625210
type: "anyOf",
2516725211
anyOf: [
2516825212
{
@@ -25245,6 +25289,38 @@ var require_yaml_intelligence_resources = __commonJS({
2524525289
]
2524625290
},
2524725291
description: "The logo image."
25292+
},
25293+
{
25294+
name: "margin-geometry",
25295+
schema: {
25296+
object: {
25297+
closed: true,
25298+
properties: {
25299+
inner: {
25300+
ref: "marginalia-side-geometry",
25301+
description: "Inner (left) margin geometry."
25302+
},
25303+
outer: {
25304+
ref: "marginalia-side-geometry",
25305+
description: "Outer (right) margin geometry."
25306+
},
25307+
clearance: {
25308+
string: {
25309+
description: "Minimum vertical spacing between margin notes (default: 8pt)."
25310+
}
25311+
}
25312+
}
25313+
}
25314+
},
25315+
tags: {
25316+
formats: [
25317+
"typst"
25318+
]
25319+
},
25320+
description: {
25321+
short: "Advanced geometry settings for Typst margin layout.",
25322+
long: "Fine-grained control over marginalia package geometry. Most users should\nuse `margin` and `grid` options instead; these values are computed automatically.\n\nUser-specified values override the computed defaults.\n"
25323+
}
2524825324
}
2524925325
]
2525025326
};

src/resources/editor/tools/yaml/all-schema-definitions.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)