Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-03-29 19:20:39 +03:00
parent c357ebc26e
commit 069605345e

View File

@ -129,7 +129,8 @@ var macro = {
return '' }), return '' }),
now: Macro('Create a now id', now: Macro('Create a now id',
[], [],
function(context, elem, state){ return ''+Date.now() }), function(context, elem, state){
return ''+Date.now() }),
// select filter to post-process text... // select filter to post-process text...
filter: Macro('Filter to post-process text', filter: Macro('Filter to post-process text',
['name'], ['name'],