Skip to content

Commit 8e569eb

Browse files
committed
regen
1 parent 4f5d375 commit 8e569eb

File tree

3 files changed

+81
-30
lines changed

3 files changed

+81
-30
lines changed

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

Lines changed: 27 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14261,6 +14261,22 @@ var require_yaml_intelligence_resources = __commonJS({
1426114261
]
1426214262
},
1426314263
description: "Configures the HTML viewer for notebooks that provide embedded content."
14264+
},
14265+
{
14266+
name: "notebook-view-style",
14267+
tags: {
14268+
formats: [
14269+
"$html-doc"
14270+
]
14271+
},
14272+
schema: {
14273+
enum: [
14274+
"document",
14275+
"notebook"
14276+
]
14277+
},
14278+
hidden: true,
14279+
description: "The style of document to render. Setting this to `notebook` will create additional notebook style affordances."
1426414280
}
1426514281
],
1426614282
"schema/document-listing.yml": [
@@ -19643,6 +19659,13 @@ var require_yaml_intelligence_resources = __commonJS({
1964319659
short: "Controls the display of links to notebooks that provided embedded\ncontent or are created from documents.",
1964419660
long: "Controls the display of links to notebooks that provided embedded\ncontent or are created from documents.\nSpecify <code>false</code> to disable linking to source Notebooks.\nSpecify <code>inline</code> to show links to source notebooks beneath\nthe content they provide. Specify <code>global</code> to show a set of\nglobal links to source notebooks."
1964519661
},
19662+
"Configures the HTML viewer for notebooks that provide embedded\ncontent.",
19663+
"The path to the locally referenced notebook.",
19664+
"The title of the notebook when viewed.",
19665+
"The url to use when viewing this notebook.",
19666+
"The path to the locally referenced notebook.",
19667+
"The title of the notebook when viewed.",
19668+
"The url to use when viewing this notebook.",
1964619669
"Automatically generate the contents of a page from a list of Quarto\ndocuments or other custom data.",
1964719670
"Mermaid diagram options",
1964819671
"The mermaid built-in theme to use.",
@@ -20643,13 +20666,7 @@ var require_yaml_intelligence_resources = __commonJS({
2064320666
},
2064420667
"Disambiguating year suffix in author-date styles (e.g.&nbsp;\u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
2064520668
"internal-schema-hack",
20646-
"Configures the HTML viewer for notebooks that provide embedded\ncontent.",
20647-
"The path to the locally referenced notebook.",
20648-
"The title of the notebook when viewed.",
20649-
"The url to use when viewing this notebook.",
20650-
"The path to the locally referenced notebook.",
20651-
"The title of the notebook when viewed.",
20652-
"The url to use when viewing this notebook."
20669+
"The style of document to render. Setting this to\n<code>notebook</code> will create additional notebook style\naffordances."
2065320670
],
2065420671
"schema/external-schemas.yml": [
2065520672
{
@@ -20863,12 +20880,12 @@ var require_yaml_intelligence_resources = __commonJS({
2086320880
mermaid: "%%"
2086420881
},
2086520882
"handlers/mermaid/schema.yml": {
20866-
_internalId: 145170,
20883+
_internalId: 146672,
2086720884
type: "object",
2086820885
description: "be an object",
2086920886
properties: {
2087020887
"mermaid-format": {
20871-
_internalId: 145162,
20888+
_internalId: 146664,
2087220889
type: "enum",
2087320890
enum: [
2087420891
"png",
@@ -20884,7 +20901,7 @@ var require_yaml_intelligence_resources = __commonJS({
2088420901
exhaustiveCompletions: true
2088520902
},
2088620903
theme: {
20887-
_internalId: 145169,
20904+
_internalId: 146671,
2088820905
type: "anyOf",
2088920906
anyOf: [
2089020907
{

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

Lines changed: 27 additions & 10 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: 27 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7237,6 +7237,22 @@
72377237
]
72387238
},
72397239
"description": "Configures the HTML viewer for notebooks that provide embedded content."
7240+
},
7241+
{
7242+
"name": "notebook-view-style",
7243+
"tags": {
7244+
"formats": [
7245+
"$html-doc"
7246+
]
7247+
},
7248+
"schema": {
7249+
"enum": [
7250+
"document",
7251+
"notebook"
7252+
]
7253+
},
7254+
"hidden": true,
7255+
"description": "The style of document to render. Setting this to `notebook` will create additional notebook style affordances."
72407256
}
72417257
],
72427258
"schema/document-listing.yml": [
@@ -12619,6 +12635,13 @@
1261912635
"short": "Controls the display of links to notebooks that provided embedded\ncontent or are created from documents.",
1262012636
"long": "Controls the display of links to notebooks that provided embedded\ncontent or are created from documents.\nSpecify <code>false</code> to disable linking to source Notebooks.\nSpecify <code>inline</code> to show links to source notebooks beneath\nthe content they provide. Specify <code>global</code> to show a set of\nglobal links to source notebooks."
1262112637
},
12638+
"Configures the HTML viewer for notebooks that provide embedded\ncontent.",
12639+
"The path to the locally referenced notebook.",
12640+
"The title of the notebook when viewed.",
12641+
"The url to use when viewing this notebook.",
12642+
"The path to the locally referenced notebook.",
12643+
"The title of the notebook when viewed.",
12644+
"The url to use when viewing this notebook.",
1262212645
"Automatically generate the contents of a page from a list of Quarto\ndocuments or other custom data.",
1262312646
"Mermaid diagram options",
1262412647
"The mermaid built-in theme to use.",
@@ -13619,13 +13642,7 @@
1361913642
},
1362013643
"Disambiguating year suffix in author-date styles (e.g.&nbsp;“a” in “Doe,\n1999a”).",
1362113644
"internal-schema-hack",
13622-
"Configures the HTML viewer for notebooks that provide embedded\ncontent.",
13623-
"The path to the locally referenced notebook.",
13624-
"The title of the notebook when viewed.",
13625-
"The url to use when viewing this notebook.",
13626-
"The path to the locally referenced notebook.",
13627-
"The title of the notebook when viewed.",
13628-
"The url to use when viewing this notebook."
13645+
"The style of document to render. Setting this to\n<code>notebook</code> will create additional notebook style\naffordances."
1362913646
],
1363013647
"schema/external-schemas.yml": [
1363113648
{
@@ -13839,12 +13856,12 @@
1383913856
"mermaid": "%%"
1384013857
},
1384113858
"handlers/mermaid/schema.yml": {
13842-
"_internalId": 145170,
13859+
"_internalId": 146672,
1384313860
"type": "object",
1384413861
"description": "be an object",
1384513862
"properties": {
1384613863
"mermaid-format": {
13847-
"_internalId": 145162,
13864+
"_internalId": 146664,
1384813865
"type": "enum",
1384913866
"enum": [
1385013867
"png",
@@ -13860,7 +13877,7 @@
1386013877
"exhaustiveCompletions": true
1386113878
},
1386213879
"theme": {
13863-
"_internalId": 145169,
13880+
"_internalId": 146671,
1386413881
"type": "anyOf",
1386513882
"anyOf": [
1386613883
{

0 commit comments

Comments
 (0)