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
+43-76Lines changed: 43 additions & 76 deletions
Original file line number
Diff line number
Diff line change
@@ -17385,7 +17385,7 @@ var require_yaml_intelligence_resources = __commonJS({
17385
17385
},
17386
17386
description: {
17387
17387
short: "Use the specified engine when producing PDF output.",
17388
-
long: "Use the specified engine when producing PDF output. If the engine is not\nin your PATH, the full path of the engine may be specified here. If this\noption is not specified, Quarto uses the following defaults\ndepending on the output format in use:\n\n- `latex`: `xelatex` (other options: `pdflatex`, `lualatex`,\n `tectonic`, `latexmk`)\n- `context`: `context`\n- `html`: `wkhtmltopdf` (other options: `prince`, `weasyprint`, `pagedjs-cli`;\n see [print-css.rocks](https://print-css.rocks) for a good\n introduction to PDF generation from HTML/CSS.)\n- `ms`: `pdfroff`\n- `typst`: `typst`\n"
17388
+
long: "Use the specified engine when producing PDF output. If the engine is not\nin your PATH, the full path of the engine may be specified here. If this\noption is not specified, Quarto uses the following defaults\ndepending on the output format in use:\n\n- `latex`: `lualatex` (other options: `pdflatex`, `xelatex`,\n `tectonic`, `latexmk`)\n- `context`: `context`\n- `html`: `wkhtmltopdf` (other options: `prince`, `weasyprint`, `pagedjs-cli`;\n see [print-css.rocks](https://print-css.rocks) for a good\n introduction to PDF generation from HTML/CSS.)\n- `ms`: `pdfroff`\n- `typst`: `typst`\n"
17389
17389
}
17390
17390
},
17391
17391
{
@@ -22345,6 +22345,11 @@ var require_yaml_intelligence_resources = __commonJS({
22345
22345
"Alternative text for the logo, used for accessibility.",
22346
22346
"Provide definitions and defaults for brand\u2019s logo in various formats\nand sizes.",
22347
22347
"A dictionary of named logo resources.",
22348
+
"A link or path to the brand\u2019s small-sized logo or icon.",
22349
+
"A link or path to the brand\u2019s medium-sized logo.",
22350
+
"A link or path to the brand\u2019s large- or full-sized logo.",
22351
+
"Provide definitions and defaults for brand\u2019s logo in various formats\nand sizes.",
22352
+
"A dictionary of named logo resources.",
22348
22353
"A link or path to the brand\u2019s small-sized logo or icon, or a link or\npath to both the light and dark versions.",
22349
22354
"A link or path to the brand\u2019s medium-sized logo, or a link or path to\nboth the light and dark versions.",
22350
22355
"A link or path to the brand\u2019s large- or full-sized logo, or a link or\npath to both the light and dark versions.",
@@ -22363,7 +22368,25 @@ var require_yaml_intelligence_resources = __commonJS({
22363
22368
"A bright color, used as a high-contrast foreground color on dark\nelements or low-contrast background color on light elements.",
22364
22369
"A dark color, used as a high-contrast foreground color on light\nelements or high-contrast background color on light elements.",
22365
22370
"The color used for hyperlinks. If not defined, the\n<code>primary</code> color is used.",
22371
+
"A link or path to the brand\u2019s light-colored logo or icon.",
22372
+
"A link or path to the brand\u2019s dark-colored logo or icon.",
22373
+
"The brand\u2019s custom color palette and theme.",
22374
+
"The brand\u2019s custom color palette. Any number of colors can be\ndefined, each color having a custom name.",
22375
+
"The foreground color, used for text.",
22376
+
"The background color, used for the page background.",
22377
+
"The primary accent color, i.e. the main theme color. Typically used\nfor hyperlinks, active states, primary action buttons, etc.",
22378
+
"The secondary accent color. Typically used for lighter text or\ndisabled states.",
22379
+
"The tertiary accent color. Typically an even lighter color, used for\nhover states, accents, and wells.",
22380
+
"The color used for positive or successful actions and\ninformation.",
22381
+
"The color used for neutral or informational actions and\ninformation.",
22382
+
"The color used for warning or cautionary actions and information.",
22383
+
"The color used for errors, dangerous actions, or negative\ninformation.",
22384
+
"A bright color, used as a high-contrast foreground color on dark\nelements or low-contrast background color on light elements.",
22385
+
"A dark color, used as a high-contrast foreground color on light\nelements or high-contrast background color on light elements.",
22386
+
"The color used for hyperlinks. If not defined, the\n<code>primary</code> color is used.",
22366
22387
"A color, which may be a named brand color.",
22388
+
"A link or path to the brand\u2019s light-colored logo or icon.",
22389
+
"A link or path to the brand\u2019s dark-colored logo or icon.",
22367
22390
"A named brand color, taken either from <code>color.theme</code> or\n<code>color.palette</code> (in that order).",
22368
22391
"Typography definitions for the brand.",
22369
22392
"Font files and definitions for the brand.",
@@ -22373,14 +22396,27 @@ var require_yaml_intelligence_resources = __commonJS({
22373
22396
"Settings for inline code, or a string specifying the font family\nonly.",
22374
22397
"Settings for code blocks, or a string specifying the font family\nonly.",
22375
22398
"Settings for links.",
22399
+
"Typography definitions for the brand.",
22400
+
"Font files and definitions for the brand.",
22401
+
"The base font settings for the brand. These are used as the default\nfor all text.",
22402
+
"Settings for headings, or a string specifying the font family\nonly.",
22403
+
"Settings for monospace text, or a string specifying the font family\nonly.",
22404
+
"Settings for inline code, or a string specifying the font family\nonly.",
22405
+
"Settings for code blocks, or a string specifying the font family\nonly.",
22406
+
"Settings for links.",
22376
22407
"Base typographic options.",
22377
22408
"Typographic options for headings.",
22409
+
"Typographic options for headings.",
22410
+
"Typographic options for monospace elements.",
22378
22411
"Typographic options for monospace elements.",
22379
22412
"Typographic options for inline monospace elements.",
22413
+
"Typographic options for inline monospace elements.",
22380
22414
"Line height",
22381
22415
"Typographic options for block monospace elements.",
22416
+
"Typographic options for block monospace elements.",
22417
+
"Typographic options for inline monospace elements.",
22382
22418
"Typographic options for inline monospace elements.",
22383
-
"Names of customizeable fonts",
22419
+
"Names of customizeable typography elements",
22384
22420
"Font files and definitions for the brand.",
22385
22421
"A font weight.",
22386
22422
"A font style.",
@@ -22408,7 +22444,7 @@ var require_yaml_intelligence_resources = __commonJS({
22408
22444
"The font files to include. These can be local or online. Local file\npaths should be relative to the <code>brand.yml</code> file. Online\npaths should be complete URLs.",
22409
22445
"The path to the font file. This can be a local path or a URL.",
22410
22446
"A locally-installed font family name. When used, the end-user is\nresponsible for ensuring that the font is installed on their system.",
22411
-
"Branding information to use for this document. If a string, the path\nto a brand file. If false, don\u2019t use branding on this document. If an\nobject, an inline brand definition, or an object with light and dark\nbrand paths or definitions.",
22447
+
"Branding information to use for this document. If a string, the path\nto a brand file. If false, don\u2019t use branding on this document. If an\nobject, an inline (unified) brand definition, or an object with light\nand dark brand paths or definitions.",
22412
22448
"The path to a light brand file or an inline light brand\ndefinition.",
22413
22449
"The path to a dark brand file or an inline dark brand definition.",
22414
22450
{
@@ -24491,76 +24527,7 @@ var require_yaml_intelligence_resources = __commonJS({
24491
24527
"Disambiguating year suffix in author-date styles (e.g. \u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
24492
24528
"Manuscript configuration",
24493
24529
"internal-schema-hack",
24494
-
"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.",
24495
-
"Provide definitions and defaults for brand\u2019s logo in various formats\nand sizes.",
24496
-
"A dictionary of named logo resources.",
24497
-
"A link or path to the brand\u2019s small-sized logo or icon.",
24498
-
"A link or path to the brand\u2019s medium-sized logo.",
24499
-
"A link or path to the brand\u2019s large- or full-sized logo.",
24500
-
"Provide definitions and defaults for brand\u2019s logo in various formats\nand sizes.",
24501
-
"A dictionary of named logo resources.",
24502
-
"A link or path to the brand\u2019s small-sized logo or icon, or a link or\npath to both the light and dark versions.",
24503
-
"A link or path to the brand\u2019s medium-sized logo, or a link or path to\nboth the light and dark versions.",
24504
-
"A link or path to the brand\u2019s large- or full-sized logo, or a link or\npath to both the light and dark versions.",
24505
-
"The brand\u2019s custom color palette and theme.",
24506
-
"The brand\u2019s custom color palette. Any number of colors can be\ndefined, each color having a custom name.",
24507
-
"The foreground color, used for text.",
24508
-
"The background color, used for the page background.",
24509
-
"The primary accent color, i.e. the main theme color. Typically used\nfor hyperlinks, active states, primary action buttons, etc.",
24510
-
"The secondary accent color. Typically used for lighter text or\ndisabled states.",
24511
-
"The tertiary accent color. Typically an even lighter color, used for\nhover states, accents, and wells.",
24512
-
"The color used for positive or successful actions and\ninformation.",
24513
-
"The color used for neutral or informational actions and\ninformation.",
24514
-
"The color used for warning or cautionary actions and information.",
24515
-
"The color used for errors, dangerous actions, or negative\ninformation.",
24516
-
"A bright color, used as a high-contrast foreground color on dark\nelements or low-contrast background color on light elements.",
24517
-
"A dark color, used as a high-contrast foreground color on light\nelements or high-contrast background color on light elements.",
24518
-
"The color used for hyperlinks. If not defined, the\n<code>primary</code> color is used.",
24519
-
"A link or path to the brand\u2019s light-colored logo or icon.",
24520
-
"A link or path to the brand\u2019s dark-colored logo or icon.",
24521
-
"The brand\u2019s custom color palette and theme.",
24522
-
"The brand\u2019s custom color palette. Any number of colors can be\ndefined, each color having a custom name.",
24523
-
"The foreground color, used for text.",
24524
-
"The background color, used for the page background.",
24525
-
"The primary accent color, i.e. the main theme color. Typically used\nfor hyperlinks, active states, primary action buttons, etc.",
24526
-
"The secondary accent color. Typically used for lighter text or\ndisabled states.",
24527
-
"The tertiary accent color. Typically an even lighter color, used for\nhover states, accents, and wells.",
24528
-
"The color used for positive or successful actions and\ninformation.",
24529
-
"The color used for neutral or informational actions and\ninformation.",
24530
-
"The color used for warning or cautionary actions and information.",
24531
-
"The color used for errors, dangerous actions, or negative\ninformation.",
24532
-
"A bright color, used as a high-contrast foreground color on dark\nelements or low-contrast background color on light elements.",
24533
-
"A dark color, used as a high-contrast foreground color on light\nelements or high-contrast background color on light elements.",
24534
-
"The color used for hyperlinks. If not defined, the\n<code>primary</code> color is used.",
24535
-
"A link or path to the brand\u2019s light-colored logo or icon.",
24536
-
"A link or path to the brand\u2019s dark-colored logo or icon.",
24537
-
"Typography definitions for the brand.",
24538
-
"Font files and definitions for the brand.",
24539
-
"The base font settings for the brand. These are used as the default\nfor all text.",
24540
-
"Settings for headings, or a string specifying the font family\nonly.",
24541
-
"Settings for monospace text, or a string specifying the font family\nonly.",
24542
-
"Settings for inline code, or a string specifying the font family\nonly.",
24543
-
"Settings for code blocks, or a string specifying the font family\nonly.",
24544
-
"Settings for links.",
24545
-
"Typography definitions for the brand.",
24546
-
"Font files and definitions for the brand.",
24547
-
"The base font settings for the brand. These are used as the default\nfor all text.",
24548
-
"Settings for headings, or a string specifying the font family\nonly.",
24549
-
"Settings for monospace text, or a string specifying the font family\nonly.",
24550
-
"Settings for inline code, or a string specifying the font family\nonly.",
24551
-
"Settings for code blocks, or a string specifying the font family\nonly.",
24552
-
"Settings for links.",
24553
-
"Typographic options for headings.",
24554
-
"Typographic options for headings.",
24555
-
"Typographic options for monospace elements.",
24556
-
"Typographic options for monospace elements.",
24557
-
"Typographic options for inline monospace elements.",
24558
-
"Typographic options for inline monospace elements.",
24559
-
"Typographic options for block monospace elements.",
24560
-
"Typographic options for block monospace elements.",
24561
-
"Typographic options for inline monospace elements.",
24562
-
"Typographic options for inline monospace elements.",
24563
-
"Names of customizeable typography elements"
24530
+
"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."
24564
24531
],
24565
24532
"schema/external-schemas.yml": [
24566
24533
{
@@ -24789,12 +24756,12 @@ var require_yaml_intelligence_resources = __commonJS({
24789
24756
mermaid: "%%"
24790
24757
},
24791
24758
"handlers/mermaid/schema.yml": {
24792
-
_internalId: 197022,
24759
+
_internalId: 197308,
24793
24760
type: "object",
24794
24761
description: "be an object",
24795
24762
properties: {
24796
24763
"mermaid-format": {
24797
-
_internalId: 197014,
24764
+
_internalId: 197300,
24798
24765
type: "enum",
24799
24766
enum: [
24800
24767
"png",
@@ -24810,7 +24777,7 @@ var require_yaml_intelligence_resources = __commonJS({
0 commit comments