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-5Lines changed: 14 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -8371,6 +8371,10 @@ var require_yaml_intelligence_resources = __commonJS({
8371
8371
}
8372
8372
]
8373
8373
},
8374
+
{
8375
+
id: "date-format",
8376
+
schema: "string"
8377
+
},
8374
8378
{
8375
8379
id: "math-methods",
8376
8380
enum: {
@@ -12674,6 +12678,13 @@ var require_yaml_intelligence_resources = __commonJS({
12674
12678
},
12675
12679
description: "Document date"
12676
12680
},
12681
+
{
12682
+
name: "date-format",
12683
+
schema: {
12684
+
ref: "date-format"
12685
+
},
12686
+
descript: "Date format for the document"
12687
+
},
12677
12688
{
12678
12689
name: "date-modified",
12679
12690
tags: {
@@ -22914,8 +22925,6 @@ var require_yaml_intelligence_resources = __commonJS({
22914
22925
"If <code>true</code>, force the presence of the OJS runtime. If\n<code>false</code>, force the absence instead. If unset, the OJS runtime\nis included only if OJS cells are present in the document.",
22915
22926
"Use the specified file as a style reference in producing a docx,\npptx, or odt file.",
22916
22927
"Branding information to use for this document. If a string, the path\nto a brand file. If false, don\u2019t use branding on this document. If an\nobject, an inline brand definition, or an object with light and dark\nbrand paths or definitions.",
22917
-
"The path to a light brand file or an inline light brand\ndefinition.",
22918
-
"The path to a dark brand file or an inline dark brand definition.",
22919
22928
"Theme name, theme scss file, or a mix of both.",
22920
22929
"The light theme name, theme scss file, or a mix of both.",
22921
22930
"The light theme name, theme scss file, or a mix of both.",
@@ -24248,12 +24257,12 @@ var require_yaml_intelligence_resources = __commonJS({
24248
24257
mermaid: "%%"
24249
24258
},
24250
24259
"handlers/mermaid/schema.yml": {
24251
-
_internalId: 196120,
24260
+
_internalId: 194255,
24252
24261
type: "object",
24253
24262
description: "be an object",
24254
24263
properties: {
24255
24264
"mermaid-format": {
24256
-
_internalId: 196112,
24265
+
_internalId: 194247,
24257
24266
type: "enum",
24258
24267
enum: [
24259
24268
"png",
@@ -24269,7 +24278,7 @@ var require_yaml_intelligence_resources = __commonJS({
0 commit comments