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
+27-5Lines changed: 27 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -17215,6 +17215,24 @@ var require_yaml_intelligence_resources = __commonJS({
17215
17215
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"
17216
17216
}
17217
17217
},
17218
+
{
17219
+
name: "page-numbering",
17220
+
schema: {
17221
+
anyOf: [
17222
+
"boolean",
17223
+
"string"
17224
+
]
17225
+
},
17226
+
tags: {
17227
+
formats: [
17228
+
"typst"
17229
+
]
17230
+
},
17231
+
description: {
17232
+
short: "Schema to use for numbering pages, e.g. `1` or `i`, or `false` to omit page numbering.\n",
17233
+
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"
17234
+
}
17235
+
},
17218
17236
{
17219
17237
name: "pagenumbering",
17220
17238
schema: {
@@ -21908,7 +21926,7 @@ var require_yaml_intelligence_resources = __commonJS({
21908
21926
"The path to an XML stylesheet (XSL file) used to style the RSS\nfeed.",
21909
21927
{
21910
21928
short: "The date format to use when displaying dates (e.g. d-M-yyy).",
21911
-
long: 'The date format to use when displaying dates (e.g. d-M-yyy). Learn\nmore about supported date formatting values <a href="https://quarto.org/docs/reference/dates.html">here</a>.'
21929
+
long: 'The date format to use when displaying dates (e.g. d-M-yyy). Learn\nmore about supported date formatting values <a href="https://deno.land/std@0.125.0/datetime">here</a>.'
21912
21930
},
21913
21931
{
21914
21932
short: "The maximum length (in characters) of the description displayed in\nthe listing.",
@@ -24698,7 +24716,11 @@ var require_yaml_intelligence_resources = __commonJS({
24698
24716
"Disambiguating year suffix in author-date styles (e.g. \u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
24699
24717
"Manuscript configuration",
24700
24718
"internal-schema-hack",
24701
-
"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."
24719
+
"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.",
24720
+
{
24721
+
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.",
24722
+
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.'
24723
+
}
24702
24724
],
24703
24725
"schema/external-schemas.yml": [
24704
24726
{
@@ -24927,12 +24949,12 @@ var require_yaml_intelligence_resources = __commonJS({
24927
24949
mermaid: "%%"
24928
24950
},
24929
24951
"handlers/mermaid/schema.yml": {
24930
-
_internalId: 197474,
24952
+
_internalId: 197484,
24931
24953
type: "object",
24932
24954
description: "be an object",
24933
24955
properties: {
24934
24956
"mermaid-format": {
24935
-
_internalId: 197466,
24957
+
_internalId: 197476,
24936
24958
type: "enum",
24937
24959
enum: [
24938
24960
"png",
@@ -24948,7 +24970,7 @@ var require_yaml_intelligence_resources = __commonJS({
Copy file name to clipboardExpand all lines: src/resources/editor/tools/yaml/yaml-intelligence-resources.json
+27-5Lines changed: 27 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -10187,6 +10187,24 @@
10187
10187
"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"
10188
10188
}
10189
10189
},
10190
+
{
10191
+
"name": "page-numbering",
10192
+
"schema": {
10193
+
"anyOf": [
10194
+
"boolean",
10195
+
"string"
10196
+
]
10197
+
},
10198
+
"tags": {
10199
+
"formats": [
10200
+
"typst"
10201
+
]
10202
+
},
10203
+
"description": {
10204
+
"short": "Schema to use for numbering pages, e.g. `1` or `i`, or `false` to omit page numbering.\n",
10205
+
"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"
10206
+
}
10207
+
},
10190
10208
{
10191
10209
"name": "pagenumbering",
10192
10210
"schema": {
@@ -14880,7 +14898,7 @@
14880
14898
"The path to an XML stylesheet (XSL file) used to style the RSS\nfeed.",
14881
14899
{
14882
14900
"short": "The date format to use when displaying dates (e.g. d-M-yyy).",
14883
-
"long": "The date format to use when displaying dates (e.g. d-M-yyy). Learn\nmore about supported date formatting values <a href=\"https://quarto.org/docs/reference/dates.html\">here</a>."
14901
+
"long": "The date format to use when displaying dates (e.g. d-M-yyy). Learn\nmore about supported date formatting values <a href=\"https://deno.land/std@0.125.0/datetime\">here</a>."
14884
14902
},
14885
14903
{
14886
14904
"short": "The maximum length (in characters) of the description displayed in\nthe listing.",
@@ -17670,7 +17688,11 @@
17670
17688
"Disambiguating year suffix in author-date styles (e.g. “a” in “Doe,\n1999a”).",
17671
17689
"Manuscript configuration",
17672
17690
"internal-schema-hack",
17673
-
"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’."
17691
+
"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’.",
17692
+
{
17693
+
"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.",
17694
+
"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