Skip to content

Commit f80dfef

Browse files
committed
generate schema
1 parent f6bccd6 commit f80dfef

File tree

3 files changed

+117
-12
lines changed

3 files changed

+117
-12
lines changed

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

Lines changed: 39 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13530,6 +13530,36 @@ var require_yaml_intelligence_resources = __commonJS({
1353013530
long: "Target page width for output (used to compute columns widths for `layout` divs).\nDefaults to 6.5 inches, which corresponds to default letter page settings in \ndocx and odt.\n"
1353113531
}
1353213532
},
13533+
{
13534+
name: "grid",
13535+
schema: {
13536+
object: {
13537+
closed: true,
13538+
properties: {
13539+
"sidebar-width": {
13540+
string: {
13541+
description: "The base width of the sidebar (left) column in an HTML page."
13542+
}
13543+
},
13544+
"margin-width": {
13545+
string: {
13546+
description: "The base width of the margin (right) column in an HTML page."
13547+
}
13548+
},
13549+
"body-width": {
13550+
string: {
13551+
description: "The base width of the body (center) column in an HTML page."
13552+
}
13553+
},
13554+
"gutter-width": {
13555+
string: {
13556+
description: "The width of the gutter that appears between columns in an HTML page."
13557+
}
13558+
}
13559+
}
13560+
}
13561+
}
13562+
},
1353313563
{
1353413564
name: "appendix-style",
1353513565
schema: {
@@ -14843,7 +14873,7 @@ var require_yaml_intelligence_resources = __commonJS({
1484314873
schema: {
1484414874
ref: "pandoc-shortcodes"
1484514875
},
14846-
description: "Speicfy Lua scripts that implement shortcode handlers\n"
14876+
description: "Specify Lua scripts that implement shortcode handlers\n"
1484714877
},
1484814878
{
1484914879
name: "keep-md",
@@ -17972,6 +18002,7 @@ var require_yaml_intelligence_resources = __commonJS({
1797218002
short: "The path to a custom listing template.",
1797318003
long: "The path to a custom listing template."
1797418004
},
18005+
"Parameters that are passed to the custom template.",
1797518006
{
1797618007
short: "The list of fields to include in this listing",
1797718008
long: "The list of fields to include in this listing."
@@ -19810,7 +19841,11 @@ var require_yaml_intelligence_resources = __commonJS({
1981019841
long: "Title of the volume of the item or container holding the item.\nAlso use for titles of periodical special issues, special sections,\nand the like."
1981119842
},
1981219843
"Disambiguating year suffix in author-date styles (e.g. \u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
19813-
"internal-schema-hack"
19844+
"internal-schema-hack",
19845+
"The base width of the sidebar (left) column in an HTML page.",
19846+
"The base width of the margin (right) column in an HTML page.",
19847+
"The base width of the body (center) column in an HTML page.",
19848+
"The width of the gutter that appears between columns in an HTML\npage."
1981419849
],
1981519850
"schema/external-schemas.yml": [
1981619851
{
@@ -20023,12 +20058,12 @@ var require_yaml_intelligence_resources = __commonJS({
2002320058
mermaid: "%%"
2002420059
},
2002520060
"handlers/mermaid/schema.yml": {
20026-
_internalId: 132478,
20061+
_internalId: 132493,
2002720062
type: "object",
2002820063
description: "be an object",
2002920064
properties: {
2003020065
"mermaid-format": {
20031-
_internalId: 132477,
20066+
_internalId: 132492,
2003220067
type: "enum",
2003320068
enum: [
2003420069
"png",

src/resources/editor/tools/yaml/web-worker.js

Lines changed: 39 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/resources/editor/tools/yaml/yaml-intelligence-resources.json

Lines changed: 39 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6506,6 +6506,36 @@
65066506
"long": "Target page width for output (used to compute columns widths for `layout` divs).\nDefaults to 6.5 inches, which corresponds to default letter page settings in \ndocx and odt.\n"
65076507
}
65086508
},
6509+
{
6510+
"name": "grid",
6511+
"schema": {
6512+
"object": {
6513+
"closed": true,
6514+
"properties": {
6515+
"sidebar-width": {
6516+
"string": {
6517+
"description": "The base width of the sidebar (left) column in an HTML page."
6518+
}
6519+
},
6520+
"margin-width": {
6521+
"string": {
6522+
"description": "The base width of the margin (right) column in an HTML page."
6523+
}
6524+
},
6525+
"body-width": {
6526+
"string": {
6527+
"description": "The base width of the body (center) column in an HTML page."
6528+
}
6529+
},
6530+
"gutter-width": {
6531+
"string": {
6532+
"description": "The width of the gutter that appears between columns in an HTML page."
6533+
}
6534+
}
6535+
}
6536+
}
6537+
}
6538+
},
65096539
{
65106540
"name": "appendix-style",
65116541
"schema": {
@@ -7819,7 +7849,7 @@
78197849
"schema": {
78207850
"ref": "pandoc-shortcodes"
78217851
},
7822-
"description": "Speicfy Lua scripts that implement shortcode handlers\n"
7852+
"description": "Specify Lua scripts that implement shortcode handlers\n"
78237853
},
78247854
{
78257855
"name": "keep-md",
@@ -10948,6 +10978,7 @@
1094810978
"short": "The path to a custom listing template.",
1094910979
"long": "The path to a custom listing template."
1095010980
},
10981+
"Parameters that are passed to the custom template.",
1095110982
{
1095210983
"short": "The list of fields to include in this listing",
1095310984
"long": "The list of fields to include in this listing."
@@ -12786,7 +12817,11 @@
1278612817
"long": "Title of the volume of the item or container holding the item.\nAlso use for titles of periodical special issues, special sections,\nand the like."
1278712818
},
1278812819
"Disambiguating year suffix in author-date styles (e.g. “a” in “Doe,\n1999a”).",
12789-
"internal-schema-hack"
12820+
"internal-schema-hack",
12821+
"The base width of the sidebar (left) column in an HTML page.",
12822+
"The base width of the margin (right) column in an HTML page.",
12823+
"The base width of the body (center) column in an HTML page.",
12824+
"The width of the gutter that appears between columns in an HTML\npage."
1279012825
],
1279112826
"schema/external-schemas.yml": [
1279212827
{
@@ -12999,12 +13034,12 @@
1299913034
"mermaid": "%%"
1300013035
},
1300113036
"handlers/mermaid/schema.yml": {
13002-
"_internalId": 132478,
13037+
"_internalId": 132493,
1300313038
"type": "object",
1300413039
"description": "be an object",
1300513040
"properties": {
1300613041
"mermaid-format": {
13007-
"_internalId": 132477,
13042+
"_internalId": 132492,
1300813043
"type": "enum",
1300913044
"enum": [
1301013045
"png",

0 commit comments

Comments
 (0)