You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/resources/editor/tools/vs-code.mjs
+16-22Lines changed: 16 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -23874,6 +23874,16 @@ var require_yaml_intelligence_resources = __commonJS({
23874
23874
short: "Sets the bottom margin of the document.",
23875
23875
long: "For HTML output, sets the <code>margin-bottom</code> property on the\nBody element.\nFor LaTeX output, sets the bottom margin if <code>geometry</code> is\nnot used (otherwise <code>geometry</code> overrides this value)\nFor ConTeXt output, sets the bottom margin if <code>layout</code> is\nnot used, otherwise <code>layout</code> overrides these.\nFor <code>wkhtmltopdf</code> sets the bottom page margin."
23876
23876
},
23877
+
{
23878
+
short: "Page margins for Typst output.",
23879
+
long: "A dictionary specifying page margins. Use <code>x</code> and\n<code>y</code> for symmetric horizontal/vertical margins, or\n<code>top</code>, <code>bottom</code>, <code>left</code>,\n<code>right</code> for individual sides. Values should include units\n(e.g. <code>1.5in</code>, <code>2cm</code>)."
23880
+
},
23881
+
"Horizontal margin (e.g. 1.5in)",
23882
+
"Vertical margin (e.g. 1.5in)",
23883
+
"Top margin (e.g. 1.5in)",
23884
+
"Bottom margin (e.g. 1.5in)",
23885
+
"Left margin (e.g. 1.5in)",
23886
+
"Right margin (e.g. 1.5in)",
23877
23887
{
23878
23888
short: "Options for the geometry package.",
23879
23889
long: 'Options for the <a href="https://ctan.org/pkg/geometry">geometry</a>\npackage. For example:'
@@ -24207,13 +24217,7 @@ var require_yaml_intelligence_resources = __commonJS({
24207
24217
short: "The \u2018normal\u2019 height of the presentation",
24208
24218
long: "The \u201Cnormal\u201D height of the presentation, aspect ratio will be\npreserved when the presentation is scaled to fit different resolutions.\nCan be specified using percentage units."
24209
24219
},
24210
-
"For <code>revealjs</code>, the factor of the display size that should\nremain empty around the content (e.g. 0.1).\nFor <code>typst</code>, a dictionary with the fields defined in the\nTypst documentation: <code>x</code>, <code>y</code>, <code>top</code>,\n<code>bottom</code>, <code>left</code>, <code>right</code> (margins are\nspecified in <code>cm</code> units, e.g. <code>5cm</code>).",
24211
-
"Horizontal margin (e.g. 5cm)",
24212
-
"Vertical margin (e.g. 5cm)",
24213
-
"Top margin (e.g. 5cm)",
24214
-
"Bottom margin (e.g. 5cm)",
24215
-
"Left margin (e.g. 5cm)",
24216
-
"Right margin (e.g. 5cm)",
24220
+
"Factor of the display size that should remain empty around the\ncontent (e.g. 0.1).",
24217
24221
"Bounds for smallest possible scale to apply to content",
24218
24222
"Bounds for largest possible scale to apply to content",
24219
24223
"Vertical centering of slides",
@@ -25146,17 +25150,7 @@ var require_yaml_intelligence_resources = __commonJS({
25146
25150
"Disambiguating year suffix in author-date styles (e.g. \u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
25147
25151
"Manuscript configuration",
25148
25152
"internal-schema-hack",
25149
-
"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.",
25150
-
{
25151
-
short: "Page margins for Typst output.",
25152
-
long: "A dictionary specifying page margins. Use <code>x</code> and\n<code>y</code> for symmetric horizontal/vertical margins, or\n<code>top</code>, <code>bottom</code>, <code>left</code>,\n<code>right</code> for individual sides. Values should include units\n(e.g. <code>1.5in</code>, <code>2cm</code>)."
25153
-
},
25154
-
"Horizontal margin (e.g. 1.5in)",
25155
-
"Vertical margin (e.g. 1.5in)",
25156
-
"Top margin (e.g. 1.5in)",
25157
-
"Bottom margin (e.g. 1.5in)",
25158
-
"Left margin (e.g. 1.5in)",
25159
-
"Right margin (e.g. 1.5in)"
25153
+
"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."
25160
25154
],
25161
25155
"schema/external-schemas.yml": [
25162
25156
{
@@ -25386,12 +25380,12 @@ var require_yaml_intelligence_resources = __commonJS({
25386
25380
mermaid: "%%"
25387
25381
},
25388
25382
"handlers/mermaid/schema.yml": {
25389
-
_internalId: 222771,
25383
+
_internalId: 222532,
25390
25384
type: "object",
25391
25385
description: "be an object",
25392
25386
properties: {
25393
25387
"mermaid-format": {
25394
-
_internalId: 222763,
25388
+
_internalId: 222524,
25395
25389
type: "enum",
25396
25390
enum: [
25397
25391
"png",
@@ -25407,7 +25401,7 @@ var require_yaml_intelligence_resources = __commonJS({
25407
25401
exhaustiveCompletions: true
25408
25402
},
25409
25403
theme: {
25410
-
_internalId: 222770,
25404
+
_internalId: 222531,
25411
25405
type: "anyOf",
25412
25406
anyOf: [
25413
25407
{
@@ -25541,7 +25535,7 @@ var require_yaml_intelligence_resources = __commonJS({
25541
25535
},
25542
25536
description: {
25543
25537
short: "Visual style for theorem environments in Typst output.",
25544
-
long: "Controls how theorems, lemmas, definitions, etc. are rendered:\n- `simple`: Plain text with bold title and italic body (default)\n- `fancy`: Colored boxes using brand colors\n- `clouds`: Rounded colored background boxes\n- `rainbow`: Colored left border with colored title\n"
25538
+
long: "Controls how theorems, lemmas, definitions, etc. are rendered:\n\n- `simple`: Plain text with bold title and italic body (default)\n- `fancy`: Colored boxes using brand colors\n- `clouds`: Rounded colored background boxes\n- `rainbow`: Colored left border with colored title\n"
Copy file name to clipboardExpand all lines: src/resources/editor/tools/yaml/yaml-intelligence-resources.json
+16-22Lines changed: 16 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -16846,6 +16846,16 @@
16846
16846
"short": "Sets the bottom margin of the document.",
16847
16847
"long": "For HTML output, sets the <code>margin-bottom</code> property on the\nBody element.\nFor LaTeX output, sets the bottom margin if <code>geometry</code> is\nnot used (otherwise <code>geometry</code> overrides this value)\nFor ConTeXt output, sets the bottom margin if <code>layout</code> is\nnot used, otherwise <code>layout</code> overrides these.\nFor <code>wkhtmltopdf</code> sets the bottom page margin."
16848
16848
},
16849
+
{
16850
+
"short": "Page margins for Typst output.",
16851
+
"long": "A dictionary specifying page margins. Use <code>x</code> and\n<code>y</code> for symmetric horizontal/vertical margins, or\n<code>top</code>, <code>bottom</code>, <code>left</code>,\n<code>right</code> for individual sides. Values should include units\n(e.g. <code>1.5in</code>, <code>2cm</code>)."
16852
+
},
16853
+
"Horizontal margin (e.g. 1.5in)",
16854
+
"Vertical margin (e.g. 1.5in)",
16855
+
"Top margin (e.g. 1.5in)",
16856
+
"Bottom margin (e.g. 1.5in)",
16857
+
"Left margin (e.g. 1.5in)",
16858
+
"Right margin (e.g. 1.5in)",
16849
16859
{
16850
16860
"short": "Options for the geometry package.",
16851
16861
"long": "Options for the <a href=\"https://ctan.org/pkg/geometry\">geometry</a>\npackage. For example:"
@@ -17179,13 +17189,7 @@
17179
17189
"short": "The ‘normal’ height of the presentation",
17180
17190
"long": "The “normal” height of the presentation, aspect ratio will be\npreserved when the presentation is scaled to fit different resolutions.\nCan be specified using percentage units."
17181
17191
},
17182
-
"For <code>revealjs</code>, the factor of the display size that should\nremain empty around the content (e.g. 0.1).\nFor <code>typst</code>, a dictionary with the fields defined in the\nTypst documentation: <code>x</code>, <code>y</code>, <code>top</code>,\n<code>bottom</code>, <code>left</code>, <code>right</code> (margins are\nspecified in <code>cm</code> units, e.g. <code>5cm</code>).",
17183
-
"Horizontal margin (e.g. 5cm)",
17184
-
"Vertical margin (e.g. 5cm)",
17185
-
"Top margin (e.g. 5cm)",
17186
-
"Bottom margin (e.g. 5cm)",
17187
-
"Left margin (e.g. 5cm)",
17188
-
"Right margin (e.g. 5cm)",
17192
+
"Factor of the display size that should remain empty around the\ncontent (e.g. 0.1).",
17189
17193
"Bounds for smallest possible scale to apply to content",
17190
17194
"Bounds for largest possible scale to apply to content",
17191
17195
"Vertical centering of slides",
@@ -18118,17 +18122,7 @@
18118
18122
"Disambiguating year suffix in author-date styles (e.g. “a” in “Doe,\n1999a”).",
18119
18123
"Manuscript configuration",
18120
18124
"internal-schema-hack",
18121
-
"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’s default order\nis ‘knitr’, ‘jupyter’, ‘markdown’, ‘julia’.",
18122
-
{
18123
-
"short": "Page margins for Typst output.",
18124
-
"long": "A dictionary specifying page margins. Use <code>x</code> and\n<code>y</code> for symmetric horizontal/vertical margins, or\n<code>top</code>, <code>bottom</code>, <code>left</code>,\n<code>right</code> for individual sides. Values should include units\n(e.g. <code>1.5in</code>, <code>2cm</code>)."
18125
-
},
18126
-
"Horizontal margin (e.g. 1.5in)",
18127
-
"Vertical margin (e.g. 1.5in)",
18128
-
"Top margin (e.g. 1.5in)",
18129
-
"Bottom margin (e.g. 1.5in)",
18130
-
"Left margin (e.g. 1.5in)",
18131
-
"Right margin (e.g. 1.5in)"
18125
+
"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’s default order\nis ‘knitr’, ‘jupyter’, ‘markdown’, ‘julia’."
18132
18126
],
18133
18127
"schema/external-schemas.yml": [
18134
18128
{
@@ -18358,12 +18352,12 @@
18358
18352
"mermaid": "%%"
18359
18353
},
18360
18354
"handlers/mermaid/schema.yml": {
18361
-
"_internalId": 222771,
18355
+
"_internalId": 222532,
18362
18356
"type": "object",
18363
18357
"description": "be an object",
18364
18358
"properties": {
18365
18359
"mermaid-format": {
18366
-
"_internalId": 222763,
18360
+
"_internalId": 222524,
18367
18361
"type": "enum",
18368
18362
"enum": [
18369
18363
"png",
@@ -18379,7 +18373,7 @@
18379
18373
"exhaustiveCompletions": true
18380
18374
},
18381
18375
"theme": {
18382
-
"_internalId": 222770,
18376
+
"_internalId": 222531,
18383
18377
"type": "anyOf",
18384
18378
"anyOf": [
18385
18379
{
@@ -18513,7 +18507,7 @@
18513
18507
},
18514
18508
"description": {
18515
18509
"short": "Visual style for theorem environments in Typst output.",
18516
-
"long": "Controls how theorems, lemmas, definitions, etc. are rendered:\n- `simple`: Plain text with bold title and italic body (default)\n- `fancy`: Colored boxes using brand colors\n- `clouds`: Rounded colored background boxes\n- `rainbow`: Colored left border with colored title\n"
18510
+
"long": "Controls how theorems, lemmas, definitions, etc. are rendered:\n\n- `simple`: Plain text with bold title and italic body (default)\n- `fancy`: Colored boxes using brand colors\n- `clouds`: Rounded colored background boxes\n- `rainbow`: Colored left border with colored title\n"
0 commit comments