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
+73-4
Original file line number
Diff line number
Diff line change
@@ -15621,6 +15621,22 @@ var require_yaml_intelligence_resources = __commonJS({
15621
15621
},
15622
15622
description: "The paper size for the document.\n"
15623
15623
},
15624
+
{
15625
+
name: "brand-mode",
15626
+
schema: {
15627
+
enum: [
15628
+
"light",
15629
+
"dark"
15630
+
]
15631
+
},
15632
+
default: "light",
15633
+
tags: {
15634
+
formats: [
15635
+
"typst"
15636
+
]
15637
+
},
15638
+
description: "The brand mode to use for rendering the Typst document, `light` or `dark`.\n"
15639
+
},
15624
15640
{
15625
15641
name: "layout",
15626
15642
schema: {
@@ -20935,6 +20951,7 @@ var require_yaml_intelligence_resources = __commonJS({
20935
20951
"Number of matches to display (defaults to 20)",
20936
20952
"Matches after which to collapse additional results",
20937
20953
"Provide button for copying search link",
20954
+
"When false, do not merge navbar crumbs into the crumbs in\n<code>search.json</code>.",
20938
20955
"One or more keys that will act as a shortcut to launch search (single\ncharacters)",
20939
20956
"One or more keys that will act as a shortcut to launch search (single\ncharacters)",
20940
20957
"Whether to include search result parents when displaying items in\nsearch results (when possible).",
@@ -21095,6 +21112,7 @@ var require_yaml_intelligence_resources = __commonJS({
21095
21112
"Number of matches to display (defaults to 20)",
21096
21113
"Matches after which to collapse additional results",
21097
21114
"Provide button for copying search link",
21115
+
"When false, do not merge navbar crumbs into the crumbs in\n<code>search.json</code>.",
21098
21116
"One or more keys that will act as a shortcut to launch search (single\ncharacters)",
21099
21117
"One or more keys that will act as a shortcut to launch search (single\ncharacters)",
21100
21118
"Whether to include search result parents when displaying items in\nsearch results (when possible).",
@@ -23419,6 +23437,7 @@ var require_yaml_intelligence_resources = __commonJS({
23419
23437
"Number of matches to display (defaults to 20)",
23420
23438
"Matches after which to collapse additional results",
23421
23439
"Provide button for copying search link",
23440
+
"When false, do not merge navbar crumbs into the crumbs in\n<code>search.json</code>.",
23422
23441
"One or more keys that will act as a shortcut to launch search (single\ncharacters)",
23423
23442
"One or more keys that will act as a shortcut to launch search (single\ncharacters)",
23424
23443
"Whether to include search result parents when displaying items in\nsearch results (when possible).",
@@ -23772,6 +23791,7 @@ var require_yaml_intelligence_resources = __commonJS({
23772
23791
"Number of matches to display (defaults to 20)",
23773
23792
"Matches after which to collapse additional results",
23774
23793
"Provide button for copying search link",
23794
+
"When false, do not merge navbar crumbs into the crumbs in\n<code>search.json</code>.",
23775
23795
"One or more keys that will act as a shortcut to launch search (single\ncharacters)",
23776
23796
"One or more keys that will act as a shortcut to launch search (single\ncharacters)",
23777
23797
"Whether to include search result parents when displaying items in\nsearch results (when possible).",
@@ -24022,7 +24042,8 @@ var require_yaml_intelligence_resources = __commonJS({
24022
24042
"Disambiguating year suffix in author-date styles (e.g. \u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
24023
24043
"Manuscript configuration",
24024
24044
"internal-schema-hack",
24025
-
"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."
24045
+
"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.",
24046
+
"The brand mode to use for rendering the Typst document,\n<code>light</code> or <code>dark</code>."
24026
24047
],
24027
24048
"schema/external-schemas.yml": [
24028
24049
{
@@ -24251,12 +24272,12 @@ var require_yaml_intelligence_resources = __commonJS({
24251
24272
mermaid: "%%"
24252
24273
},
24253
24274
"handlers/mermaid/schema.yml": {
24254
-
_internalId: 194252,
24275
+
_internalId: 194259,
24255
24276
type: "object",
24256
24277
description: "be an object",
24257
24278
properties: {
24258
24279
"mermaid-format": {
24259
-
_internalId: 194244,
24280
+
_internalId: 194251,
24260
24281
type: "enum",
24261
24282
enum: [
24262
24283
"png",
@@ -24272,7 +24293,7 @@ var require_yaml_intelligence_resources = __commonJS({
24272
24293
exhaustiveCompletions: true
24273
24294
},
24274
24295
theme: {
24275
-
_internalId: 194251,
24296
+
_internalId: 194258,
24276
24297
type: "anyOf",
24277
24298
anyOf: [
24278
24299
{
@@ -31402,6 +31423,51 @@ function guessChunkOptionsFormat(options) {
Copy file name to clipboardExpand all lines: src/resources/editor/tools/yaml/yaml-intelligence-resources.json
+25-4
Original file line number
Diff line number
Diff line change
@@ -8593,6 +8593,22 @@
8593
8593
},
8594
8594
"description": "The paper size for the document.\n"
8595
8595
},
8596
+
{
8597
+
"name": "brand-mode",
8598
+
"schema": {
8599
+
"enum": [
8600
+
"light",
8601
+
"dark"
8602
+
]
8603
+
},
8604
+
"default": "light",
8605
+
"tags": {
8606
+
"formats": [
8607
+
"typst"
8608
+
]
8609
+
},
8610
+
"description": "The brand mode to use for rendering the Typst document, `light` or `dark`.\n"
8611
+
},
8596
8612
{
8597
8613
"name": "layout",
8598
8614
"schema": {
@@ -13907,6 +13923,7 @@
13907
13923
"Number of matches to display (defaults to 20)",
13908
13924
"Matches after which to collapse additional results",
13909
13925
"Provide button for copying search link",
13926
+
"When false, do not merge navbar crumbs into the crumbs in\n<code>search.json</code>.",
13910
13927
"One or more keys that will act as a shortcut to launch search (single\ncharacters)",
13911
13928
"One or more keys that will act as a shortcut to launch search (single\ncharacters)",
13912
13929
"Whether to include search result parents when displaying items in\nsearch results (when possible).",
@@ -14067,6 +14084,7 @@
14067
14084
"Number of matches to display (defaults to 20)",
14068
14085
"Matches after which to collapse additional results",
14069
14086
"Provide button for copying search link",
14087
+
"When false, do not merge navbar crumbs into the crumbs in\n<code>search.json</code>.",
14070
14088
"One or more keys that will act as a shortcut to launch search (single\ncharacters)",
14071
14089
"One or more keys that will act as a shortcut to launch search (single\ncharacters)",
14072
14090
"Whether to include search result parents when displaying items in\nsearch results (when possible).",
@@ -16391,6 +16409,7 @@
16391
16409
"Number of matches to display (defaults to 20)",
16392
16410
"Matches after which to collapse additional results",
16393
16411
"Provide button for copying search link",
16412
+
"When false, do not merge navbar crumbs into the crumbs in\n<code>search.json</code>.",
16394
16413
"One or more keys that will act as a shortcut to launch search (single\ncharacters)",
16395
16414
"One or more keys that will act as a shortcut to launch search (single\ncharacters)",
16396
16415
"Whether to include search result parents when displaying items in\nsearch results (when possible).",
@@ -16744,6 +16763,7 @@
16744
16763
"Number of matches to display (defaults to 20)",
16745
16764
"Matches after which to collapse additional results",
16746
16765
"Provide button for copying search link",
16766
+
"When false, do not merge navbar crumbs into the crumbs in\n<code>search.json</code>.",
16747
16767
"One or more keys that will act as a shortcut to launch search (single\ncharacters)",
16748
16768
"One or more keys that will act as a shortcut to launch search (single\ncharacters)",
16749
16769
"Whether to include search result parents when displaying items in\nsearch results (when possible).",
@@ -16994,7 +17014,8 @@
16994
17014
"Disambiguating year suffix in author-date styles (e.g. “a” in “Doe,\n1999a”).",
16995
17015
"Manuscript configuration",
16996
17016
"internal-schema-hack",
16997
-
"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’s default order\nis ‘knitr’, ‘jupyter’, ‘markdown’, ‘julia’."
17017
+
"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’s default order\nis ‘knitr’, ‘jupyter’, ‘markdown’, ‘julia’.",
17018
+
"The brand mode to use for rendering the Typst document,\n<code>light</code> or <code>dark</code>."
0 commit comments