mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-17 11:30:02 +00:00
Fix to include macro
This commit is contained in:
parent
a41d3753e7
commit
3c4efa64e1
@ -24,7 +24,7 @@ exports.executeMacro = function() {
|
||||
var titles = this.wiki.filterTiddlers(this.params.filter),
|
||||
result = [];
|
||||
for(var t=0; t<titles.length; t++) {
|
||||
result.push(this.wiki.serializeTiddler(this.params.filter,as));
|
||||
result.push(this.wiki.serializeTiddler(titles[t],as));
|
||||
}
|
||||
return [$tw.Tree.Element("pre",{},[
|
||||
$tw.Tree.Text(result.join("\n"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user