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:
@@ -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/]]
|
||||
|
||||
Reference in New Issue
Block a user