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
+14-8Lines changed: 14 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -12026,6 +12026,11 @@ var require_yaml_intelligence_resources = __commonJS({
12026
12026
description: "Location to write references (`block`, `section`, or `document`)"
12027
12027
}
12028
12028
},
12029
+
links: {
12030
+
boolean: {
12031
+
description: "Write markdown links as references rather than inline."
12032
+
}
12033
+
},
12029
12034
prefix: {
12030
12035
string: {
12031
12036
description: "Unique prefix for references (`none` to prevent automatic prefixes)"
@@ -19416,6 +19421,7 @@ var require_yaml_intelligence_resources = __commonJS({
19416
19421
"Reference writing options for visual editor",
19417
19422
"Location to write references (<code>block</code>,\n<code>section</code>, or <code>document</code>)",
19418
19423
"Unique prefix for references (<code>none</code> to prevent automatic\nprefixes)",
19424
+
"Write markdown links as references rather than inline.",
19419
19425
"The identifier for this publication.",
19420
19426
"The identifier value.",
19421
19427
"The identifier schema (e.g. <code>DOI</code>, <code>ISBN-A</code>,\netc.)",
@@ -19949,6 +19955,10 @@ var require_yaml_intelligence_resources = __commonJS({
19949
19955
short: "semver version range for required quarto version",
19950
19956
long: "A semver version range describing the supported quarto versions for\nthis document or project.\nExamples:"
19951
19957
},
19958
+
{
19959
+
short: "The mode to use when previewing this document.",
19960
+
long: "The mode to use when previewing this document. To disable any special\npreviewing features, pass <code>raw</code> as the preview-mode."
19961
+
},
19952
19962
{
19953
19963
short: "Adds the necessary setup to the document preamble to generate PDF/A\nof the type specified.",
19954
19964
long: 'Adds the necessary setup to the document preamble to generate PDF/A\nof the type specified.\nIf the value is set to <code>true</code>, <code>1b:2005</code> will\nbe used as default.\nTo successfully generate PDF/A the required ICC color profiles have\nto be available and the content and all included files (such as images)\nhave to be standard conforming. The ICC profiles and output intent may\nbe specified using the variables <code>pdfaiccprofile</code> and\n<code>pdfaintent</code>. See also <a href="https://wiki.contextgarden.net/PDF/A">ConTeXt PDFA</a> for more\ndetails.'
@@ -20832,11 +20842,7 @@ var require_yaml_intelligence_resources = __commonJS({
20832
20842
long: "Title of the volume of the item or container holding the item.\nAlso use for titles of periodical special issues, special sections,\nand the like."
20833
20843
},
20834
20844
"Disambiguating year suffix in author-date styles (e.g. \u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
20835
-
"internal-schema-hack",
20836
-
{
20837
-
short: "The mode to use when previewing this document.",
20838
-
long: "The mode to use when previewing this document. To disable any special\npreviewing features, pass <code>raw</code> as the preview-mode."
20839
-
}
20845
+
"internal-schema-hack"
20840
20846
],
20841
20847
"schema/external-schemas.yml": [
20842
20848
{
@@ -21061,12 +21067,12 @@ var require_yaml_intelligence_resources = __commonJS({
21061
21067
mermaid: "%%"
21062
21068
},
21063
21069
"handlers/mermaid/schema.yml": {
21064
-
_internalId: 146897,
21070
+
_internalId: 147223,
21065
21071
type: "object",
21066
21072
description: "be an object",
21067
21073
properties: {
21068
21074
"mermaid-format": {
21069
-
_internalId: 146889,
21075
+
_internalId: 147215,
21070
21076
type: "enum",
21071
21077
enum: [
21072
21078
"png",
@@ -21082,7 +21088,7 @@ var require_yaml_intelligence_resources = __commonJS({
Copy file name to clipboardExpand all lines: src/resources/editor/tools/yaml/yaml-intelligence-resources.json
+14-8Lines changed: 14 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -5002,6 +5002,11 @@
5002
5002
"description": "Location to write references (`block`, `section`, or `document`)"
5003
5003
}
5004
5004
},
5005
+
"links": {
5006
+
"boolean": {
5007
+
"description": "Write markdown links as references rather than inline."
5008
+
}
5009
+
},
5005
5010
"prefix": {
5006
5011
"string": {
5007
5012
"description": "Unique prefix for references (`none` to prevent automatic prefixes)"
@@ -12392,6 +12397,7 @@
12392
12397
"Reference writing options for visual editor",
12393
12398
"Location to write references (<code>block</code>,\n<code>section</code>, or <code>document</code>)",
12394
12399
"Unique prefix for references (<code>none</code> to prevent automatic\nprefixes)",
12400
+
"Write markdown links as references rather than inline.",
12395
12401
"The identifier for this publication.",
12396
12402
"The identifier value.",
12397
12403
"The identifier schema (e.g. <code>DOI</code>, <code>ISBN-A</code>,\netc.)",
@@ -12925,6 +12931,10 @@
12925
12931
"short": "semver version range for required quarto version",
12926
12932
"long": "A semver version range describing the supported quarto versions for\nthis document or project.\nExamples:"
12927
12933
},
12934
+
{
12935
+
"short": "The mode to use when previewing this document.",
12936
+
"long": "The mode to use when previewing this document. To disable any special\npreviewing features, pass <code>raw</code> as the preview-mode."
12937
+
},
12928
12938
{
12929
12939
"short": "Adds the necessary setup to the document preamble to generate PDF/A\nof the type specified.",
12930
12940
"long": "Adds the necessary setup to the document preamble to generate PDF/A\nof the type specified.\nIf the value is set to <code>true</code>, <code>1b:2005</code> will\nbe used as default.\nTo successfully generate PDF/A the required ICC color profiles have\nto be available and the content and all included files (such as images)\nhave to be standard conforming. The ICC profiles and output intent may\nbe specified using the variables <code>pdfaiccprofile</code> and\n<code>pdfaintent</code>. See also <a href=\"https://wiki.contextgarden.net/PDF/A\">ConTeXt PDFA</a> for more\ndetails."
@@ -13808,11 +13818,7 @@
13808
13818
"long": "Title of the volume of the item or container holding the item.\nAlso use for titles of periodical special issues, special sections,\nand the like."
13809
13819
},
13810
13820
"Disambiguating year suffix in author-date styles (e.g. “a” in “Doe,\n1999a”).",
13811
-
"internal-schema-hack",
13812
-
{
13813
-
"short": "The mode to use when previewing this document.",
13814
-
"long": "The mode to use when previewing this document. To disable any special\npreviewing features, pass <code>raw</code> as the preview-mode."
0 commit comments