Sort tagged tiddlers

This commit is contained in:
Jeremy Ruston
2012-06-13 13:19:32 +01:00
parent 126e87be25
commit a160fb07e4
+1
View File
@@ -236,6 +236,7 @@ exports.getTiddlersWithTag = function(tag) {
titles.push(title);
}
}
this.sortTiddlers(titles,"title");
return titles;
};