mirror of
https://github.com/flynx/pWiki.git
synced 2025-12-17 08:31:38 +00:00
tweak...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
c357ebc26e
commit
069605345e
3
wiki.js
3
wiki.js
@ -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'],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user