Stop translated strings moving in the list

Without sorting the list, we had ordinary tiddlers listed before shadow
tiddlers. That meant that as soon as you started to type in a shadow
tiddler it moved up in the list.
This commit is contained in:
Jermolene
2014-10-29 11:04:58 +00:00
parent 7fe8c4c4a1
commit f0df09c027
14 changed files with 14 additions and 13 deletions

View File

@@ -3,7 +3,7 @@ caption: Edit Template
tags: $:/tags/TranslationGroup
\define translatableTiddlerTitles()
[all[tiddlers+shadows]prefix[$:/language/EditTemplate/]]
[all[tiddlers+shadows]prefix[$:/language/EditTemplate/]sort[title]]
\end
\define shortenTitle()
[all[current]removeprefix[$:/language/EditTemplate/]]