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
+35-5Lines changed: 35 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -15308,6 +15308,31 @@ var require_yaml_intelligence_resources = __commonJS({
15308
15308
short: "JSON file containing abbreviations of journals that should be used in formatted bibliographies.",
15309
15309
long: 'JSON file containing abbreviations of journals that should be\nused in formatted bibliographies when `form="short"` is\nspecified. The format of the file can be illustrated with an\nexample:\n\n```json\n{ "default": {\n "container-title": {\n "Lloyd\'s Law Reports": "Lloyd\'s Rep",\n "Estates Gazette": "EG",\n "Scots Law Times": "SLT"\n }\n }\n}\n```\n'
15310
15310
}
15311
+
},
15312
+
{
15313
+
name: "link-citations",
15314
+
schema: "boolean",
15315
+
tags: {
15316
+
formats: [
15317
+
"$pdf-all",
15318
+
"docx"
15319
+
]
15320
+
},
15321
+
description: "If true, citations will be hyperlinked to the corresponding bibliography entries (for author-date and numerical styles only). Defaults to false."
15322
+
},
15323
+
{
15324
+
name: "link-bibliography",
15325
+
schema: "boolean",
15326
+
tags: {
15327
+
formats: [
15328
+
"$pdf-all",
15329
+
"docx"
15330
+
]
15331
+
},
15332
+
description: {
15333
+
short: "If true, DOIs, PMCIDs, PMID, and URLs in bibliographies will be rendered as hyperlinks.",
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
+
}
15311
15336
}
15312
15337
],
15313
15338
"schema/document-render.yml": [
@@ -19420,8 +19445,8 @@ var require_yaml_intelligence_resources = __commonJS({
19420
19445
"Write standard visual editor markdown from source mode.",
19421
19446
"Reference writing options for visual editor",
19422
19447
"Location to write references (<code>block</code>,\n<code>section</code>, or <code>document</code>)",
19423
-
"Unique prefix for references (<code>none</code> to prevent automatic\nprefixes)",
19424
19448
"Write markdown links as references rather than inline.",
19449
+
"Unique prefix for references (<code>none</code> to prevent automatic\nprefixes)",
19425
19450
"The identifier for this publication.",
19426
19451
"The identifier value.",
19427
19452
"The identifier schema (e.g. <code>DOI</code>, <code>ISBN-A</code>,\netc.)",
@@ -20842,7 +20867,12 @@ var require_yaml_intelligence_resources = __commonJS({
20842
20867
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."
20843
20868
},
20844
20869
"Disambiguating year suffix in author-date styles (e.g. \u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
20845
-
"internal-schema-hack"
20870
+
"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
+
{
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."
20875
+
}
20846
20876
],
20847
20877
"schema/external-schemas.yml": [
20848
20878
{
@@ -21067,12 +21097,12 @@ var require_yaml_intelligence_resources = __commonJS({
21067
21097
mermaid: "%%"
21068
21098
},
21069
21099
"handlers/mermaid/schema.yml": {
21070
-
_internalId: 147223,
21100
+
_internalId: 147227,
21071
21101
type: "object",
21072
21102
description: "be an object",
21073
21103
properties: {
21074
21104
"mermaid-format": {
21075
-
_internalId: 147215,
21105
+
_internalId: 147219,
21076
21106
type: "enum",
21077
21107
enum: [
21078
21108
"png",
@@ -21088,7 +21118,7 @@ var require_yaml_intelligence_resources = __commonJS({
Copy file name to clipboardExpand all lines: src/resources/editor/tools/yaml/yaml-intelligence-resources.json
+35-5Lines changed: 35 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -8284,6 +8284,31 @@
8284
8284
"short": "JSON file containing abbreviations of journals that should be used in formatted bibliographies.",
8285
8285
"long": "JSON file containing abbreviations of journals that should be\nused in formatted bibliographies when `form=\"short\"` is\nspecified. The format of the file can be illustrated with an\nexample:\n\n```json\n{ \"default\": {\n \"container-title\": {\n \"Lloyd's Law Reports\": \"Lloyd's Rep\",\n \"Estates Gazette\": \"EG\",\n \"Scots Law Times\": \"SLT\"\n }\n }\n}\n```\n"
8286
8286
}
8287
+
},
8288
+
{
8289
+
"name": "link-citations",
8290
+
"schema": "boolean",
8291
+
"tags": {
8292
+
"formats": [
8293
+
"$pdf-all",
8294
+
"docx"
8295
+
]
8296
+
},
8297
+
"description": "If true, citations will be hyperlinked to the corresponding bibliography entries (for author-date and numerical styles only). Defaults to false."
8298
+
},
8299
+
{
8300
+
"name": "link-bibliography",
8301
+
"schema": "boolean",
8302
+
"tags": {
8303
+
"formats": [
8304
+
"$pdf-all",
8305
+
"docx"
8306
+
]
8307
+
},
8308
+
"description": {
8309
+
"short": "If true, DOIs, PMCIDs, PMID, and URLs in bibliographies will be rendered as hyperlinks.",
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
+
}
8287
8312
}
8288
8313
],
8289
8314
"schema/document-render.yml": [
@@ -12396,8 +12421,8 @@
12396
12421
"Write standard visual editor markdown from source mode.",
12397
12422
"Reference writing options for visual editor",
12398
12423
"Location to write references (<code>block</code>,\n<code>section</code>, or <code>document</code>)",
12399
-
"Unique prefix for references (<code>none</code> to prevent automatic\nprefixes)",
12400
12424
"Write markdown links as references rather than inline.",
12425
+
"Unique prefix for references (<code>none</code> to prevent automatic\nprefixes)",
12401
12426
"The identifier for this publication.",
12402
12427
"The identifier value.",
12403
12428
"The identifier schema (e.g. <code>DOI</code>, <code>ISBN-A</code>,\netc.)",
@@ -13818,7 +13843,12 @@
13818
13843
"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."
13819
13844
},
13820
13845
"Disambiguating year suffix in author-date styles (e.g. “a” in “Doe,\n1999a”).",
13821
-
"internal-schema-hack"
13846
+
"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
+
{
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."
Copy file name to clipboardExpand all lines: src/resources/schema/document-references.yml
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -96,3 +96,18 @@
96
96
}
97
97
}
98
98
```
99
+
- name: link-citations
100
+
schema: boolean
101
+
tags:
102
+
formats: [$pdf-all, docx]
103
+
description: If true, citations will be hyperlinked to the corresponding bibliography entries (for author-date and numerical styles only). Defaults to false.
104
+
105
+
- name: link-bibliography
106
+
schema: boolean
107
+
tags:
108
+
formats: [$pdf-all, docx]
109
+
description:
110
+
short: If true, DOIs, PMCIDs, PMID, and URLs in bibliographies will be rendered as hyperlinks.
111
+
long: |
112
+
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
113
+
these 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.
0 commit comments