mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-28 07:21:05 -08:00
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.
18 lines
459 B
Text
18 lines
459 B
Text
title: $:/plugins/tiddlywiki/translators/ui/group/Date
|
|
caption: Date
|
|
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/]]
|
|
\end
|
|
|
|
! Date
|
|
|
|
Absolute and relative dates.
|
|
|
|
<<translatableStringEditor>>
|