mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-02 19:08:02 +00:00
Fix to include macro
This commit is contained in:
@@ -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"))
|
||||
|
Reference in New Issue
Block a user