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
+24-6Lines changed: 24 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -15333,6 +15333,20 @@ var require_yaml_intelligence_resources = __commonJS({
15333
15333
short: "If true, DOIs, PMCIDs, PMID, and URLs in bibliographies will be rendered as hyperlinks.",
15334
15334
long: "If true, DOIs, PMCIDs, PMID, and URLs in bibliographies will be rendered as hyperlinks. (If an entry contains a DOI, PMCID, PMID, or URL, but none of \nthese fields are rendered by the style, then the title, or in the absence of a title the whole entry, will be hyperlinked.) Defaults to true.\n"
15335
15335
}
15336
+
},
15337
+
{
15338
+
name: "notes-after-punctuation",
15339
+
schema: "boolean",
15340
+
tags: {
15341
+
formats: [
15342
+
"$pdf-all",
15343
+
"docx"
15344
+
]
15345
+
},
15346
+
description: {
15347
+
short: "Places footnote references or superscripted numerical citations after following punctuation.",
15348
+
long: "If true (the default for note styles), Quarto (via Pandoc) will put footnote references or superscripted numerical citations after \nfollowing punctuation. For example, if the source contains blah blah [@jones99]., the result will look like blah blah.[^1], with \nthe note moved after the period and the space collapsed. \n\nIf false, the space will still be collapsed, but the footnote will not be moved after the punctuation. The option may also be used \nin numerical styles that use superscripts for citation numbers (but for these styles the default is not to move the citation).\n"
15349
+
}
15336
15350
}
15337
15351
],
15338
15352
"schema/document-render.yml": [
@@ -20014,6 +20028,11 @@ var require_yaml_intelligence_resources = __commonJS({
20014
20028
short: "JSON file containing abbreviations of journals that should be used in\nformatted bibliographies.",
20015
20029
long: 'JSON file containing abbreviations of journals that should be used in\nformatted bibliographies when <code>form="short"</code> is specified.\nThe format of the file can be illustrated with an example:'
20016
20030
},
20031
+
"If true, citations will be hyperlinked to the corresponding\nbibliography entries (for author-date and numerical styles only).\nDefaults to false.",
20032
+
{
20033
+
short: "If true, DOIs, PMCIDs, PMID, and URLs in bibliographies will be\nrendered as hyperlinks.",
20034
+
long: "If true, DOIs, PMCIDs, PMID, and URLs in bibliographies will be\nrendered as hyperlinks. (If an entry contains a DOI, PMCID, PMID, or\nURL, but none of these fields are rendered by the style, then the title,\nor in the absence of a title the whole entry, will be hyperlinked.)\nDefaults to true."
20035
+
},
20017
20036
{
20018
20037
short: "Format to read from",
20019
20038
long: "Format to read from. Extensions can be individually enabled or\ndisabled by appending +EXTENSION or -EXTENSION to the format name\n(e.g. markdown+emoji)."
@@ -20868,10 +20887,9 @@ var require_yaml_intelligence_resources = __commonJS({
20868
20887
},
20869
20888
"Disambiguating year suffix in author-date styles (e.g. \u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
20870
20889
"internal-schema-hack",
20871
-
"If true, citations will be hyperlinked to the corresponding\nbibliography entries (for author-date and numerical styles only).\nDefaults to false.",
20872
20890
{
20873
-
short: "If true, DOIs, PMCIDs, PMID, and URLs in bibliographies will be\nrendered as hyperlinks.",
20874
-
long: "If true, DOIs, PMCIDs, PMID, and URLs in bibliographies will be\nrendered as hyperlinks. (If an entry contains a DOI, PMCID, PMID, or\nURL, but none of these fields are rendered by the style, then the title,\nor in the absence of a title the whole entry, will be hyperlinked.)\nDefaults to true."
20891
+
short: "Places footnote references or superscripted numerical citations after\nfollowing punctuation.",
20892
+
long: 'If true (the default for note styles), Quarto (via Pandoc) will put\nfootnote references or superscripted numerical citations after following\npunctuation. For example, if the source contains blah blah <span class="citation" data-cites="jones99">[@jones99]</span>., the result\nwill look like blah blah.[^1], with the note moved after the period and\nthe space collapsed.\nIf false, the space will still be collapsed, but the footnote will\nnot be moved after the punctuation. The option may also be used in\nnumerical styles that use superscripts for citation numbers (but for\nthese styles the default is not to move the citation).'
20875
20893
}
20876
20894
],
20877
20895
"schema/external-schemas.yml": [
@@ -21097,12 +21115,12 @@ var require_yaml_intelligence_resources = __commonJS({
21097
21115
mermaid: "%%"
21098
21116
},
21099
21117
"handlers/mermaid/schema.yml": {
21100
-
_internalId: 147227,
21118
+
_internalId: 147499,
21101
21119
type: "object",
21102
21120
description: "be an object",
21103
21121
properties: {
21104
21122
"mermaid-format": {
21105
-
_internalId: 147219,
21123
+
_internalId: 147491,
21106
21124
type: "enum",
21107
21125
enum: [
21108
21126
"png",
@@ -21118,7 +21136,7 @@ var require_yaml_intelligence_resources = __commonJS({
Copy file name to clipboardExpand all lines: src/resources/editor/tools/yaml/yaml-intelligence-resources.json
+24-6Lines changed: 24 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -8309,6 +8309,20 @@
8309
8309
"short": "If true, DOIs, PMCIDs, PMID, and URLs in bibliographies will be rendered as hyperlinks.",
8310
8310
"long": "If true, DOIs, PMCIDs, PMID, and URLs in bibliographies will be rendered as hyperlinks. (If an entry contains a DOI, PMCID, PMID, or URL, but none of \nthese fields are rendered by the style, then the title, or in the absence of a title the whole entry, will be hyperlinked.) Defaults to true.\n"
8311
8311
}
8312
+
},
8313
+
{
8314
+
"name": "notes-after-punctuation",
8315
+
"schema": "boolean",
8316
+
"tags": {
8317
+
"formats": [
8318
+
"$pdf-all",
8319
+
"docx"
8320
+
]
8321
+
},
8322
+
"description": {
8323
+
"short": "Places footnote references or superscripted numerical citations after following punctuation.",
8324
+
"long": "If true (the default for note styles), Quarto (via Pandoc) will put footnote references or superscripted numerical citations after \nfollowing punctuation. For example, if the source contains blah blah [@jones99]., the result will look like blah blah.[^1], with \nthe note moved after the period and the space collapsed. \n\nIf false, the space will still be collapsed, but the footnote will not be moved after the punctuation. The option may also be used \nin numerical styles that use superscripts for citation numbers (but for these styles the default is not to move the citation).\n"
8325
+
}
8312
8326
}
8313
8327
],
8314
8328
"schema/document-render.yml": [
@@ -12990,6 +13004,11 @@
12990
13004
"short": "JSON file containing abbreviations of journals that should be used in\nformatted bibliographies.",
12991
13005
"long": "JSON file containing abbreviations of journals that should be used in\nformatted bibliographies when <code>form=\"short\"</code> is specified.\nThe format of the file can be illustrated with an example:"
12992
13006
},
13007
+
"If true, citations will be hyperlinked to the corresponding\nbibliography entries (for author-date and numerical styles only).\nDefaults to false.",
13008
+
{
13009
+
"short": "If true, DOIs, PMCIDs, PMID, and URLs in bibliographies will be\nrendered as hyperlinks.",
13010
+
"long": "If true, DOIs, PMCIDs, PMID, and URLs in bibliographies will be\nrendered as hyperlinks. (If an entry contains a DOI, PMCID, PMID, or\nURL, but none of these fields are rendered by the style, then the title,\nor in the absence of a title the whole entry, will be hyperlinked.)\nDefaults to true."
13011
+
},
12993
13012
{
12994
13013
"short": "Format to read from",
12995
13014
"long": "Format to read from. Extensions can be individually enabled or\ndisabled by appending +EXTENSION or -EXTENSION to the format name\n(e.g. markdown+emoji)."
@@ -13844,10 +13863,9 @@
13844
13863
},
13845
13864
"Disambiguating year suffix in author-date styles (e.g. “a” in “Doe,\n1999a”).",
13846
13865
"internal-schema-hack",
13847
-
"If true, citations will be hyperlinked to the corresponding\nbibliography entries (for author-date and numerical styles only).\nDefaults to false.",
13848
13866
{
13849
-
"short": "If true, DOIs, PMCIDs, PMID, and URLs in bibliographies will be\nrendered as hyperlinks.",
13850
-
"long": "If true, DOIs, PMCIDs, PMID, and URLs in bibliographies will be\nrendered as hyperlinks. (If an entry contains a DOI, PMCID, PMID, or\nURL, but none of these fields are rendered by the style, then the title,\nor in the absence of a title the whole entry, will be hyperlinked.)\nDefaults to true."
13867
+
"short": "Places footnote references or superscripted numerical citations after\nfollowing punctuation.",
13868
+
"long": "If true (the default for note styles), Quarto (via Pandoc) will put\nfootnote references or superscripted numerical citations after following\npunctuation. For example, if the source contains blah blah <span class=\"citation\" data-cites=\"jones99\">[@jones99]</span>., the result\nwill look like blah blah.[^1], with the note moved after the period and\nthe space collapsed.\nIf false, the space will still be collapsed, but the footnote will\nnot be moved after the punctuation. The option may also be used in\nnumerical styles that use superscripts for citation numbers (but for\nthese styles the default is not to move the citation)."
0 commit comments