1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-12-08 01:38:06 +00:00

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

@@ -5,6 +5,7 @@ tags: $:/tags/TranslationGroup
\define translatableTiddlerTitles()
[all[tiddlers+shadows]prefix[$:/language/Date/]]
[all[tiddlers+shadows]prefix[$:/language/RelativeDate/]]
+[sort[title]]
\end
\define shortenTitle()
[all[current]removeprefix[$:/language/Date/]] [all[current]removeprefix[$:/language/RelativeDate/]]