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
+20-3Lines changed: 20 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -17221,6 +17221,19 @@ var require_yaml_intelligence_resources = __commonJS({
17221
17221
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"
17222
17222
}
17223
17223
},
17224
+
{
17225
+
name: "page-numbering",
17226
+
schema: "string",
17227
+
tags: {
17228
+
formats: [
17229
+
"typst"
17230
+
]
17231
+
},
17232
+
description: {
17233
+
short: 'Schema to use for numbering pages, e.g. `"1"` or `"i"`, or an empty string, \n`""`, to omit page numbering.\n',
17234
+
long: 'Schema to use for numbering pages, e.g. `"1"` or `"i"`, or an empty string, \n`""`, to omit page numbering.\n\nSee [Typst Numbering](https://typst.app/docs/reference/model/numbering/) \nfor additional information.\n'
17235
+
}
17236
+
},
17224
17237
{
17225
17238
name: "pagenumbering",
17226
17239
schema: {
@@ -23583,6 +23596,10 @@ var require_yaml_intelligence_resources = __commonJS({
23583
23596
short: "Shift heading levels by a positive or negative integer. For example,\nwith <code>shift-heading-level-by: -1</code>, level 2 headings become\nlevel 1 headings.",
23584
23597
long: "Shift heading levels by a positive or negative integer. For example,\nwith <code>shift-heading-level-by: -1</code>, level 2 headings become\nlevel 1 headings, and level 3 headings become level 2 headings. Headings\ncannot have a level less than 1, so a heading that would be shifted\nbelow level 1 becomes a regular paragraph. Exception: with a shift of\n-N, a level-N heading at the beginning of the document replaces the\nmetadata title."
23585
23598
},
23599
+
{
23600
+
short: 'Schema to use for numbering pages, e.g. <code>"1"</code> or\n<code>"i"</code>, or an empty string, <code>""</code>, to omit page\nnumbering.',
23601
+
long: 'Schema to use for numbering pages, e.g. <code>"1"</code> or\n<code>"i"</code>, or an empty string, <code>""</code>, to omit page\nnumbering.\nSee <a href="https://typst.app/docs/reference/model/numbering/">Typst\nNumbering</a> for additional information.'
23602
+
},
23586
23603
{
23587
23604
short: "Sets the page numbering style and location for the document.",
23588
23605
long: 'Sets the page numbering style and location for the document using the\n<code>\\setuppagenumbering</code> command.\nSee <a href="https://wiki.contextgarden.net/Command/setuppagenumbering">ConTeXt\nPage Numbering</a> for additional information.'
@@ -24933,12 +24950,12 @@ var require_yaml_intelligence_resources = __commonJS({
24933
24950
mermaid: "%%"
24934
24951
},
24935
24952
"handlers/mermaid/schema.yml": {
24936
-
_internalId: 197474,
24953
+
_internalId: 197907,
24937
24954
type: "object",
24938
24955
description: "be an object",
24939
24956
properties: {
24940
24957
"mermaid-format": {
24941
-
_internalId: 197466,
24958
+
_internalId: 197899,
24942
24959
type: "enum",
24943
24960
enum: [
24944
24961
"png",
@@ -24954,7 +24971,7 @@ var require_yaml_intelligence_resources = __commonJS({
Copy file name to clipboardExpand all lines: src/resources/editor/tools/yaml/yaml-intelligence-resources.json
+20-3Lines changed: 20 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10193,6 +10193,19 @@
10193
10193
"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"
10194
10194
}
10195
10195
},
10196
+
{
10197
+
"name": "page-numbering",
10198
+
"schema": "string",
10199
+
"tags": {
10200
+
"formats": [
10201
+
"typst"
10202
+
]
10203
+
},
10204
+
"description": {
10205
+
"short": "Schema to use for numbering pages, e.g. `\"1\"` or `\"i\"`, or an empty string, \n`\"\"`, to omit page numbering.\n",
10206
+
"long": "Schema to use for numbering pages, e.g. `\"1\"` or `\"i\"`, or an empty string, \n`\"\"`, to omit page numbering.\n\nSee [Typst Numbering](https://typst.app/docs/reference/model/numbering/) \nfor additional information.\n"
10207
+
}
10208
+
},
10196
10209
{
10197
10210
"name": "pagenumbering",
10198
10211
"schema": {
@@ -16555,6 +16568,10 @@
16555
16568
"short": "Shift heading levels by a positive or negative integer. For example,\nwith <code>shift-heading-level-by: -1</code>, level 2 headings become\nlevel 1 headings.",
16556
16569
"long": "Shift heading levels by a positive or negative integer. For example,\nwith <code>shift-heading-level-by: -1</code>, level 2 headings become\nlevel 1 headings, and level 3 headings become level 2 headings. Headings\ncannot have a level less than 1, so a heading that would be shifted\nbelow level 1 becomes a regular paragraph. Exception: with a shift of\n-N, a level-N heading at the beginning of the document replaces the\nmetadata title."
16557
16570
},
16571
+
{
16572
+
"short": "Schema to use for numbering pages, e.g. <code>\"1\"</code> or\n<code>\"i\"</code>, or an empty string, <code>\"\"</code>, to omit page\nnumbering.",
16573
+
"long": "Schema to use for numbering pages, e.g. <code>\"1\"</code> or\n<code>\"i\"</code>, or an empty string, <code>\"\"</code>, to omit page\nnumbering.\nSee <a href=\"https://typst.app/docs/reference/model/numbering/\">Typst\nNumbering</a> for additional information."
16574
+
},
16558
16575
{
16559
16576
"short": "Sets the page numbering style and location for the document.",
16560
16577
"long": "Sets the page numbering style and location for the document using the\n<code>\\setuppagenumbering</code> command.\nSee <a href=\"https://wiki.contextgarden.net/Command/setuppagenumbering\">ConTeXt\nPage Numbering</a> for additional information."
0 commit comments