@bendyline/squisq 1.4.1 → 1.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -1
- package/dist/{ContentContainer-DNx460y8.d.ts → ContentContainer-BXUlIf18.d.ts} +6 -2
- package/dist/{Doc-BeSeH2iX.d.ts → Doc-BBVGq1_9.d.ts} +922 -273
- package/dist/{ImageEditDoc-BTIvw0oq.d.ts → ImageEditDoc-FuyGtt6o.d.ts} +11 -4
- package/dist/{chunk-ZTX4PFFT.js → chunk-2OIBZYKP.js} +75 -2
- package/dist/chunk-2OIBZYKP.js.map +1 -0
- package/dist/chunk-2UQOHYE2.js +45 -0
- package/dist/chunk-2UQOHYE2.js.map +1 -0
- package/dist/chunk-6ATE2PSM.js +344 -0
- package/dist/chunk-6ATE2PSM.js.map +1 -0
- package/dist/{chunk-57CVQCFX.js → chunk-A4O7GIWE.js} +74 -23
- package/dist/chunk-A4O7GIWE.js.map +1 -0
- package/dist/{chunk-5WFRKURX.js → chunk-DLXZMS5K.js} +4 -2
- package/dist/chunk-DLXZMS5K.js.map +1 -0
- package/dist/chunk-ET53IIEP.js +1 -0
- package/dist/chunk-ET53IIEP.js.map +1 -0
- package/dist/chunk-HWVFJAAH.js +362 -0
- package/dist/chunk-HWVFJAAH.js.map +1 -0
- package/dist/{chunk-2TMAWB4Y.js → chunk-IMSCRLLV.js} +1 -1
- package/dist/chunk-IMSCRLLV.js.map +1 -0
- package/dist/{chunk-B4EEON3N.js → chunk-KKNUBQ6Y.js} +536 -103
- package/dist/chunk-KKNUBQ6Y.js.map +1 -0
- package/dist/chunk-LDQ2HJIX.js +596 -0
- package/dist/chunk-LDQ2HJIX.js.map +1 -0
- package/dist/chunk-LH7I6SH7.js +7208 -0
- package/dist/chunk-LH7I6SH7.js.map +1 -0
- package/dist/chunk-PGGGKYWG.js +1 -0
- package/dist/chunk-PGGGKYWG.js.map +1 -0
- package/dist/{chunk-7UDSRZKG.js → chunk-Q3ROPT5H.js} +35 -14
- package/dist/chunk-Q3ROPT5H.js.map +1 -0
- package/dist/chunk-QE7TWGVT.js +178 -0
- package/dist/chunk-QE7TWGVT.js.map +1 -0
- package/dist/chunk-RUDYOTA6.js +345 -0
- package/dist/chunk-RUDYOTA6.js.map +1 -0
- package/dist/{chunk-K32VJONL.js → chunk-T5UK6YOB.js} +41 -2
- package/dist/chunk-T5UK6YOB.js.map +1 -0
- package/dist/{chunk-3K5OG6KI.js → chunk-TEEEILMP.js} +412 -186
- package/dist/chunk-TEEEILMP.js.map +1 -0
- package/dist/{chunk-FR2RBTKO.js → chunk-TQWLI6S2.js} +93 -27
- package/dist/chunk-TQWLI6S2.js.map +1 -0
- package/dist/{chunk-WMOI7FN3.js → chunk-UY7KGQ5R.js} +12 -2
- package/dist/{chunk-WMOI7FN3.js.map → chunk-UY7KGQ5R.js.map} +1 -1
- package/dist/{chunk-3E5F2XMR.js → chunk-VWUFZ6ZG.js} +29 -2
- package/dist/chunk-VWUFZ6ZG.js.map +1 -0
- package/dist/chunk-ZLQKNOZQ.js +1 -0
- package/dist/chunk-ZLQKNOZQ.js.map +1 -0
- package/dist/doc/index.d.ts +5 -5
- package/dist/doc/index.js +135 -8
- package/dist/generate/index.d.ts +3 -74
- package/dist/generate/index.js +2 -7
- package/dist/icons/index.d.ts +3 -26
- package/dist/icons/index.js +13 -0
- package/dist/icons/inlineIconMarker.d.ts +1 -0
- package/dist/icons/inlineIconMarker.js +15 -0
- package/dist/icons/inlineIconMarker.js.map +1 -0
- package/dist/imageEdit/index.d.ts +12 -6
- package/dist/imageEdit/index.js +4 -1
- package/dist/index.d.ts +14 -11
- package/dist/index.js +265 -37
- package/dist/inlineIconMarker-CiE8Hlvz.d.ts +59 -0
- package/dist/jsonForm/index.d.ts +42 -1
- package/dist/jsonForm/index.js +9 -1
- package/dist/markdown/index.d.ts +228 -3
- package/dist/markdown/index.js +42 -7
- package/dist/recommend/index.d.ts +1 -1
- package/dist/recommend/index.js +3 -2
- package/dist/schemas/index.d.ts +28 -8
- package/dist/schemas/index.js +36 -8
- package/dist/spatial/index.d.ts +9 -4
- package/dist/spatial/index.js +1 -1
- package/dist/storage/index.d.ts +2 -2
- package/dist/storage/index.js +1 -1
- package/dist/story/index.d.ts +1021 -41
- package/dist/story/index.js +135 -8
- package/dist/{themeLibrary-BHjJ0Qx6.d.ts → themeLibrary-CehcJhzz.d.ts} +1 -1
- package/dist/timing/index.js +3 -5
- package/dist/transform/index.d.ts +48 -10
- package/dist/transform/index.js +17 -481
- package/dist/transform/index.js.map +1 -1
- package/dist/{types-BdZkdJ3z.d.ts → types-DlAZ7MW4.d.ts} +115 -1
- package/dist/versions/index.d.ts +1 -1
- package/package.json +6 -1
- package/src/__tests__/animationUtils.test.ts +40 -0
- package/src/__tests__/annotationCoercion.test.ts +243 -0
- package/src/__tests__/applyRenderStyle.test.ts +146 -0
- package/src/__tests__/atmosphereLayers.test.ts +108 -0
- package/src/__tests__/attrTokens.test.ts +162 -0
- package/src/__tests__/contentExtractor.test.ts +60 -0
- package/src/__tests__/coverBlock.test.ts +46 -1
- package/src/__tests__/customTemplateSample.test.ts +144 -0
- package/src/__tests__/customTemplatesFrontmatter.test.ts +236 -0
- package/src/__tests__/customThemesFrontmatter.test.ts +145 -0
- package/src/__tests__/diagramBlock.test.ts +122 -0
- package/src/__tests__/diagramLayout.test.ts +134 -0
- package/src/__tests__/drawing.test.ts +109 -0
- package/src/__tests__/drawingBlock.test.ts +124 -0
- package/src/__tests__/drawingLayout.test.ts +171 -0
- package/src/__tests__/geohash.test.ts +6 -5
- package/src/__tests__/getLayers.test.ts +6 -2
- package/src/__tests__/getLayersFallback.test.ts +103 -0
- package/src/__tests__/imageEditExportSvg.test.ts +70 -0
- package/src/__tests__/imageEditVersions.test.ts +72 -0
- package/src/__tests__/inlineIconMarker.test.ts +36 -0
- package/src/__tests__/inputDescriptors.test.ts +162 -0
- package/src/__tests__/jsonForm.tokens.test.ts +84 -0
- package/src/__tests__/layoutBlock.test.ts +83 -0
- package/src/__tests__/layoutLayout.test.ts +169 -0
- package/src/__tests__/markdown.test.ts +87 -0
- package/src/__tests__/markdownSanitize.test.ts +79 -0
- package/src/__tests__/markdownToDoc.test.ts +391 -2
- package/src/__tests__/mediaAnnotations.test.ts +91 -0
- package/src/__tests__/mediaSchedule.test.ts +118 -0
- package/src/__tests__/pandocAttrParse.test.ts +187 -0
- package/src/__tests__/resolveDocTheme.test.ts +55 -0
- package/src/__tests__/rootExports.test.ts +43 -0
- package/src/__tests__/shapeGeometry.test.ts +89 -0
- package/src/__tests__/shapeVocabulary.test.ts +133 -0
- package/src/__tests__/structuredData.test.ts +249 -0
- package/src/__tests__/templateAnnotationParse.test.ts +108 -0
- package/src/__tests__/templateMetadata.test.ts +31 -0
- package/src/__tests__/templates.test.ts +257 -4
- package/src/__tests__/themeCompile.test.ts +42 -0
- package/src/__tests__/themeValidator.test.ts +6 -0
- package/src/__tests__/transformV2.test.ts +137 -0
- package/src/__tests__/transitionNormalize.test.ts +61 -0
- package/src/__tests__/validateDoc.test.ts +260 -0
- package/src/doc/annotationBlocks.ts +117 -0
- package/src/doc/customTemplatesFrontmatter.ts +314 -0
- package/src/doc/customThemesFrontmatter.ts +95 -0
- package/src/doc/docToMarkdown.ts +104 -5
- package/src/doc/getLayers.ts +49 -17
- package/src/doc/index.ts +47 -1
- package/src/doc/markdownToDoc.ts +411 -13
- package/src/doc/mediaAnnotations.ts +100 -0
- package/src/doc/resolveDocTheme.ts +55 -0
- package/src/doc/standaloneAnnotation.ts +58 -0
- package/src/doc/structuredData.ts +301 -0
- package/src/doc/templateInputs.ts +240 -0
- package/src/doc/templates/__tests__/customTemplate.test.ts +170 -0
- package/src/doc/templates/__tests__/customTemplateRegistry.test.ts +110 -0
- package/src/doc/templates/accentImage.ts +30 -6
- package/src/doc/templates/captionUtils.ts +23 -0
- package/src/doc/templates/comparisonBar.ts +33 -18
- package/src/doc/templates/coverBlock.ts +35 -5
- package/src/doc/templates/customTemplate.ts +51 -0
- package/src/doc/templates/dataTable.ts +37 -19
- package/src/doc/templates/dateEvent.ts +41 -20
- package/src/doc/templates/definitionCard.ts +26 -18
- package/src/doc/templates/diagramBlock.ts +204 -0
- package/src/doc/templates/diagramLayout.ts +159 -0
- package/src/doc/templates/drawingBlock.ts +325 -0
- package/src/doc/templates/drawingLayout.ts +539 -0
- package/src/doc/templates/factCard.ts +54 -26
- package/src/doc/templates/fallbackBlock.ts +123 -0
- package/src/doc/templates/featureBlock.ts +20 -13
- package/src/doc/templates/fullBleedQuote.ts +18 -8
- package/src/doc/templates/imageWithCaption.ts +30 -15
- package/src/doc/templates/index.ts +225 -46
- package/src/doc/templates/inputDescriptors.ts +432 -0
- package/src/doc/templates/layoutBlock.ts +43 -0
- package/src/doc/templates/layoutLayout.ts +243 -0
- package/src/doc/templates/listBlock.ts +56 -30
- package/src/doc/templates/mapBlock.ts +15 -12
- package/src/doc/templates/metadata.ts +120 -0
- package/src/doc/templates/persistentLayers.ts +129 -11
- package/src/doc/templates/photoGrid.ts +22 -34
- package/src/doc/templates/pullQuote.ts +30 -12
- package/src/doc/templates/quoteBlock.ts +54 -29
- package/src/doc/templates/sectionHeader.ts +25 -11
- package/src/doc/templates/statHighlight.ts +39 -22
- package/src/doc/templates/titleBlock.ts +59 -21
- package/src/doc/templates/tokens/__tests__/resolveTokens.test.ts +487 -0
- package/src/doc/templates/tokens/resolveTokens.ts +453 -0
- package/src/doc/templates/twoColumn.ts +48 -30
- package/src/doc/templates/videoPullQuote.ts +22 -12
- package/src/doc/templates/videoWithCaption.ts +21 -15
- package/src/doc/utils/animationUtils.ts +267 -3
- package/src/doc/utils/applyRenderStyle.ts +113 -0
- package/src/doc/utils/imageTreatment.ts +70 -0
- package/src/doc/utils/nearest.ts +59 -0
- package/src/doc/utils/shapeGeometry.ts +464 -0
- package/src/doc/utils/themeUtils.ts +75 -1
- package/src/doc/validate.ts +575 -0
- package/src/generate/contentExtractor.ts +148 -35
- package/src/generate/index.ts +0 -3
- package/src/icons/index.ts +8 -0
- package/src/icons/inlineIconMarker.ts +73 -0
- package/src/imageEdit/export.ts +85 -2
- package/src/imageEdit/index.ts +1 -0
- package/src/imageEdit/persistence.ts +51 -0
- package/src/index.ts +2 -0
- package/src/jsonForm/index.ts +2 -0
- package/src/jsonForm/tokens.ts +78 -0
- package/src/markdown/annotationCoercion.ts +295 -0
- package/src/markdown/attrTokens.ts +241 -0
- package/src/markdown/convert.ts +229 -26
- package/src/markdown/index.ts +37 -0
- package/src/markdown/sanitize.ts +318 -0
- package/src/markdown/stringify.ts +96 -6
- package/src/markdown/types.ts +66 -0
- package/src/markdown/utils.ts +111 -2
- package/src/recommend/templates.ts +24 -0
- package/src/schemas/BlockTemplates.ts +133 -4
- package/src/schemas/CustomTemplates.ts +126 -0
- package/src/schemas/Doc.ts +387 -65
- package/src/schemas/ImageEditDoc.ts +11 -4
- package/src/schemas/Media.ts +169 -0
- package/src/schemas/Theme.ts +23 -1
- package/src/schemas/Transitions.ts +224 -0
- package/src/schemas/colorUtils.ts +33 -0
- package/src/schemas/fontStacks.ts +5 -2
- package/src/schemas/index.ts +3 -0
- package/src/schemas/themeCompile.ts +24 -5
- package/src/schemas/themeValidator.ts +49 -11
- package/src/schemas/themes/cinematic.json +69 -12
- package/src/schemas/themes/documentary.json +58 -11
- package/src/schemas/themes/gezellig.json +60 -11
- package/src/schemas/themes/magazine.json +54 -9
- package/src/schemas/themes/morning-light.json +52 -9
- package/src/schemas/themes/standard-dark.json +48 -13
- package/src/schemas/themes/standard.json +44 -12
- package/src/schemas/themes/tech-dark.json +65 -12
- package/src/spatial/Geohash.ts +52 -21
- package/src/storage/ContentContainer.ts +6 -2
- package/src/transform/applyTransform.ts +43 -4
- package/src/transform/index.ts +1 -0
- package/src/transform/registry.ts +44 -13
- package/src/transform/styles/dataDriven.ts +2 -1
- package/src/transform/styles/documentary.ts +2 -1
- package/src/transform/styles/magazine.ts +3 -1
- package/src/transform/styles/minimal.ts +2 -1
- package/src/transform/styles/narrative.ts +3 -1
- package/src/transform/templateSelector.ts +87 -11
- package/src/transform/types.ts +35 -2
- package/dist/chunk-2TMAWB4Y.js.map +0 -1
- package/dist/chunk-3E5F2XMR.js.map +0 -1
- package/dist/chunk-3K5OG6KI.js.map +0 -1
- package/dist/chunk-4X3JQXNM.js +0 -35
- package/dist/chunk-4X3JQXNM.js.map +0 -1
- package/dist/chunk-57CVQCFX.js.map +0 -1
- package/dist/chunk-5WFRKURX.js.map +0 -1
- package/dist/chunk-7UDSRZKG.js.map +0 -1
- package/dist/chunk-B4EEON3N.js.map +0 -1
- package/dist/chunk-FR2RBTKO.js.map +0 -1
- package/dist/chunk-H3AXU4MJ.js +0 -179
- package/dist/chunk-H3AXU4MJ.js.map +0 -1
- package/dist/chunk-K32VJONL.js.map +0 -1
- package/dist/chunk-KSWJR66U.js +0 -3706
- package/dist/chunk-KSWJR66U.js.map +0 -1
- package/dist/chunk-MYIH7FWD.js +0 -145
- package/dist/chunk-MYIH7FWD.js.map +0 -1
- package/dist/chunk-ZTX4PFFT.js.map +0 -1
- package/src/__tests__/slideshowGenerator.test.ts +0 -128
- package/src/generate/slideshowGenerator.ts +0 -273
|
@@ -0,0 +1,575 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Markdown document validation.
|
|
3
|
+
*
|
|
4
|
+
* `validateMarkdownSource()` gives authors and agents fast, structural
|
|
5
|
+
* feedback on a squisq markdown document — the same checks the renderer
|
|
6
|
+
* applies, surfaced as diagnostics instead of degraded slides:
|
|
7
|
+
*
|
|
8
|
+
* - unknown template names (with a did-you-mean suggestion)
|
|
9
|
+
* - unknown drawing shapes, and shape annotations used outside a `{[drawing]}`
|
|
10
|
+
* - `{[…]}` text that was not recognized as an annotation (bad quoting,
|
|
11
|
+
* non-heading placement, unknown inline icon)
|
|
12
|
+
* - malformed heading-attribute values (`x=abc`, bad `startTime`) and
|
|
13
|
+
* non-numeric drawing-shape geometry
|
|
14
|
+
* - `connectsTo` / drawing `from`/`to` targets that don't resolve,
|
|
15
|
+
* duplicate block ids, unparseable data fences (reported by `markdownToDoc`)
|
|
16
|
+
* - image references missing from the provided asset set (.dbk contents)
|
|
17
|
+
*
|
|
18
|
+
* The CLI exposes this as `squisq validate <input>`; agents can also call
|
|
19
|
+
* it directly and iterate until the diagnostics list is empty.
|
|
20
|
+
*/
|
|
21
|
+
|
|
22
|
+
import type { Doc, Block, DocDiagnostic } from '../schemas/Doc.js';
|
|
23
|
+
import type {
|
|
24
|
+
MarkdownDocument,
|
|
25
|
+
MarkdownHeading,
|
|
26
|
+
MarkdownNode,
|
|
27
|
+
HtmlNode,
|
|
28
|
+
} from '../markdown/types.js';
|
|
29
|
+
import { parseMarkdown } from '../markdown/parse.js';
|
|
30
|
+
import { getChildren, extractPlainText } from '../markdown/utils.js';
|
|
31
|
+
import { coerceAnnotationValues, KNOWN_BLOCK_META_KEYS } from '../markdown/annotationCoercion.js';
|
|
32
|
+
import { markdownToDoc, flattenBlocks } from './markdownToDoc.js';
|
|
33
|
+
import { parseStandaloneAnnotation } from './standaloneAnnotation.js';
|
|
34
|
+
import { isDataFence, parseDataFence } from './structuredData.js';
|
|
35
|
+
import { deriveTemplateInputs } from './templateInputs.js';
|
|
36
|
+
import { lintTemplateParams } from './templates/inputDescriptors.js';
|
|
37
|
+
import {
|
|
38
|
+
templateRegistry,
|
|
39
|
+
TEMPLATE_ALIASES,
|
|
40
|
+
resolveTemplateName,
|
|
41
|
+
isShapeName,
|
|
42
|
+
normalizeShapeKind,
|
|
43
|
+
SHAPE_NAMES,
|
|
44
|
+
} from './templates/index.js';
|
|
45
|
+
import { nearestName } from './utils/nearest.js';
|
|
46
|
+
|
|
47
|
+
// ============================================
|
|
48
|
+
// Options & result
|
|
49
|
+
// ============================================
|
|
50
|
+
|
|
51
|
+
export interface ValidateOptions {
|
|
52
|
+
/**
|
|
53
|
+
* Known asset paths for image/video reference checks — typically the
|
|
54
|
+
* file list of a .dbk container or the document's folder. Relative
|
|
55
|
+
* references not present here produce a `missing-asset` warning.
|
|
56
|
+
* When omitted, asset checks are skipped.
|
|
57
|
+
*/
|
|
58
|
+
assets?: ReadonlySet<string> | ((path: string) => boolean);
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* Additional template names to accept beyond the built-in registry and
|
|
62
|
+
* the document's own `customTemplates` (e.g. app-registered templates).
|
|
63
|
+
*/
|
|
64
|
+
extraTemplates?: readonly string[];
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
export interface MarkdownValidationResult {
|
|
68
|
+
/** All findings, in source order where line information exists. */
|
|
69
|
+
diagnostics: DocDiagnostic[];
|
|
70
|
+
errorCount: number;
|
|
71
|
+
warningCount: number;
|
|
72
|
+
infoCount: number;
|
|
73
|
+
/** The converted Doc (conversion diagnostics are included above). */
|
|
74
|
+
doc: Doc;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
// ============================================
|
|
78
|
+
// Entry points
|
|
79
|
+
// ============================================
|
|
80
|
+
|
|
81
|
+
/**
|
|
82
|
+
* Validate a squisq markdown source string. Parses, converts (collecting
|
|
83
|
+
* the conversion's own diagnostics), and runs the structural checks above.
|
|
84
|
+
*/
|
|
85
|
+
export function validateMarkdownSource(
|
|
86
|
+
source: string,
|
|
87
|
+
options?: ValidateOptions,
|
|
88
|
+
): MarkdownValidationResult {
|
|
89
|
+
return validateMarkdownDoc(parseMarkdown(source), options);
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
/**
|
|
93
|
+
* Validate an already-parsed MarkdownDocument. See {@link validateMarkdownSource}.
|
|
94
|
+
*/
|
|
95
|
+
export function validateMarkdownDoc(
|
|
96
|
+
markdownDoc: MarkdownDocument,
|
|
97
|
+
options?: ValidateOptions,
|
|
98
|
+
): MarkdownValidationResult {
|
|
99
|
+
const doc = markdownToDoc(markdownDoc);
|
|
100
|
+
const diagnostics: DocDiagnostic[] = [...(doc.diagnostics ?? [])];
|
|
101
|
+
const blocks = flattenBlocks(doc.blocks);
|
|
102
|
+
|
|
103
|
+
const knownTemplates = collectKnownTemplates(doc, options);
|
|
104
|
+
// Custom template names are skipped by the input linter — they carry
|
|
105
|
+
// arbitrary author-defined inputs the built-in descriptors can't know about.
|
|
106
|
+
const customNames = new Set<string>(doc.customTemplates?.map((t) => t.name) ?? []);
|
|
107
|
+
|
|
108
|
+
// Parent-aware walk: a `{[shape]}` annotation is only meaningful on the
|
|
109
|
+
// direct child of a `{[drawing]}` block, so the template check needs each
|
|
110
|
+
// block's parent. Drawing connectors are validated against their siblings.
|
|
111
|
+
const visit = (block: Block, parent: Block | undefined): void => {
|
|
112
|
+
checkTemplate(block, parent, knownTemplates, diagnostics);
|
|
113
|
+
checkAttributeCoercion(block, parent, diagnostics);
|
|
114
|
+
checkConflictingAnnotationKeys(block, diagnostics);
|
|
115
|
+
checkTemplateInputs(block, parent, customNames, diagnostics);
|
|
116
|
+
checkPossibleDataFences(block, diagnostics);
|
|
117
|
+
if (isDrawingBlock(block)) checkDrawingConnectors(block, diagnostics);
|
|
118
|
+
for (const child of block.children ?? []) visit(child, block);
|
|
119
|
+
};
|
|
120
|
+
for (const block of doc.blocks) visit(block, undefined);
|
|
121
|
+
|
|
122
|
+
checkUnrecognizedAnnotations(markdownDoc, diagnostics);
|
|
123
|
+
|
|
124
|
+
if (options?.assets) {
|
|
125
|
+
const hasAsset = normalizeAssetCheck(options.assets);
|
|
126
|
+
checkAssets(markdownDoc, blocks, hasAsset, diagnostics);
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
diagnostics.sort(
|
|
130
|
+
(a, b) => (a.line ?? Number.MAX_SAFE_INTEGER) - (b.line ?? Number.MAX_SAFE_INTEGER),
|
|
131
|
+
);
|
|
132
|
+
|
|
133
|
+
return {
|
|
134
|
+
diagnostics,
|
|
135
|
+
errorCount: diagnostics.filter((d) => d.severity === 'error').length,
|
|
136
|
+
warningCount: diagnostics.filter((d) => d.severity === 'warning').length,
|
|
137
|
+
infoCount: diagnostics.filter((d) => d.severity === 'info').length,
|
|
138
|
+
doc,
|
|
139
|
+
};
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
// ============================================
|
|
143
|
+
// Template checks
|
|
144
|
+
// ============================================
|
|
145
|
+
|
|
146
|
+
function collectKnownTemplates(doc: Doc, options?: ValidateOptions): Set<string> {
|
|
147
|
+
return new Set<string>([
|
|
148
|
+
...Object.keys(templateRegistry),
|
|
149
|
+
...Object.keys(TEMPLATE_ALIASES),
|
|
150
|
+
...(doc.customTemplates?.map((t) => t.name) ?? []),
|
|
151
|
+
...(options?.extraTemplates ?? []),
|
|
152
|
+
]);
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
/** True when `block` is a `{[drawing]}` container (after alias resolution). */
|
|
156
|
+
function isDrawingBlock(block: Block): boolean {
|
|
157
|
+
return resolveTemplateName(block.template ?? '') === 'drawing';
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
function checkTemplate(
|
|
161
|
+
block: Block,
|
|
162
|
+
parent: Block | undefined,
|
|
163
|
+
known: Set<string>,
|
|
164
|
+
diagnostics: DocDiagnostic[],
|
|
165
|
+
): void {
|
|
166
|
+
// Heading blocks carry the requested name on the heading annotation;
|
|
167
|
+
// heading-less standalone blocks carry it on `sourceAnnotation` (raw,
|
|
168
|
+
// un-resolved) — read whichever is present.
|
|
169
|
+
const requested =
|
|
170
|
+
block.sourceHeading?.templateAnnotation?.template ?? block.sourceAnnotation?.template;
|
|
171
|
+
if (!requested) return;
|
|
172
|
+
|
|
173
|
+
// Inside a drawing, the annotation names a shape primitive, not a template.
|
|
174
|
+
if (parent && isDrawingBlock(parent)) {
|
|
175
|
+
if (isShapeName(requested)) return;
|
|
176
|
+
const suggestion = nearestName(requested, new Set(SHAPE_NAMES), {
|
|
177
|
+
map: resolveTemplateName,
|
|
178
|
+
});
|
|
179
|
+
diagnostics.push({
|
|
180
|
+
severity: 'warning',
|
|
181
|
+
code: 'unknown-shape',
|
|
182
|
+
message:
|
|
183
|
+
`Unknown shape "${requested}" in drawing — the child will be skipped` +
|
|
184
|
+
(suggestion ? `. Did you mean "${suggestion}"?` : ''),
|
|
185
|
+
blockId: block.id,
|
|
186
|
+
...lineOf(block),
|
|
187
|
+
});
|
|
188
|
+
return;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
// A shape annotation outside a drawing has no parent to interpret it.
|
|
192
|
+
if (isShapeName(requested)) {
|
|
193
|
+
diagnostics.push({
|
|
194
|
+
severity: 'warning',
|
|
195
|
+
code: 'shape-outside-drawing',
|
|
196
|
+
message: `Shape "${requested}" is only recognized on a child heading of a {[drawing]} block`,
|
|
197
|
+
blockId: block.id,
|
|
198
|
+
...lineOf(block),
|
|
199
|
+
});
|
|
200
|
+
return;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
if (known.has(requested) || known.has(resolveTemplateName(requested))) return;
|
|
204
|
+
|
|
205
|
+
const suggestion = nearestName(requested, known, { map: resolveTemplateName });
|
|
206
|
+
diagnostics.push({
|
|
207
|
+
severity: 'warning',
|
|
208
|
+
code: 'unknown-template',
|
|
209
|
+
message:
|
|
210
|
+
`Unknown template "${requested}" — the block will render as a plain fallback card` +
|
|
211
|
+
(suggestion ? `. Did you mean "${suggestion}"?` : ''),
|
|
212
|
+
blockId: block.id,
|
|
213
|
+
...lineOf(block),
|
|
214
|
+
});
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
/**
|
|
218
|
+
* Lint a template block's `{[…]}` inputs against the built-in input
|
|
219
|
+
* descriptors: unknown keys (with a did-you-mean), values outside a closed
|
|
220
|
+
* enum / that fail coercion, and missing required inputs. All are warnings.
|
|
221
|
+
*
|
|
222
|
+
* Only built-in templates with descriptors are checked — shapes, drawing
|
|
223
|
+
* children, custom templates, and not-yet-described built-ins are skipped
|
|
224
|
+
* (`lintTemplateParams` returns `[]` for the latter). A `missing-input`
|
|
225
|
+
* finding is suppressed when the value is actually satisfiable from the
|
|
226
|
+
* block's own fields, structured data, or body derivation.
|
|
227
|
+
*/
|
|
228
|
+
function checkTemplateInputs(
|
|
229
|
+
block: Block,
|
|
230
|
+
parent: Block | undefined,
|
|
231
|
+
customNames: ReadonlySet<string>,
|
|
232
|
+
diagnostics: DocDiagnostic[],
|
|
233
|
+
): void {
|
|
234
|
+
const requested = block.sourceHeading?.templateAnnotation?.template;
|
|
235
|
+
if (!requested) return;
|
|
236
|
+
// Inside a drawing, the annotation names a shape primitive, not a template.
|
|
237
|
+
if (parent && isDrawingBlock(parent)) return;
|
|
238
|
+
if (isShapeName(requested)) return;
|
|
239
|
+
|
|
240
|
+
const canonical = resolveTemplateName(requested);
|
|
241
|
+
if (customNames.has(requested) || customNames.has(canonical)) return;
|
|
242
|
+
|
|
243
|
+
const params = block.sourceHeading?.templateAnnotation?.params ?? {};
|
|
244
|
+
for (const finding of lintTemplateParams(canonical, params)) {
|
|
245
|
+
if (finding.kind === 'missing-input' && isInputSatisfiable(canonical, block, finding.key)) {
|
|
246
|
+
continue;
|
|
247
|
+
}
|
|
248
|
+
diagnostics.push({
|
|
249
|
+
severity: 'warning',
|
|
250
|
+
code: finding.kind,
|
|
251
|
+
message: `Block "${block.id}": ${finding.message}`,
|
|
252
|
+
blockId: block.id,
|
|
253
|
+
...lineOf(block),
|
|
254
|
+
});
|
|
255
|
+
}
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
/**
|
|
259
|
+
* Whether a required template input is satisfiable even though it's absent
|
|
260
|
+
* from the `{[…]}` params: present in a structured-data fence, carried as a
|
|
261
|
+
* block-level field (e.g. `title` from the heading), or derivable from the
|
|
262
|
+
* heading + body (`deriveTemplateInputs` in strict mode).
|
|
263
|
+
*/
|
|
264
|
+
function isInputSatisfiable(canonical: string, block: Block, key: string): boolean {
|
|
265
|
+
if (block.templateData && key in block.templateData) return true;
|
|
266
|
+
if ((block as unknown as Record<string, unknown>)[key] != null) return true;
|
|
267
|
+
const derived = deriveTemplateInputs(canonical, block.title ?? '', block.contents);
|
|
268
|
+
return derived != null && key in derived;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
/** Numeric geometry keys carried in a shape's `{[…]}` params. */
|
|
272
|
+
const NUMERIC_SHAPE_KEYS = ['x', 'y', 'width', 'height', 'w', 'h', 'strokeWidth', 'borderRadius'];
|
|
273
|
+
|
|
274
|
+
/** Re-run heading-attribute coercion to surface its warnings with context. */
|
|
275
|
+
function checkAttributeCoercion(
|
|
276
|
+
block: Block,
|
|
277
|
+
parent: Block | undefined,
|
|
278
|
+
diagnostics: DocDiagnostic[],
|
|
279
|
+
): void {
|
|
280
|
+
// Pandoc `{#id key=value}` params (x/y/connectsTo/startTime/duration).
|
|
281
|
+
const params = block.sourceHeading?.attributes?.params;
|
|
282
|
+
if (params) {
|
|
283
|
+
const { warnings } = coerceAnnotationValues(params);
|
|
284
|
+
for (const warning of warnings) {
|
|
285
|
+
diagnostics.push({
|
|
286
|
+
severity: 'warning',
|
|
287
|
+
code: 'invalid-attribute',
|
|
288
|
+
message: `Block "${block.id}": ${warning}`,
|
|
289
|
+
blockId: block.id,
|
|
290
|
+
...lineOf(block),
|
|
291
|
+
});
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
// A drawing shape's geometry lives in its `{[shape …]}` params
|
|
296
|
+
// (templateOverrides), not the Pandoc block — validate those numerics too.
|
|
297
|
+
if (parent && isDrawingBlock(parent) && isShapeName(block.template)) {
|
|
298
|
+
const overrides = block.templateOverrides ?? {};
|
|
299
|
+
for (const key of NUMERIC_SHAPE_KEYS) {
|
|
300
|
+
const raw = overrides[key];
|
|
301
|
+
if (raw == null) continue;
|
|
302
|
+
const value = raw.replace(/,\s*$/, '').trim();
|
|
303
|
+
if (value !== '' && !Number.isFinite(Number(value))) {
|
|
304
|
+
diagnostics.push({
|
|
305
|
+
severity: 'warning',
|
|
306
|
+
code: 'invalid-attribute',
|
|
307
|
+
message: `Drawing shape "${block.id}": "${key}" is not a number (${JSON.stringify(raw)})`,
|
|
308
|
+
blockId: block.id,
|
|
309
|
+
...lineOf(block),
|
|
310
|
+
});
|
|
311
|
+
}
|
|
312
|
+
}
|
|
313
|
+
}
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
/**
|
|
317
|
+
* A heading can carry the same block-meta key in both the Pandoc `{k=v}`
|
|
318
|
+
* block and the squiggly `{[tpl k=v]}` annotation. The Pandoc value wins
|
|
319
|
+
* (same precedence as `makeBlock` in markdownToDoc), which is easy to miss
|
|
320
|
+
* when the two disagree — surface an info diagnostic so the author knows
|
|
321
|
+
* which value is in effect.
|
|
322
|
+
*/
|
|
323
|
+
function checkConflictingAnnotationKeys(block: Block, diagnostics: DocDiagnostic[]): void {
|
|
324
|
+
const annotationParams = block.sourceHeading?.templateAnnotation?.params;
|
|
325
|
+
const pandocParams = block.sourceHeading?.attributes?.params;
|
|
326
|
+
if (!annotationParams || !pandocParams) return;
|
|
327
|
+
|
|
328
|
+
for (const key of Object.keys(KNOWN_BLOCK_META_KEYS)) {
|
|
329
|
+
const fromAnnotation = annotationParams[key];
|
|
330
|
+
const fromPandoc = pandocParams[key];
|
|
331
|
+
if (fromAnnotation == null || fromPandoc == null || fromAnnotation === fromPandoc) continue;
|
|
332
|
+
diagnostics.push({
|
|
333
|
+
severity: 'info',
|
|
334
|
+
code: 'conflicting-annotation-key',
|
|
335
|
+
message:
|
|
336
|
+
`"${key}" is set in both {[…]} (${fromAnnotation}) and {…} (${fromPandoc}) — ` +
|
|
337
|
+
`the {…} value wins.`,
|
|
338
|
+
blockId: block.id,
|
|
339
|
+
...lineOf(block),
|
|
340
|
+
});
|
|
341
|
+
}
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
/**
|
|
345
|
+
* A drawing's `line`/`arrow` connectors reference sibling shapes by id via
|
|
346
|
+
* `from`/`to`; flag any that don't resolve (mirrors the `connectsTo`
|
|
347
|
+
* unresolved-connection check, but for the `{[…]}` param form).
|
|
348
|
+
*/
|
|
349
|
+
function checkDrawingConnectors(block: Block, diagnostics: DocDiagnostic[]): void {
|
|
350
|
+
const children = block.children ?? [];
|
|
351
|
+
const ids = new Set(children.map((c) => c.id));
|
|
352
|
+
for (const child of children) {
|
|
353
|
+
const kind = normalizeShapeKind(child.sourceHeading?.templateAnnotation?.template);
|
|
354
|
+
if (kind !== 'line' && kind !== 'arrow') continue;
|
|
355
|
+
const overrides = child.templateOverrides ?? {};
|
|
356
|
+
for (const key of ['from', 'to'] as const) {
|
|
357
|
+
const raw = overrides[key];
|
|
358
|
+
if (raw == null) continue;
|
|
359
|
+
const ref = raw.replace(/,\s*$/, '').trim();
|
|
360
|
+
if (ref && !ids.has(ref)) {
|
|
361
|
+
diagnostics.push({
|
|
362
|
+
severity: 'warning',
|
|
363
|
+
code: 'unresolved-connection',
|
|
364
|
+
message: `Drawing connector "${child.id}" references unknown ${key} "${ref}"`,
|
|
365
|
+
blockId: child.id,
|
|
366
|
+
...lineOf(child),
|
|
367
|
+
});
|
|
368
|
+
}
|
|
369
|
+
}
|
|
370
|
+
}
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
/**
|
|
374
|
+
* A plain ```json / ```yaml fence (no `data` marker) inside a template-
|
|
375
|
+
* annotated block, whose content parses as a top-level object, is almost
|
|
376
|
+
* certainly meant as template input — surface an info nudge to add the
|
|
377
|
+
* `data` marker. Deliberately scoped to *annotated* blocks so ordinary code
|
|
378
|
+
* samples in prose sections never trigger it.
|
|
379
|
+
*/
|
|
380
|
+
function checkPossibleDataFences(block: Block, diagnostics: DocDiagnostic[]): void {
|
|
381
|
+
const annotated = !!(
|
|
382
|
+
block.sourceHeading?.templateAnnotation?.template || block.sourceAnnotation?.template
|
|
383
|
+
);
|
|
384
|
+
if (!annotated) return;
|
|
385
|
+
|
|
386
|
+
for (const node of block.contents ?? []) {
|
|
387
|
+
if (node.type !== 'code') continue;
|
|
388
|
+
const lang = node.lang?.toLowerCase();
|
|
389
|
+
if (lang !== 'json' && lang !== 'yaml' && lang !== 'yml') continue;
|
|
390
|
+
if (isDataFence(node)) continue; // already a data fence — nothing to nudge
|
|
391
|
+
|
|
392
|
+
const result = parseDataFence(node);
|
|
393
|
+
if (!result.data || Object.keys(result.data).length === 0) continue;
|
|
394
|
+
|
|
395
|
+
diagnostics.push({
|
|
396
|
+
severity: 'info',
|
|
397
|
+
code: 'possible-data-fence',
|
|
398
|
+
message:
|
|
399
|
+
`This ${lang} block renders as code — add "data" to the fence ` +
|
|
400
|
+
`(\`\`\`${lang} data) if it's meant as template input.`,
|
|
401
|
+
blockId: block.id,
|
|
402
|
+
...(node.position ? { line: node.position.start.line } : lineOf(block)),
|
|
403
|
+
});
|
|
404
|
+
}
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
// ============================================
|
|
408
|
+
// Unrecognized `{[…]}` text
|
|
409
|
+
// ============================================
|
|
410
|
+
|
|
411
|
+
const ANNOTATION_LIKE_RE = /\{\[/;
|
|
412
|
+
|
|
413
|
+
/**
|
|
414
|
+
* Flag literal `{[` text that survived parsing. On a heading this usually
|
|
415
|
+
* means broken quoting; in body content it usually means the author
|
|
416
|
+
* expected list-item/paragraph annotations, which only headings support
|
|
417
|
+
* (or referenced an unknown inline icon).
|
|
418
|
+
*/
|
|
419
|
+
function checkUnrecognizedAnnotations(
|
|
420
|
+
markdownDoc: MarkdownDocument,
|
|
421
|
+
diagnostics: DocDiagnostic[],
|
|
422
|
+
): void {
|
|
423
|
+
const walk = (node: MarkdownNode, headingLine: number | undefined, topLevel: boolean): void => {
|
|
424
|
+
if (node.type === 'heading') {
|
|
425
|
+
const heading = node as MarkdownHeading;
|
|
426
|
+
const text = extractPlainText(heading);
|
|
427
|
+
if (ANNOTATION_LIKE_RE.test(text)) {
|
|
428
|
+
diagnostics.push({
|
|
429
|
+
severity: 'warning',
|
|
430
|
+
code: 'unparsed-annotation',
|
|
431
|
+
message:
|
|
432
|
+
`Heading "${truncate(text)}" contains "{[…]}" text that was not recognized — ` +
|
|
433
|
+
`check the quoting, or whether the token is a known inline icon`,
|
|
434
|
+
...(heading.position ? { line: heading.position.start.line } : {}),
|
|
435
|
+
});
|
|
436
|
+
}
|
|
437
|
+
return; // heading inline children already covered by extractPlainText
|
|
438
|
+
}
|
|
439
|
+
// A *top-level* paragraph that is exactly a `{[templateName …]}` /
|
|
440
|
+
// `{[audio …]}` annotation is recognized (it becomes a standalone template
|
|
441
|
+
// block or a media clip) — don't flag it, and don't descend into its text.
|
|
442
|
+
// Nested paragraphs (inside a list / blockquote) are NOT extracted, so
|
|
443
|
+
// they still warn.
|
|
444
|
+
if (node.type === 'paragraph' && topLevel) {
|
|
445
|
+
const parsed = parseStandaloneAnnotation(node);
|
|
446
|
+
if (parsed && parsed.template != null) return;
|
|
447
|
+
}
|
|
448
|
+
if (node.type === 'text' && ANNOTATION_LIKE_RE.test(node.value)) {
|
|
449
|
+
diagnostics.push({
|
|
450
|
+
severity: 'warning',
|
|
451
|
+
code: 'unparsed-annotation',
|
|
452
|
+
message:
|
|
453
|
+
`Body text contains "{[…]}" — template annotations are recognized on headings ` +
|
|
454
|
+
`and as standalone paragraphs (or the token is not a known inline icon)`,
|
|
455
|
+
...(node.position
|
|
456
|
+
? { line: node.position.start.line }
|
|
457
|
+
: headingLine != null
|
|
458
|
+
? { line: headingLine }
|
|
459
|
+
: {}),
|
|
460
|
+
});
|
|
461
|
+
return;
|
|
462
|
+
}
|
|
463
|
+
if (node.type === 'code') return; // code blocks legitimately contain {[
|
|
464
|
+
for (const child of getChildren(node)) {
|
|
465
|
+
walk(child, headingLine, false);
|
|
466
|
+
}
|
|
467
|
+
};
|
|
468
|
+
|
|
469
|
+
for (const child of markdownDoc.children) {
|
|
470
|
+
walk(child, child.position?.start.line, true);
|
|
471
|
+
}
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
// ============================================
|
|
475
|
+
// Asset checks
|
|
476
|
+
// ============================================
|
|
477
|
+
|
|
478
|
+
function normalizeAssetCheck(
|
|
479
|
+
assets: ReadonlySet<string> | ((path: string) => boolean),
|
|
480
|
+
): (path: string) => boolean {
|
|
481
|
+
if (typeof assets === 'function') return assets;
|
|
482
|
+
return (path: string) => assets.has(path) || assets.has(path.replace(/^\.\//, ''));
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
const URL_SCHEME_RE = /^[a-z][a-z0-9+.-]*:/i;
|
|
486
|
+
|
|
487
|
+
/** A reference that should resolve inside the bundle: relative, no scheme. */
|
|
488
|
+
function isBundleRelative(url: string): boolean {
|
|
489
|
+
return (
|
|
490
|
+
url.length > 0 && !URL_SCHEME_RE.test(url) && !url.startsWith('//') && !url.startsWith('#')
|
|
491
|
+
);
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
/** Template param keys whose values reference media assets. */
|
|
495
|
+
const ASSET_PARAM_KEYS = ['src', 'imageSrc', 'videoSrc', 'poster', 'backgroundImage'];
|
|
496
|
+
|
|
497
|
+
function checkAssets(
|
|
498
|
+
markdownDoc: MarkdownDocument,
|
|
499
|
+
blocks: Block[],
|
|
500
|
+
hasAsset: (path: string) => boolean,
|
|
501
|
+
diagnostics: DocDiagnostic[],
|
|
502
|
+
): void {
|
|
503
|
+
const report = (url: string, line?: number, blockId?: string) => {
|
|
504
|
+
if (!isBundleRelative(url) || hasAsset(url)) return;
|
|
505
|
+
diagnostics.push({
|
|
506
|
+
severity: 'warning',
|
|
507
|
+
code: 'missing-asset',
|
|
508
|
+
message: `Referenced asset "${url}" was not found in the bundle`,
|
|
509
|
+
...(blockId ? { blockId } : {}),
|
|
510
|
+
...(line != null ? { line } : {}),
|
|
511
|
+
});
|
|
512
|
+
};
|
|
513
|
+
|
|
514
|
+
// Markdown image nodes + raw-HTML <img src>.
|
|
515
|
+
const walk = (node: MarkdownNode): void => {
|
|
516
|
+
if (node.type === 'image') {
|
|
517
|
+
report(node.url, node.position?.start.line);
|
|
518
|
+
}
|
|
519
|
+
if (node.type === 'htmlBlock' || node.type === 'htmlInline') {
|
|
520
|
+
walkHtmlImages(node.htmlChildren, (src) => report(src, node.position?.start.line));
|
|
521
|
+
}
|
|
522
|
+
for (const child of getChildren(node)) walk(child);
|
|
523
|
+
};
|
|
524
|
+
for (const child of markdownDoc.children) walk(child);
|
|
525
|
+
|
|
526
|
+
// Media references in template params / structured data.
|
|
527
|
+
for (const block of blocks) {
|
|
528
|
+
const sources: Array<Record<string, unknown> | undefined> = [
|
|
529
|
+
block.templateOverrides,
|
|
530
|
+
block.templateData,
|
|
531
|
+
];
|
|
532
|
+
for (const source of sources) {
|
|
533
|
+
if (!source) continue;
|
|
534
|
+
for (const key of ASSET_PARAM_KEYS) {
|
|
535
|
+
const value = source[key];
|
|
536
|
+
if (typeof value === 'string') {
|
|
537
|
+
report(value, block.sourceHeading?.position?.start.line, block.id);
|
|
538
|
+
}
|
|
539
|
+
}
|
|
540
|
+
const images = source['images'];
|
|
541
|
+
const list =
|
|
542
|
+
typeof images === 'string'
|
|
543
|
+
? images.split(',').map((s) => s.trim())
|
|
544
|
+
: Array.isArray(images)
|
|
545
|
+
? images.filter((i): i is string => typeof i === 'string')
|
|
546
|
+
: [];
|
|
547
|
+
for (const img of list) {
|
|
548
|
+
report(img, block.sourceHeading?.position?.start.line, block.id);
|
|
549
|
+
}
|
|
550
|
+
}
|
|
551
|
+
}
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
function walkHtmlImages(nodes: HtmlNode[], report: (src: string) => void): void {
|
|
555
|
+
for (const node of nodes) {
|
|
556
|
+
if (node.type !== 'htmlElement') continue;
|
|
557
|
+
if (node.tagName === 'img' && node.attributes.src) {
|
|
558
|
+
report(node.attributes.src);
|
|
559
|
+
}
|
|
560
|
+
walkHtmlImages(node.children, report);
|
|
561
|
+
}
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
// ============================================
|
|
565
|
+
// Helpers
|
|
566
|
+
// ============================================
|
|
567
|
+
|
|
568
|
+
function lineOf(block: Block): { line: number } | Record<string, never> {
|
|
569
|
+
const line = block.sourceHeading?.position?.start.line;
|
|
570
|
+
return line != null ? { line } : {};
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
function truncate(text: string, max = 40): string {
|
|
574
|
+
return text.length <= max ? text : `${text.slice(0, max)}…`;
|
|
575
|
+
}
|