mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-03 19:38:02 +00:00
Sort tagged tiddlers
This commit is contained in:
@@ -236,6 +236,7 @@ exports.getTiddlersWithTag = function(tag) {
|
||||
titles.push(title);
|
||||
}
|
||||
}
|
||||
this.sortTiddlers(titles,"title");
|
||||
return titles;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user