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
+28-5Lines changed: 28 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -17346,6 +17346,24 @@ var require_yaml_intelligence_resources = __commonJS({
17346
17346
long: "Shift heading levels by a positive or negative integer.\nFor example, with `shift-heading-level-by: -1`, level 2\nheadings become level 1 headings, and level 3 headings\nbecome level 2 headings. Headings cannot have a level\nless than 1, so a heading that would be shifted below level 1\nbecomes a regular paragraph. Exception: with a shift of -N,\na level-N heading at the beginning of the document\nreplaces the metadata title.\n"
17347
17347
}
17348
17348
},
17349
+
{
17350
+
name: "page-numbering",
17351
+
schema: {
17352
+
anyOf: [
17353
+
"boolean",
17354
+
"string"
17355
+
]
17356
+
},
17357
+
tags: {
17358
+
formats: [
17359
+
"typst"
17360
+
]
17361
+
},
17362
+
description: {
17363
+
short: "Schema to use for numbering pages, e.g. `1` or `i`, or `false` to omit page numbering.\n",
17364
+
long: "Schema to use for numbering pages, e.g. `1` or `i`, or `false` to omit page numbering.\n\nSee [Typst Numbering](https://typst.app/docs/reference/model/numbering/) \nfor additional information.\n"
17365
+
}
17366
+
},
17349
17367
{
17350
17368
name: "pagenumbering",
17351
17369
schema: {
@@ -22630,6 +22648,7 @@ var require_yaml_intelligence_resources = __commonJS({
22630
22648
"Define a profile group for which at least one profile is always\nactive.",
22631
22649
"Control when tests should run",
22632
22650
"Run tests on CI (true = run, false = skip)",
22651
+
"Skip test unconditionally (true = skip with default message, string =\nskip with custom message)",
22633
22652
"Run tests ONLY on these platforms (whitelist)",
22634
22653
"Don\u2019t run tests on these platforms (blacklist)",
22635
22654
"The path to the locally referenced notebook.",
@@ -23548,6 +23567,10 @@ var require_yaml_intelligence_resources = __commonJS({
23548
23567
long: 'Identifies the main language of the document using IETF language tags\n(following the <a href="https://www.rfc-editor.org/info/bcp47">BCP\n47</a> standard), such as <code>en</code> or <code>en-GB</code>. The <a href="https://r12a.github.io/app-subtags/">Language subtag lookup</a>\ntool can look up or verify these tags.\nThis affects most formats, and controls hyphenation in PDF output\nwhen using LaTeX (through <a href="https://ctan.org/pkg/babel"><code>babel</code></a> and <a href="https://ctan.org/pkg/polyglossia"><code>polyglossia</code></a>) or\nConTeXt.'
23549
23568
},
23550
23569
"YAML file containing custom language translations",
23570
+
{
23571
+
short: "Enable babel language-specific shorthands in LaTeX output.",
23572
+
long: 'Enable babel language-specific shorthands in LaTeX output. When\n<code>true</code>, babel\u2019s language shortcuts are enabled (e.g., French\n<code><<</code>/<code>>></code> for guillemets, German\n<code>"</code> shortcuts, proper spacing around French punctuation).\nDefault is <code>false</code> because language shorthands can\ninterfere with code blocks and other content. Only enable if you need\nspecific typographic features for your language.'
23573
+
},
23551
23574
{
23552
23575
short: "The base script direction for the document (<code>rtl</code> or\n<code>ltr</code>).",
23553
23576
long: "The base script direction for the document (<code>rtl</code> or\n<code>ltr</code>).\nFor bidirectional documents, native pandoc <code>span</code>s and\n<code>div</code>s with the <code>dir</code> attribute can be used to\noverride the base direction in some output formats. This may not always\nbe necessary if the final renderer (e.g. the browser, when generating\nHTML) supports the [Unicode Bidirectional Algorithm].\nWhen using LaTeX for bidirectional documents, only the\n<code>xelatex</code> engine is fully supported (use\n<code>--pdf-engine=xelatex</code>)."
@@ -24882,8 +24905,8 @@ var require_yaml_intelligence_resources = __commonJS({
24882
24905
"internal-schema-hack",
24883
24906
"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.",
24884
24907
{
24885
-
short: "Enable babel language-specific shorthands in LaTeX output.",
24886
-
long: 'Enable babel language-specific shorthands in LaTeX output. When\n<code>true</code>, babel\u2019s language shortcuts are enabled (e.g., French\n<code><<</code>/<code>>></code> for guillemets, German\n<code>"</code> shortcuts, proper spacing around French punctuation).\nDefault is <code>false</code> because language shorthands can\ninterfere with code blocks and other content. Only enable if you need\nspecific typographic features for your language.'
24908
+
short: "Schema to use for numbering pages, e.g. <code>1</code> or\n<code>i</code>, or <code>false</code> to omit page numbering.",
24909
+
long: 'Schema to use for numbering pages, e.g. <code>1</code> or\n<code>i</code>, or <code>false</code> to omit page numbering.\nSee <a href="https://typst.app/docs/reference/model/numbering/">Typst\nNumbering</a> for additional information.'
24887
24910
}
24888
24911
],
24889
24912
"schema/external-schemas.yml": [
@@ -25113,12 +25136,12 @@ var require_yaml_intelligence_resources = __commonJS({
25113
25136
mermaid: "%%"
25114
25137
},
25115
25138
"handlers/mermaid/schema.yml": {
25116
-
_internalId: 197592,
25139
+
_internalId: 218561,
25117
25140
type: "object",
25118
25141
description: "be an object",
25119
25142
properties: {
25120
25143
"mermaid-format": {
25121
-
_internalId: 197584,
25144
+
_internalId: 218553,
25122
25145
type: "enum",
25123
25146
enum: [
25124
25147
"png",
@@ -25134,7 +25157,7 @@ var require_yaml_intelligence_resources = __commonJS({
Copy file name to clipboardExpand all lines: src/resources/editor/tools/yaml/yaml-intelligence-resources.json
+28-5Lines changed: 28 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -10318,6 +10318,24 @@
10318
10318
"long": "Shift heading levels by a positive or negative integer.\nFor example, with `shift-heading-level-by: -1`, level 2\nheadings become level 1 headings, and level 3 headings\nbecome level 2 headings. Headings cannot have a level\nless than 1, so a heading that would be shifted below level 1\nbecomes a regular paragraph. Exception: with a shift of -N,\na level-N heading at the beginning of the document\nreplaces the metadata title.\n"
10319
10319
}
10320
10320
},
10321
+
{
10322
+
"name": "page-numbering",
10323
+
"schema": {
10324
+
"anyOf": [
10325
+
"boolean",
10326
+
"string"
10327
+
]
10328
+
},
10329
+
"tags": {
10330
+
"formats": [
10331
+
"typst"
10332
+
]
10333
+
},
10334
+
"description": {
10335
+
"short": "Schema to use for numbering pages, e.g. `1` or `i`, or `false` to omit page numbering.\n",
10336
+
"long": "Schema to use for numbering pages, e.g. `1` or `i`, or `false` to omit page numbering.\n\nSee [Typst Numbering](https://typst.app/docs/reference/model/numbering/) \nfor additional information.\n"
10337
+
}
10338
+
},
10321
10339
{
10322
10340
"name": "pagenumbering",
10323
10341
"schema": {
@@ -15602,6 +15620,7 @@
15602
15620
"Define a profile group for which at least one profile is always\nactive.",
15603
15621
"Control when tests should run",
15604
15622
"Run tests on CI (true = run, false = skip)",
15623
+
"Skip test unconditionally (true = skip with default message, string =\nskip with custom message)",
15605
15624
"Run tests ONLY on these platforms (whitelist)",
15606
15625
"Don’t run tests on these platforms (blacklist)",
15607
15626
"The path to the locally referenced notebook.",
@@ -16520,6 +16539,10 @@
16520
16539
"long": "Identifies the main language of the document using IETF language tags\n(following the <a href=\"https://www.rfc-editor.org/info/bcp47\">BCP\n47</a> standard), such as <code>en</code> or <code>en-GB</code>. The <a href=\"https://r12a.github.io/app-subtags/\">Language subtag lookup</a>\ntool can look up or verify these tags.\nThis affects most formats, and controls hyphenation in PDF output\nwhen using LaTeX (through <a href=\"https://ctan.org/pkg/babel\"><code>babel</code></a> and <a href=\"https://ctan.org/pkg/polyglossia\"><code>polyglossia</code></a>) or\nConTeXt."
16521
16540
},
16522
16541
"YAML file containing custom language translations",
16542
+
{
16543
+
"short": "Enable babel language-specific shorthands in LaTeX output.",
16544
+
"long": "Enable babel language-specific shorthands in LaTeX output. When\n<code>true</code>, babel’s language shortcuts are enabled (e.g., French\n<code><<</code>/<code>>></code> for guillemets, German\n<code>\"</code> shortcuts, proper spacing around French punctuation).\nDefault is <code>false</code> because language shorthands can\ninterfere with code blocks and other content. Only enable if you need\nspecific typographic features for your language."
16545
+
},
16523
16546
{
16524
16547
"short": "The base script direction for the document (<code>rtl</code> or\n<code>ltr</code>).",
16525
16548
"long": "The base script direction for the document (<code>rtl</code> or\n<code>ltr</code>).\nFor bidirectional documents, native pandoc <code>span</code>s and\n<code>div</code>s with the <code>dir</code> attribute can be used to\noverride the base direction in some output formats. This may not always\nbe necessary if the final renderer (e.g. the browser, when generating\nHTML) supports the [Unicode Bidirectional Algorithm].\nWhen using LaTeX for bidirectional documents, only the\n<code>xelatex</code> engine is fully supported (use\n<code>--pdf-engine=xelatex</code>)."
@@ -17854,8 +17877,8 @@
17854
17877
"internal-schema-hack",
17855
17878
"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’.",
17856
17879
{
17857
-
"short": "Enable babel language-specific shorthands in LaTeX output.",
17858
-
"long": "Enable babel language-specific shorthands in LaTeX output. When\n<code>true</code>, babel’s language shortcuts are enabled (e.g., French\n<code><<</code>/<code>>></code> for guillemets, German\n<code>\"</code> shortcuts, proper spacing around French punctuation).\nDefault is <code>false</code> because language shorthands can\ninterfere with code blocks and other content. Only enable if you need\nspecific typographic features for your language."
17880
+
"short": "Schema to use for numbering pages, e.g. <code>1</code> or\n<code>i</code>, or <code>false</code> to omit page numbering.",
17881
+
"long": "Schema to use for numbering pages, e.g. <code>1</code> or\n<code>i</code>, or <code>false</code> to omit page numbering.\nSee <a href=\"https://typst.app/docs/reference/model/numbering/\">Typst\nNumbering</a> for additional information."
0 commit comments