miki-template 2.3.0 → 2.3.2
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 +17 -5
- package/package.json +45 -1
- package/.eslintrc.json +0 -16
- package/.github/release-notes/v1.3.1.md +0 -55
- package/.github/release-notes/v1.3.3.md +0 -77
- package/.github/release-notes/v1.3.7.md +0 -20
- package/.github/workflows/ci.yml +0 -42
- package/.github/workflows/docs.yml +0 -107
- package/.github/workflows/release.yml +0 -107
- package/AGENT.md +0 -71
- package/API_REFERENCE.md +0 -341
- package/CHANGELOG.md +0 -173
- package/CODE_OF_CONDUCT.md +0 -14
- package/CONTRIBUTING.md +0 -27
- package/ROADMAP.md +0 -40
- package/assets/banner.png +0 -0
- package/assets/logo.png +0 -0
- package/benchmarks/ejs-results.json +0 -17
- package/benchmarks/ejs.js +0 -38
- package/benchmarks/handlebars-results.json +0 -17
- package/benchmarks/handlebars.js +0 -45
- package/benchmarks/miki-results.json +0 -17
- package/benchmarks/miki.js +0 -39
- package/benchmarks/pug-results.json +0 -17
- package/benchmarks/pug.js +0 -38
- package/benchmarks/report.json +0 -17
- package/benchmarks/run.js +0 -81
- package/benchmarks/stress.mjs +0 -647
- package/benchmarks/templates/large.dtpl +0 -7
- package/benchmarks/templates/medium.dtpl +0 -3
- package/benchmarks/templates/small.dtpl +0 -7
- package/context/component.md +0 -109
- package/context/prd.md +0 -131
- package/context/project-structure.md +0 -33
- package/dir/base.html +0 -23
- package/dir/cmpnt.html +0 -11
- package/dir/footer.html +0 -3
- package/dir/home.html +0 -80
- package/dir/index.html +0 -80
- package/dir/navbar.html +0 -9
- package/docs/api/async-render.md +0 -170
- package/docs/api/cache.md +0 -174
- package/docs/api/compile.md +0 -256
- package/docs/api/context-processors.md +0 -154
- package/docs/api/filters.md +0 -437
- package/docs/api/finder.md +0 -188
- package/docs/api/helpers.md +0 -106
- package/docs/api/i18n.md +0 -314
- package/docs/api/index.md +0 -108
- package/docs/api/libraries.md +0 -414
- package/docs/api/render-partial.md +0 -162
- package/docs/api/render.md +0 -184
- package/docs/api/security.md +0 -290
- package/docs/api/setup-express.md +0 -152
- package/docs/api/tags.md +0 -268
- package/docs/assets/banner.png +0 -0
- package/docs/assets/logo.png +0 -0
- package/docs/filter.md +0 -0
- package/docs/guide/advanced-usage.md +0 -794
- package/docs/guide/async-rendering.md +0 -616
- package/docs/guide/context-processors.md +0 -514
- package/docs/guide/custom-filters.md +0 -622
- package/docs/guide/custom-tags.md +0 -542
- package/docs/guide/filters.md +0 -1314
- package/docs/guide/getting-started.md +0 -204
- package/docs/guide/installation.md +0 -190
- package/docs/guide/partial-templates.md +0 -734
- package/docs/guide/quick-start.md +0 -444
- package/docs/guide/security.md +0 -690
- package/docs/guide/tags.md +0 -1566
- package/docs/guide/template-discovery.md +0 -340
- package/docs/guide/template-inheritance.md +0 -546
- package/docs/guide/what-is-miki-template.md +0 -28
- package/docs/guide/why-miki-template.md +0 -75
- package/docs/index.md +0 -86
- package/docs/integrations/elysia.md +0 -80
- package/docs/integrations/express.md +0 -219
- package/docs/integrations/fastify.md +0 -79
- package/docs/integrations/hono.md +0 -80
- package/docs/integrations/index.md +0 -68
- package/docs/integrations/koa.md +0 -90
- package/docs/integrations/nestjs.md +0 -80
- package/docs/integrations/tsed.md +0 -83
- package/docs/performance.md +0 -74
- package/eslint.config.mjs +0 -42
- package/ex.mjs +0 -36
- package/live-test/integrations/elysia-example.js +0 -16
- package/live-test/integrations/express-example.js +0 -24
- package/live-test/integrations/fastify-example.js +0 -20
- package/live-test/integrations/hono-example.js +0 -16
- package/live-test/integrations/koa-example.js +0 -30
- package/live-test/integrations/nestjs-example.js +0 -25
- package/live-test/integrations/smoke-test.js +0 -166
- package/live-test/integrations/tsed-example.js +0 -23
- package/live-test/package-lock.json +0 -1150
- package/live-test/package.json +0 -13
- package/live-test/packages/product/templates/product/detail.html +0 -7
- package/live-test/server.js +0 -38
- package/live-test/templates/app_templates/detail.html +0 -6
- package/live-test/views/base.html +0 -8
- package/live-test/views/child.html +0 -7
- package/live-test/views/home.html +0 -17
- package/live-test/views/index.html +0 -1
- package/miki-template-extension/.github/workflows/ci.yml +0 -116
- package/miki-template-extension/.vscodeignore +0 -7
- package/miki-template-extension/CHANGELOG.md +0 -99
- package/miki-template-extension/LICENSE +0 -21
- package/miki-template-extension/README.md +0 -273
- package/miki-template-extension/extension.js +0 -1013
- package/miki-template-extension/icon.png +0 -0
- package/miki-template-extension/icon.svg +0 -10
- package/miki-template-extension/miki-template-1.7.1.vsix +0 -0
- package/miki-template-extension/package.json +0 -280
- package/miki-template-extension/snippets/miki-template.json +0 -717
- package/miki-template-extension/syntaxes/language-configuration.json +0 -114
- package/miki-template-extension/syntaxes/miki-template.tmLanguage.json +0 -355
- package/miki-template-extension/tests/grammar-tests.json +0 -162
- package/miki-template-extension/tests/run-grammar-tests.js +0 -82
- package/mkdocs.yml +0 -195
- package/overrides/main.html +0 -26
- package/requirements-docs.txt +0 -2
- package/sample-app/package-lock.json +0 -901
- package/sample-app/package.json +0 -9
- package/sample-app/server.js +0 -14
- package/sample-app/views/index.html +0 -1
- package/scripts/build-vsix.js +0 -129
- package/scripts/build-vsix.ps1 +0 -15
- package/snippets/miki-template.json +0 -177
- package/src/asyncRender.js +0 -21
- package/src/types.d.ts +0 -107
- package/syntaxes/language-configuration.json +0 -26
- package/syntaxes/miki-template.tmLanguage.json +0 -146
- package/tests/asyncRender.test.js +0 -17
- package/tests/base.html +0 -6
- package/tests/child.html +0 -3
- package/tests/context_processors.test.js +0 -13
- package/tests/esm.test.mjs +0 -61
- package/tests/filters.test.js +0 -263
- package/tests/finder-appdirs.test.js +0 -19
- package/tests/finder.test.js +0 -17
- package/tests/fixtures/views/nested/index.html +0 -1
- package/tests/fixtures/views/partial.html +0 -1
- package/tests/fixtures/views/sub/deepfile.html +0 -1
- package/tests/fixtures/views-appdirs/product/site/detail.html +0 -1
- package/tests/include_security.test.js +0 -9
- package/tests/integration/README.md +0 -32
- package/tests/integration/features.test.cjs +0 -1681
- package/tests/integration/features.test.mjs +0 -1697
- package/tests/integration/finder.esm.test.mjs +0 -13
- package/tests/integration/partial-render.test.cjs +0 -13
- package/tests/integration/templates/base.miki +0 -6
- package/tests/integration/templates/child.miki +0 -6
- package/tests/integration/templates/index.html +0 -17
- package/tests/lexer.test.js +0 -45
- package/tests/parser.test.js +0 -57
- package/tests/partial.html +0 -1
- package/tests/partialdef.test.js +0 -79
- package/tests/production_checks.js +0 -57
- package/tests/security.test.js +0 -28
- package/tests/tags.test.js +0 -233
|
@@ -1,622 +0,0 @@
|
|
|
1
|
-
# Custom Filters
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
Add your own filters to transform values in templates. miki-template's filter API mirrors Django's — filters are simply functions that receive a value and optional argument, and return the transformed value.
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
## Table of Contents
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
- [Register a Simple Filter](#register-a-simple-filter)
|
|
14
|
-
|
|
15
|
-
- [Filters with Arguments](#filters-with-arguments)
|
|
16
|
-
|
|
17
|
-
- [Multiple Arguments](#multiple-arguments)
|
|
18
|
-
|
|
19
|
-
- [Context-Aware Filters](#context-aware-filters)
|
|
20
|
-
|
|
21
|
-
- [SafeString Filters](#safestring-filters)
|
|
22
|
-
|
|
23
|
-
- [Async Filters](#async-filters)
|
|
24
|
-
|
|
25
|
-
- [Filter Registration Best Practices](#filter-registration-best-practices)
|
|
26
|
-
|
|
27
|
-
- [Chaining Custom Filters](#chaining-custom-filters)
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
---
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
## Register a Simple Filter
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
=== "CommonJS"
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
```javascript
|
|
44
|
-
|
|
45
|
-
const { registerFilter } = require('miki-template');
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
registerFilter('reverse', (val) => {
|
|
50
|
-
|
|
51
|
-
return String(val).split('').reverse().join('');
|
|
52
|
-
|
|
53
|
-
});
|
|
54
|
-
|
|
55
|
-
```
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
=== "ES Modules"
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
```javascript
|
|
64
|
-
|
|
65
|
-
import { registerFilter } from 'miki-template';
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
registerFilter('reverse', (val) => {
|
|
70
|
-
|
|
71
|
-
return String(val).split('').reverse().join('');
|
|
72
|
-
|
|
73
|
-
});
|
|
74
|
-
|
|
75
|
-
```
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
Use it in templates:
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
```html
|
|
84
|
-
|
|
85
|
-
{{ name|reverse }}
|
|
86
|
-
|
|
87
|
-
```
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
## Filters with Arguments
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
Filters can accept arguments after a colon:
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
=== "CommonJS"
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
```javascript
|
|
104
|
-
|
|
105
|
-
const { registerFilter } = require('miki-template');
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
registerFilter('multiply', (val, factor) => {
|
|
110
|
-
|
|
111
|
-
return Number(val) * Number(factor);
|
|
112
|
-
|
|
113
|
-
});
|
|
114
|
-
|
|
115
|
-
```
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
=== "ES Modules"
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
```javascript
|
|
124
|
-
|
|
125
|
-
import { registerFilter } from 'miki-template';
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
registerFilter('multiply', (val, factor) => {
|
|
130
|
-
|
|
131
|
-
return Number(val) * Number(factor);
|
|
132
|
-
|
|
133
|
-
});
|
|
134
|
-
|
|
135
|
-
```
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
Usage:
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
```html
|
|
144
|
-
|
|
145
|
-
{{ price|multiply:1.2 }}
|
|
146
|
-
|
|
147
|
-
```
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
## Multiple Arguments
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
Pass multiple arguments separated by commas:
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
=== "CommonJS"
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
```javascript
|
|
164
|
-
|
|
165
|
-
const { registerFilter } = require('miki-template');
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
registerFilter('format', (val, prefix, suffix) => {
|
|
170
|
-
|
|
171
|
-
return `${prefix}${val}${suffix}`;
|
|
172
|
-
|
|
173
|
-
});
|
|
174
|
-
|
|
175
|
-
```
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
=== "ES Modules"
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
```javascript
|
|
184
|
-
|
|
185
|
-
import { registerFilter } from 'miki-template';
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
registerFilter('format', (val, prefix, suffix) => {
|
|
190
|
-
|
|
191
|
-
return `${prefix}${val}${suffix}`;
|
|
192
|
-
|
|
193
|
-
});
|
|
194
|
-
|
|
195
|
-
```
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
Usage:
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
```html
|
|
204
|
-
|
|
205
|
-
{{ name|format:"<b>","</b>" }}
|
|
206
|
-
|
|
207
|
-
<!-- → "<b>Alice</b>" -->
|
|
208
|
-
|
|
209
|
-
```
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
### Real-World Example: Dynamic Currency Filter
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
=== "CommonJS"
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
```javascript
|
|
222
|
-
|
|
223
|
-
const { registerFilter, markSafe } = require('miki-template');
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
registerFilter('currency_dynamic', (val, code, locale = 'en-US') => {
|
|
228
|
-
|
|
229
|
-
const num = Number(val);
|
|
230
|
-
|
|
231
|
-
if (isNaN(num)) return '';
|
|
232
|
-
|
|
233
|
-
return new Intl.NumberFormat(locale, {
|
|
234
|
-
|
|
235
|
-
style: 'currency',
|
|
236
|
-
|
|
237
|
-
currency: code
|
|
238
|
-
|
|
239
|
-
}).format(num);
|
|
240
|
-
|
|
241
|
-
});
|
|
242
|
-
|
|
243
|
-
```
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
=== "ES Modules"
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
```javascript
|
|
252
|
-
|
|
253
|
-
import { registerFilter } from 'miki-template';
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
registerFilter('currency_dynamic', (val, code, locale = 'en-US') => {
|
|
258
|
-
|
|
259
|
-
const num = Number(val);
|
|
260
|
-
|
|
261
|
-
if (isNaN(num)) return '';
|
|
262
|
-
|
|
263
|
-
return new Intl.NumberFormat(locale, {
|
|
264
|
-
|
|
265
|
-
style: 'currency',
|
|
266
|
-
|
|
267
|
-
currency: code
|
|
268
|
-
|
|
269
|
-
}).format(num);
|
|
270
|
-
|
|
271
|
-
});
|
|
272
|
-
|
|
273
|
-
```
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
Template usage:
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
```html
|
|
282
|
-
|
|
283
|
-
<!-- €1,234.56 -->
|
|
284
|
-
|
|
285
|
-
{{ 1234.5|currency_dynamic:"EUR", "de-DE" }}
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
<!-- $1,234.56 -->
|
|
290
|
-
|
|
291
|
-
{{ 1234.5|currency_dynamic:"USD" }}
|
|
292
|
-
|
|
293
|
-
```
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
## Context-Aware Filters
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
Filters receive the rendering `context` as the third argument, enabling context-aware transformations:
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
=== "CommonJS"
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
```javascript
|
|
310
|
-
|
|
311
|
-
const { registerFilter } = require('miki-template');
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
registerFilter('currency', (val, symbol, ctx) => {
|
|
316
|
-
|
|
317
|
-
const num = Number(val);
|
|
318
|
-
|
|
319
|
-
if (isNaN(num)) return '';
|
|
320
|
-
|
|
321
|
-
const sym = symbol || ctx.currencySymbol || '$';
|
|
322
|
-
|
|
323
|
-
return sym + num.toFixed(2);
|
|
324
|
-
|
|
325
|
-
});
|
|
326
|
-
|
|
327
|
-
```
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
=== "ES Modules"
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
```javascript
|
|
336
|
-
|
|
337
|
-
import { registerFilter } from 'miki-template';
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
registerFilter('currency', (val, symbol, ctx) => {
|
|
342
|
-
|
|
343
|
-
const num = Number(val);
|
|
344
|
-
|
|
345
|
-
if (isNaN(num)) return '';
|
|
346
|
-
|
|
347
|
-
const sym = symbol || ctx.currencySymbol || '$';
|
|
348
|
-
|
|
349
|
-
return sym + num.toFixed(2);
|
|
350
|
-
|
|
351
|
-
});
|
|
352
|
-
|
|
353
|
-
```
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
Usage:
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
```html
|
|
362
|
-
|
|
363
|
-
{{ price|currency:"€" }}
|
|
364
|
-
|
|
365
|
-
<!-- The filter can also read ctx.currencySymbol for a default -->
|
|
366
|
-
|
|
367
|
-
```
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
**Real-world locale-aware formatter:**
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
```javascript
|
|
376
|
-
|
|
377
|
-
registerFilter('datetime', (val, format, ctx) => {
|
|
378
|
-
|
|
379
|
-
const locale = ctx.locale || 'en-US';
|
|
380
|
-
|
|
381
|
-
const d = new Date(val);
|
|
382
|
-
|
|
383
|
-
return new Intl.DateTimeFormat(locale, {
|
|
384
|
-
|
|
385
|
-
dateStyle: format === 'short' ? 'short' : 'full',
|
|
386
|
-
|
|
387
|
-
timeStyle: format === 'short' ? 'short' : undefined
|
|
388
|
-
|
|
389
|
-
}).format(d);
|
|
390
|
-
|
|
391
|
-
});
|
|
392
|
-
|
|
393
|
-
```
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
```html
|
|
398
|
-
|
|
399
|
-
{{ post.created_at|datetime:"full" }}
|
|
400
|
-
|
|
401
|
-
```
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
## SafeString Filters
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
Filters can return `SafeString` to prevent escaping — useful when generating HTML:
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
=== "CommonJS"
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
```javascript
|
|
418
|
-
|
|
419
|
-
const { registerFilter, markSafe } = require('miki-template');
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
registerFilter('badge', (val) => {
|
|
424
|
-
|
|
425
|
-
const color = val === 'active' ? 'green' : 'gray';
|
|
426
|
-
|
|
427
|
-
return markSafe(`<span class="badge badge-${color}">${val}</span>`);
|
|
428
|
-
|
|
429
|
-
});
|
|
430
|
-
|
|
431
|
-
```
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
=== "ES Modules"
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
```javascript
|
|
440
|
-
|
|
441
|
-
import { registerFilter, markSafe } from 'miki-template';
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
registerFilter('badge', (val) => {
|
|
446
|
-
|
|
447
|
-
const color = val === 'active' ? 'green' : 'gray';
|
|
448
|
-
|
|
449
|
-
return markSafe(`<span class="badge badge-${color}">${val}</span>`);
|
|
450
|
-
|
|
451
|
-
});
|
|
452
|
-
|
|
453
|
-
```
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
Usage:
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
```html
|
|
462
|
-
|
|
463
|
-
{{ user.status|badge }}
|
|
464
|
-
|
|
465
|
-
```
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
## Async Filters
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
Filters can be async by returning a Promise. Use `asyncRender()` to render templates with async filters:
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
=== "CommonJS"
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
```javascript
|
|
482
|
-
|
|
483
|
-
const { registerFilter } = require('miki-template');
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
registerFilter('fetch_user', async (val) => {
|
|
488
|
-
|
|
489
|
-
const res = await fetch(`https://api.example.com/users/${val}`);
|
|
490
|
-
|
|
491
|
-
const data = await res.json();
|
|
492
|
-
|
|
493
|
-
return data.display_name;
|
|
494
|
-
|
|
495
|
-
});
|
|
496
|
-
|
|
497
|
-
```
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
=== "ES Modules"
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
```javascript
|
|
506
|
-
|
|
507
|
-
import { registerFilter } from 'miki-template';
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
registerFilter('fetch_user', async (val) => {
|
|
512
|
-
|
|
513
|
-
const res = await fetch(`https://api.example.com/users/${val}`);
|
|
514
|
-
|
|
515
|
-
const data = await res.json();
|
|
516
|
-
|
|
517
|
-
return data.display_name;
|
|
518
|
-
|
|
519
|
-
});
|
|
520
|
-
|
|
521
|
-
```
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
Usage:
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
=== "CommonJS (asyncRender)"
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
```javascript
|
|
534
|
-
|
|
535
|
-
const { asyncRender } = require('miki-template');
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
const html = await asyncRender('Author: {{ user.id|fetch_user }}', { user: { id: 42 } });
|
|
540
|
-
|
|
541
|
-
```
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
=== "ES Modules"
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
```javascript
|
|
550
|
-
|
|
551
|
-
import { asyncRender } from 'miki-template';
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
const html = await asyncRender('Author: {{ user.id|fetch_user }}', { user: { id: 42 } });
|
|
556
|
-
|
|
557
|
-
```
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
> **Note:** Async filters only work with `asyncRender()` or `compiled.asyncRender()`. Using them with `render()` or `compiled.render()` will throw.
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
## Filter Registration Best Practices
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
1. **Handle null/undefined gracefully** — Return empty string or a fallback value.
|
|
570
|
-
|
|
571
|
-
2. **Return strings** — Filters should generally return string representations for template output.
|
|
572
|
-
|
|
573
|
-
3. **Don't mutate the input** — Treat values as immutable.
|
|
574
|
-
|
|
575
|
-
4. **Use `markSafe()` for HTML output** — Prevent auto-escaping when returning HTML.
|
|
576
|
-
|
|
577
|
-
5. **Validate arguments** — Coerce numeric arguments with `Number()` and handle `NaN`.
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
## Chaining Custom Filters
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
Custom filters chain the same way as built-in filters:
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
```html
|
|
590
|
-
|
|
591
|
-
{{ text|trim|highlight:"important"|safe }}
|
|
592
|
-
|
|
593
|
-
```
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
```javascript
|
|
598
|
-
|
|
599
|
-
registerFilter('trim', (val) => String(val || '').trim());
|
|
600
|
-
|
|
601
|
-
registerFilter('highlight', (val, term) => {
|
|
602
|
-
|
|
603
|
-
const re = new RegExp(`(${term})`, 'gi');
|
|
604
|
-
|
|
605
|
-
return markSafe(String(val).replace(re, '<mark>$1</mark>'));
|
|
606
|
-
|
|
607
|
-
});
|
|
608
|
-
|
|
609
|
-
```
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
## Next Steps
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
- [Custom Tags](./custom-tags.md)
|
|
618
|
-
|
|
619
|
-
- [Advanced Usage](./advanced-usage.md)
|
|
620
|
-
|
|
621
|
-
- [API Reference: Filters](../api/filters.md)
|
|
622
|
-
|