Skip to content

Commit 1a811cc

Browse files
committed
Improved description
1 parent ca9e141 commit 1a811cc

File tree

4 files changed

+44
-27
lines changed

4 files changed

+44
-27
lines changed

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

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13558,6 +13558,9 @@ var require_yaml_intelligence_resources = __commonJS({
1355813558
}
1355913559
}
1356013560
}
13561+
},
13562+
description: {
13563+
short: "Properties of the grid system used to layout Quarto HTML pages."
1356113564
}
1356213565
},
1356313566
{
@@ -14873,7 +14876,7 @@ var require_yaml_intelligence_resources = __commonJS({
1487314876
schema: {
1487414877
ref: "pandoc-shortcodes"
1487514878
},
14876-
description: "Specify Lua scripts that implement shortcode handlers\n"
14879+
description: "Speicfy Lua scripts that implement shortcode handlers\n"
1487714880
},
1487814881
{
1487914882
name: "keep-md",
@@ -18504,6 +18507,8 @@ var require_yaml_intelligence_resources = __commonJS({
1850418507
"The number scheme used for references.",
1850518508
"The number scheme used for sub references.",
1850618509
"Whether cross references should be hyper-linked.",
18510+
"The title used for appendix.",
18511+
"The delimiter beween appendix number and title.",
1850718512
"Visual editor configuration",
1850818513
"Default editing mode for document",
1850918514
"Markdown writing options for visual editor",
@@ -18789,6 +18794,10 @@ var require_yaml_intelligence_resources = __commonJS({
1878918794
short: "Target page width for output (used to compute columns widths for\n<code>layout</code> divs)",
1879018795
long: "Target page width for output (used to compute columns widths for\n<code>layout</code> divs). Defaults to 6.5 inches, which corresponds to\ndefault letter page settings in docx and odt."
1879118796
},
18797+
"The base width of the sidebar (left) column in an HTML page.",
18798+
"The base width of the margin (right) column in an HTML page.",
18799+
"The base width of the body (center) column in an HTML page.",
18800+
"The width of the gutter that appears between columns in an HTML\npage.",
1879218801
{
1879318802
short: "The layout of the appendix for this document (<code>none</code>,\n<code>plain</code>, or <code>default</code>)",
1879418803
long: "The layout of the appendix for this document (<code>none</code>,\n<code>plain</code>, or <code>default</code>).\nTo completely disable any styling of the appendix, choose the\nappendix style <code>none</code>. For minimal styling, choose\n<code>plain.</code>"
@@ -19006,7 +19015,7 @@ var require_yaml_intelligence_resources = __commonJS({
1900619015
long: "Embed math libraries (e.g.&nbsp;MathJax) within\n<code>self-contained</code> output. Note that math libraries are not\nembedded by default because they are quite large and often time\nconsuming to download."
1900719016
},
1900819017
"Specify executables or Lua scripts to be used as a filter\ntransforming the pandoc AST after the input is parsed and before the\noutput is written.",
19009-
"Speicfy Lua scripts that implement shortcode handlers",
19018+
"Specify Lua scripts that implement shortcode handlers",
1901019019
"Keep the markdown file generated by executing code",
1901119020
"Keep the notebook file generated from executing code.",
1901219021
"Filters to pre-process ipynb files before rendering to markdown",
@@ -19841,11 +19850,7 @@ var require_yaml_intelligence_resources = __commonJS({
1984119850
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."
1984219851
},
1984319852
"Disambiguating year suffix in author-date styles (e.g.&nbsp;\u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
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."
19853+
"internal-schema-hack"
1984919854
],
1985019855
"schema/external-schemas.yml": [
1985119856
{
@@ -20058,12 +20063,12 @@ var require_yaml_intelligence_resources = __commonJS({
2005820063
mermaid: "%%"
2005920064
},
2006020065
"handlers/mermaid/schema.yml": {
20061-
_internalId: 132493,
20066+
_internalId: 133537,
2006220067
type: "object",
2006320068
description: "be an object",
2006420069
properties: {
2006520070
"mermaid-format": {
20066-
_internalId: 132492,
20071+
_internalId: 133536,
2006720072
type: "enum",
2006820073
enum: [
2006920074
"png",

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

Lines changed: 14 additions & 9 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: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6534,6 +6534,9 @@
65346534
}
65356535
}
65366536
}
6537+
},
6538+
"description": {
6539+
"short": "Properties of the grid system used to layout Quarto HTML pages."
65376540
}
65386541
},
65396542
{
@@ -7849,7 +7852,7 @@
78497852
"schema": {
78507853
"ref": "pandoc-shortcodes"
78517854
},
7852-
"description": "Specify Lua scripts that implement shortcode handlers\n"
7855+
"description": "Speicfy Lua scripts that implement shortcode handlers\n"
78537856
},
78547857
{
78557858
"name": "keep-md",
@@ -11480,6 +11483,8 @@
1148011483
"The number scheme used for references.",
1148111484
"The number scheme used for sub references.",
1148211485
"Whether cross references should be hyper-linked.",
11486+
"The title used for appendix.",
11487+
"The delimiter beween appendix number and title.",
1148311488
"Visual editor configuration",
1148411489
"Default editing mode for document",
1148511490
"Markdown writing options for visual editor",
@@ -11765,6 +11770,10 @@
1176511770
"short": "Target page width for output (used to compute columns widths for\n<code>layout</code> divs)",
1176611771
"long": "Target page width for output (used to compute columns widths for\n<code>layout</code> divs). Defaults to 6.5 inches, which corresponds to\ndefault letter page settings in docx and odt."
1176711772
},
11773+
"The base width of the sidebar (left) column in an HTML page.",
11774+
"The base width of the margin (right) column in an HTML page.",
11775+
"The base width of the body (center) column in an HTML page.",
11776+
"The width of the gutter that appears between columns in an HTML\npage.",
1176811777
{
1176911778
"short": "The layout of the appendix for this document (<code>none</code>,\n<code>plain</code>, or <code>default</code>)",
1177011779
"long": "The layout of the appendix for this document (<code>none</code>,\n<code>plain</code>, or <code>default</code>).\nTo completely disable any styling of the appendix, choose the\nappendix style <code>none</code>. For minimal styling, choose\n<code>plain.</code>"
@@ -11982,7 +11991,7 @@
1198211991
"long": "Embed math libraries (e.g.&nbsp;MathJax) within\n<code>self-contained</code> output. Note that math libraries are not\nembedded by default because they are quite large and often time\nconsuming to download."
1198311992
},
1198411993
"Specify executables or Lua scripts to be used as a filter\ntransforming the pandoc AST after the input is parsed and before the\noutput is written.",
11985-
"Speicfy Lua scripts that implement shortcode handlers",
11994+
"Specify Lua scripts that implement shortcode handlers",
1198611995
"Keep the markdown file generated by executing code",
1198711996
"Keep the notebook file generated from executing code.",
1198811997
"Filters to pre-process ipynb files before rendering to markdown",
@@ -12817,11 +12826,7 @@
1281712826
"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."
1281812827
},
1281912828
"Disambiguating year suffix in author-date styles (e.g.&nbsp;“a” in “Doe,\n1999a”).",
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."
12829+
"internal-schema-hack"
1282512830
],
1282612831
"schema/external-schemas.yml": [
1282712832
{
@@ -13034,12 +13039,12 @@
1303413039
"mermaid": "%%"
1303513040
},
1303613041
"handlers/mermaid/schema.yml": {
13037-
"_internalId": 132493,
13042+
"_internalId": 133537,
1303813043
"type": "object",
1303913044
"description": "be an object",
1304013045
"properties": {
1304113046
"mermaid-format": {
13042-
"_internalId": 132492,
13047+
"_internalId": 133536,
1304313048
"type": "enum",
1304413049
"enum": [
1304513050
"png",

src/resources/schema/document-layout.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@
9696
gutter-width:
9797
string:
9898
description: "The width of the gutter that appears between columns in an HTML page."
99+
description:
100+
short: "Properties of the grid system used to layout Quarto HTML pages."
99101

100102
- name: appendix-style
101103
schema:

0 commit comments

Comments
 (0)