1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-29 15:30:47 +00:00

Sort tagged tiddlers

This commit is contained in:
Jeremy Ruston 2012-06-13 13:19:32 +01:00
parent 126e87be25
commit a160fb07e4

View File

@ -236,6 +236,7 @@ exports.getTiddlersWithTag = function(tag) {
titles.push(title);
}
}
this.sortTiddlers(titles,"title");
return titles;
};