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
+58-4Lines changed: 58 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -9780,6 +9780,8 @@ var require_yaml_intelligence_resources = __commonJS({
9780
9780
properties: {
9781
9781
"toc-title-document": "string",
9782
9782
"toc-title-website": "string",
9783
+
"related-formats-title": "string",
9784
+
"related-notebooks-title": "string",
9783
9785
"callout-tip-caption": "string",
9784
9786
"callout-note-caption": "string",
9785
9787
"callout-warning-caption": "string",
@@ -13894,6 +13896,49 @@ var require_yaml_intelligence_resources = __commonJS({
13894
13896
short: "A regular expression that can be used to determine whether a link is an internal link.",
13895
13897
long: "A regular expression that can be used to determine whether a link is an internal link. For example, \nthe following will treat links that start with http://www.quarto.org as internal links (and others\nwill be considered external):\n\n```\n^(?:http:|https:)\\/\\/www\\.quarto\\.org\\/custom\n```\n"
13896
13898
}
13899
+
},
13900
+
{
13901
+
name: "format-links",
13902
+
tags: {
13903
+
formats: [
13904
+
"$html-doc"
13905
+
]
13906
+
},
13907
+
schema: {
13908
+
anyOf: [
13909
+
"boolean",
13910
+
{
13911
+
arrayOf: "string"
13912
+
}
13913
+
]
13914
+
},
13915
+
description: {
13916
+
short: "Controls whether links to other rendered formats are displayed in HTML output.",
13917
+
long: "Controls whether links to other rendered formats are displayed in HTML output.\n\nPass `false` to disable the display of format lengths or pass a list of format names for which you'd\nlike links to be shown.\n"
13918
+
}
13919
+
},
13920
+
{
13921
+
name: "notebook-links",
13922
+
tags: {
13923
+
formats: [
13924
+
"$html-doc"
13925
+
]
13926
+
},
13927
+
schema: {
13928
+
anyOf: [
13929
+
"boolean",
13930
+
{
13931
+
enum: [
13932
+
"inline",
13933
+
"global"
13934
+
]
13935
+
}
13936
+
]
13937
+
},
13938
+
description: {
13939
+
short: "Controls the display of links to notebooks that provided embedded content or are created from documents.",
13940
+
long: "Controls the display of links to notebooks that provided embedded content or are created from documents.\n\nSpecify `false` to disable linking to source Notebooks. Specify `inline` to show links to source notebooks beneath the content they provide. \nSpecify `global` to show a set of global links to source notebooks.\n"
13941
+
}
13897
13942
}
13898
13943
],
13899
13944
"schema/document-listing.yml": [
@@ -18894,6 +18939,14 @@ var require_yaml_intelligence_resources = __commonJS({
18894
18939
short: "A regular expression that can be used to determine whether a link is\nan internal link.",
18895
18940
long: "A regular expression that can be used to determine whether a link is\nan internal link. For example, the following will treat links that start\nwith http://www.quarto.org as internal links (and others will be\nconsidered external):"
18896
18941
},
18942
+
{
18943
+
short: "Controls whether links to other rendered formats are displayed in\nHTML output.",
18944
+
long: "Controls whether links to other rendered formats are displayed in\nHTML output.\nPass <code>false</code> to disable the display of format lengths or\npass a list of format names for which you\u2019d like links to be shown."
18945
+
},
18946
+
{
18947
+
short: "Controls the display of links to notebooks that provided embedded\ncontent or are created from documents.",
18948
+
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."
18949
+
},
18897
18950
"Automatically generate the contents of a page from a list of Quarto\ndocuments or other custom data.",
18898
18951
"List of keywords to be included in the document metadata.",
18899
18952
"The document subject",
@@ -20041,7 +20094,8 @@ var require_yaml_intelligence_resources = __commonJS({
20041
20094
"handlers/languages.yml": [
20042
20095
"mermaid",
20043
20096
"include",
20044
-
"dot"
20097
+
"dot",
20098
+
"embed"
20045
20099
],
20046
20100
"handlers/lang-comment-chars.yml": {
20047
20101
r: "#",
@@ -20098,12 +20152,12 @@ var require_yaml_intelligence_resources = __commonJS({
20098
20152
mermaid: "%%"
20099
20153
},
20100
20154
"handlers/mermaid/schema.yml": {
20101
-
_internalId: 133985,
20155
+
_internalId: 135189,
20102
20156
type: "object",
20103
20157
description: "be an object",
20104
20158
properties: {
20105
20159
"mermaid-format": {
20106
-
_internalId: 133977,
20160
+
_internalId: 135181,
20107
20161
type: "enum",
20108
20162
enum: [
20109
20163
"png",
@@ -20119,7 +20173,7 @@ var require_yaml_intelligence_resources = __commonJS({
Copy file name to clipboardExpand all lines: src/resources/editor/tools/yaml/yaml-intelligence-resources.json
+58-4Lines changed: 58 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2756,6 +2756,8 @@
2756
2756
"properties": {
2757
2757
"toc-title-document": "string",
2758
2758
"toc-title-website": "string",
2759
+
"related-formats-title": "string",
2760
+
"related-notebooks-title": "string",
2759
2761
"callout-tip-caption": "string",
2760
2762
"callout-note-caption": "string",
2761
2763
"callout-warning-caption": "string",
@@ -6870,6 +6872,49 @@
6870
6872
"short": "A regular expression that can be used to determine whether a link is an internal link.",
6871
6873
"long": "A regular expression that can be used to determine whether a link is an internal link. For example, \nthe following will treat links that start with http://www.quarto.org as internal links (and others\nwill be considered external):\n\n```\n^(?:http:|https:)\\/\\/www\\.quarto\\.org\\/custom\n```\n"
6872
6874
}
6875
+
},
6876
+
{
6877
+
"name": "format-links",
6878
+
"tags": {
6879
+
"formats": [
6880
+
"$html-doc"
6881
+
]
6882
+
},
6883
+
"schema": {
6884
+
"anyOf": [
6885
+
"boolean",
6886
+
{
6887
+
"arrayOf": "string"
6888
+
}
6889
+
]
6890
+
},
6891
+
"description": {
6892
+
"short": "Controls whether links to other rendered formats are displayed in HTML output.",
6893
+
"long": "Controls whether links to other rendered formats are displayed in HTML output.\n\nPass `false` to disable the display of format lengths or pass a list of format names for which you'd\nlike links to be shown.\n"
6894
+
}
6895
+
},
6896
+
{
6897
+
"name": "notebook-links",
6898
+
"tags": {
6899
+
"formats": [
6900
+
"$html-doc"
6901
+
]
6902
+
},
6903
+
"schema": {
6904
+
"anyOf": [
6905
+
"boolean",
6906
+
{
6907
+
"enum": [
6908
+
"inline",
6909
+
"global"
6910
+
]
6911
+
}
6912
+
]
6913
+
},
6914
+
"description": {
6915
+
"short": "Controls the display of links to notebooks that provided embedded content or are created from documents.",
6916
+
"long": "Controls the display of links to notebooks that provided embedded content or are created from documents.\n\nSpecify `false` to disable linking to source Notebooks. Specify `inline` to show links to source notebooks beneath the content they provide. \nSpecify `global` to show a set of global links to source notebooks.\n"
6917
+
}
6873
6918
}
6874
6919
],
6875
6920
"schema/document-listing.yml": [
@@ -11870,6 +11915,14 @@
11870
11915
"short": "A regular expression that can be used to determine whether a link is\nan internal link.",
11871
11916
"long": "A regular expression that can be used to determine whether a link is\nan internal link. For example, the following will treat links that start\nwith http://www.quarto.org as internal links (and others will be\nconsidered external):"
11872
11917
},
11918
+
{
11919
+
"short": "Controls whether links to other rendered formats are displayed in\nHTML output.",
11920
+
"long": "Controls whether links to other rendered formats are displayed in\nHTML output.\nPass <code>false</code> to disable the display of format lengths or\npass a list of format names for which you’d like links to be shown."
11921
+
},
11922
+
{
11923
+
"short": "Controls the display of links to notebooks that provided embedded\ncontent or are created from documents.",
11924
+
"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."
11925
+
},
11873
11926
"Automatically generate the contents of a page from a list of Quarto\ndocuments or other custom data.",
11874
11927
"List of keywords to be included in the document metadata.",
0 commit comments