kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Fixed tiddler exposure to evaluated parameters
rodzic
ff8ef8b8d2
commit
0784d9754c
|
@ -139,7 +139,7 @@ Macro.prototype.execute = function(parents,tiddlerTitle) {
|
|||
}
|
||||
for(var p in this.srcParams) {
|
||||
if(typeof this.srcParams[p] === "function") {
|
||||
this.params[p] = this.srcParams[p](tiddler,this.wiki);
|
||||
this.params[p] = this.srcParams[p](tiddler.fields,this.wiki);
|
||||
} else {
|
||||
this.params[p] = this.srcParams[p];
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue