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
+23-18Lines changed: 23 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -8854,7 +8854,7 @@ var require_yaml_intelligence_resources = __commonJS({
8854
8854
},
8855
8855
"site-path": {
8856
8856
string: {
8857
-
description: "Path to site (defaults to '/'). Not required if you specify `site-url`.\n"
8857
+
description: "Path to site (defaults to `/`). Not required if you specify `site-url`.\n"
8858
8858
}
8859
8859
},
8860
8860
"repo-url": {
@@ -16270,12 +16270,18 @@ var require_yaml_intelligence_resources = __commonJS({
16270
16270
}
16271
16271
},
16272
16272
chapters: {
16273
-
ref: "chapter-list",
16274
-
description: "Book part and chapter files"
16273
+
schema: {
16274
+
ref: "chapter-list"
16275
+
},
16276
+
description: "Book part and chapter files",
16277
+
hidden: true
16275
16278
},
16276
16279
appendices: {
16277
-
ref: "chapter-list",
16278
-
description: "Book appendix files"
16280
+
schema: {
16281
+
ref: "chapter-list"
16282
+
},
16283
+
description: "Book appendix files",
16284
+
hidden: true
16279
16285
},
16280
16286
references: {
16281
16287
path: {
@@ -16309,7 +16315,7 @@ var require_yaml_intelligence_resources = __commonJS({
16309
16315
"epub",
16310
16316
"docx"
16311
16317
],
16312
-
description: "Download buttons for other formats to include on navbar or sidebar\n(one or more of `pdf`, `epub`, and `docx)\n"
16318
+
description: "Download buttons for other formats to include on navbar or sidebar\n(one or more of `pdf`, `epub`, and `docx`)\n"
16313
16319
}
16314
16320
},
16315
16321
tools: {
@@ -17796,8 +17802,8 @@ var require_yaml_intelligence_resources = __commonJS({
17796
17802
short: "Color for links to other content within the document.",
17797
17803
long: 'Color for links to other content within the document.\nSee <a href="https://wiki.contextgarden.net/Color">ConTeXt Color</a>\nfor additional information.'
17798
17804
},
17799
-
"MISSING_DESCRIPTION",
17800
-
"MISSING_DESCRIPTION",
17805
+
"Configuration for document commenting.",
17806
+
"Configuration for crossref labels and prefixes.",
17801
17807
"Use top level sections (H1) in this document as chapters.",
17802
17808
"The delimiter used between the prefix and the caption.",
17803
17809
"The title prefix used for figure captions.",
@@ -18430,20 +18436,20 @@ var require_yaml_intelligence_resources = __commonJS({
18430
18436
long: "Offset used to reduce the height of content within exported PDF\npages. This exists to account for environment differences based on how\nyou print to PDF. CLI printing options, like phantomjs and wkpdf, can\nend on precisely the total height of the document whereas in-browser\nprinting has to end one pixel before."
18431
18437
},
18432
18438
"Enable the slide overview mode",
18433
-
"MISSING_DESCRIPTION",
18439
+
"Configuration for revealjs menu.",
18434
18440
"Side of the presentation where the menu will be shown\n(<code>left</code> or <code>right</code>)",
18435
18441
"Width of the menu",
18436
18442
"Add slide numbers to menu items",
18437
18443
"For slides with no title, attempt to use the start of the text\ncontent as the title instead.",
18438
-
"MISSING_DESCRIPTION",
18444
+
"Configuration for revealjs chalkboard.",
18439
18445
"Visual theme for drawing surface (<code>chalkboard</code> or\n<code>whiteboard</code>)",
18440
18446
"The drawing width of the boardmarker. Defaults to 3. Larger values\ndraw thicker lines.",
18441
18447
"The drawing width of the chalk. Defaults to 7. Larger values draw\nthicker lines.",
18442
18448
"Optional file name for pre-recorded drawings (download drawings using\nthe <code>D</code> key)",
18443
18449
"Configuration option to prevent changes to existing drawings",
18444
18450
"Add chalkboard buttons at the bottom of the slide",
18445
18451
"Gives the duration (in ms) of the transition for a slide change, so\nthat the notes canvas is drawn after the transition is completed.",
18446
-
"MISSING_DESCRIPTION",
18452
+
"Configuraiotn for reveal presentation multiplexing.",
18447
18453
"Multiplex token server (defaults to Reveal-hosted server)",
18448
18454
"Unique presentation id provided by multiplex token server",
18449
18455
"Secret provided by multiplex token server",
@@ -18546,7 +18552,7 @@ var require_yaml_intelligence_resources = __commonJS({
18546
18552
"The height of the preview image for this document.",
18547
18553
"The width of the preview image for this document.",
18548
18554
"The alt text for preview image on this page.",
18549
-
"MISSING_DESCRIPTION",
18555
+
"Project configuration.",
18550
18556
"Project type (<code>default</code>, <code>website</code>, or\n<code>book</code>)",
18551
18557
"Files to render (defaults to all files)",
18552
18558
{
@@ -18558,8 +18564,8 @@ var require_yaml_intelligence_resources = __commonJS({
18558
18564
"Additional file resources to be copied to output directory",
18559
18565
"Additional file resources to be copied to output directory",
18560
18566
"Options for <code>quarto preview</code>",
18561
-
"MISSING_DESCRIPTION",
18562
-
"MISSING_DESCRIPTION",
18567
+
"Website configuration.",
18568
+
"Book configuration.",
18563
18569
"Book title",
18564
18570
"Description metadata for HTML version of book",
18565
18571
"The path to the favicon for this website",
@@ -18747,7 +18753,7 @@ var require_yaml_intelligence_resources = __commonJS({
18747
18753
"Download buttons for other formats to include on navbar or sidebar\n(one or more of <code>pdf</code>, <code>epub</code>, and `docx)",
18748
18754
"Custom tools for navbar or sidebar",
18749
18755
"internal-schema-hack",
18750
-
"MISSING_DESCRIPTION",
18756
+
"Project configuration.",
18751
18757
"Project type (<code>default</code>, <code>website</code>, or\n<code>book</code>)",
18752
18758
"Files to render (defaults to all files)",
18753
18759
{
@@ -18759,8 +18765,8 @@ var require_yaml_intelligence_resources = __commonJS({
18759
18765
"Additional file resources to be copied to output directory",
18760
18766
"Additional file resources to be copied to output directory",
18761
18767
"Options for <code>quarto preview</code>",
18762
-
"MISSING_DESCRIPTION",
18763
-
"MISSING_DESCRIPTION",
18768
+
"Website configuration.",
18769
+
"Book configuration.",
18764
18770
"Book title",
18765
18771
"Description metadata for HTML version of book",
18766
18772
"The path to the favicon for this website",
@@ -27053,7 +27059,6 @@ function convertFromYaml(yaml) {
27053
27059
return fun(yaml);
27054
27060
}
27055
27061
}
27056
-
console.log(JSON.stringify(yaml), null, 2);
27057
27062
throw new Error("Internal Error: Cannot convert object; this should have failed validation.");
27058
27063
}
27059
27064
function objectSchemaFromFieldsObject(fields, exclude) {
Copy file name to clipboardExpand all lines: src/resources/editor/tools/yaml/yaml-intelligence-resources.json
+23-17Lines changed: 23 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -1833,7 +1833,7 @@
1833
1833
},
1834
1834
"site-path": {
1835
1835
"string": {
1836
-
"description": "Path to site (defaults to '/'). Not required if you specify `site-url`.\n"
1836
+
"description": "Path to site (defaults to `/`). Not required if you specify `site-url`.\n"
1837
1837
}
1838
1838
},
1839
1839
"repo-url": {
@@ -9249,12 +9249,18 @@
9249
9249
}
9250
9250
},
9251
9251
"chapters": {
9252
-
"ref": "chapter-list",
9253
-
"description": "Book part and chapter files"
9252
+
"schema": {
9253
+
"ref": "chapter-list"
9254
+
},
9255
+
"description": "Book part and chapter files",
9256
+
"hidden": true
9254
9257
},
9255
9258
"appendices": {
9256
-
"ref": "chapter-list",
9257
-
"description": "Book appendix files"
9259
+
"schema": {
9260
+
"ref": "chapter-list"
9261
+
},
9262
+
"description": "Book appendix files",
9263
+
"hidden": true
9258
9264
},
9259
9265
"references": {
9260
9266
"path": {
@@ -9288,7 +9294,7 @@
9288
9294
"epub",
9289
9295
"docx"
9290
9296
],
9291
-
"description": "Download buttons for other formats to include on navbar or sidebar\n(one or more of `pdf`, `epub`, and `docx)\n"
9297
+
"description": "Download buttons for other formats to include on navbar or sidebar\n(one or more of `pdf`, `epub`, and `docx`)\n"
9292
9298
}
9293
9299
},
9294
9300
"tools": {
@@ -10775,8 +10781,8 @@
10775
10781
"short": "Color for links to other content within the document.",
10776
10782
"long": "Color for links to other content within the document.\nSee <a href=\"https://wiki.contextgarden.net/Color\">ConTeXt Color</a>\nfor additional information."
10777
10783
},
10778
-
"MISSING_DESCRIPTION",
10779
-
"MISSING_DESCRIPTION",
10784
+
"Configuration for document commenting.",
10785
+
"Configuration for crossref labels and prefixes.",
10780
10786
"Use top level sections (H1) in this document as chapters.",
10781
10787
"The delimiter used between the prefix and the caption.",
10782
10788
"The title prefix used for figure captions.",
@@ -11409,20 +11415,20 @@
11409
11415
"long": "Offset used to reduce the height of content within exported PDF\npages. This exists to account for environment differences based on how\nyou print to PDF. CLI printing options, like phantomjs and wkpdf, can\nend on precisely the total height of the document whereas in-browser\nprinting has to end one pixel before."
11410
11416
},
11411
11417
"Enable the slide overview mode",
11412
-
"MISSING_DESCRIPTION",
11418
+
"Configuration for revealjs menu.",
11413
11419
"Side of the presentation where the menu will be shown\n(<code>left</code> or <code>right</code>)",
11414
11420
"Width of the menu",
11415
11421
"Add slide numbers to menu items",
11416
11422
"For slides with no title, attempt to use the start of the text\ncontent as the title instead.",
11417
-
"MISSING_DESCRIPTION",
11423
+
"Configuration for revealjs chalkboard.",
11418
11424
"Visual theme for drawing surface (<code>chalkboard</code> or\n<code>whiteboard</code>)",
11419
11425
"The drawing width of the boardmarker. Defaults to 3. Larger values\ndraw thicker lines.",
11420
11426
"The drawing width of the chalk. Defaults to 7. Larger values draw\nthicker lines.",
11421
11427
"Optional file name for pre-recorded drawings (download drawings using\nthe <code>D</code> key)",
11422
11428
"Configuration option to prevent changes to existing drawings",
11423
11429
"Add chalkboard buttons at the bottom of the slide",
11424
11430
"Gives the duration (in ms) of the transition for a slide change, so\nthat the notes canvas is drawn after the transition is completed.",
11425
-
"MISSING_DESCRIPTION",
11431
+
"Configuraiotn for reveal presentation multiplexing.",
11426
11432
"Multiplex token server (defaults to Reveal-hosted server)",
11427
11433
"Unique presentation id provided by multiplex token server",
11428
11434
"Secret provided by multiplex token server",
@@ -11525,7 +11531,7 @@
11525
11531
"The height of the preview image for this document.",
11526
11532
"The width of the preview image for this document.",
11527
11533
"The alt text for preview image on this page.",
11528
-
"MISSING_DESCRIPTION",
11534
+
"Project configuration.",
11529
11535
"Project type (<code>default</code>, <code>website</code>, or\n<code>book</code>)",
11530
11536
"Files to render (defaults to all files)",
11531
11537
{
@@ -11537,8 +11543,8 @@
11537
11543
"Additional file resources to be copied to output directory",
11538
11544
"Additional file resources to be copied to output directory",
11539
11545
"Options for <code>quarto preview</code>",
11540
-
"MISSING_DESCRIPTION",
11541
-
"MISSING_DESCRIPTION",
11546
+
"Website configuration.",
11547
+
"Book configuration.",
11542
11548
"Book title",
11543
11549
"Description metadata for HTML version of book",
11544
11550
"The path to the favicon for this website",
@@ -11726,7 +11732,7 @@
11726
11732
"Download buttons for other formats to include on navbar or sidebar\n(one or more of <code>pdf</code>, <code>epub</code>, and `docx)",
11727
11733
"Custom tools for navbar or sidebar",
11728
11734
"internal-schema-hack",
11729
-
"MISSING_DESCRIPTION",
11735
+
"Project configuration.",
11730
11736
"Project type (<code>default</code>, <code>website</code>, or\n<code>book</code>)",
11731
11737
"Files to render (defaults to all files)",
11732
11738
{
@@ -11738,8 +11744,8 @@
11738
11744
"Additional file resources to be copied to output directory",
11739
11745
"Additional file resources to be copied to output directory",
0 commit comments