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