mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-27 14:44:38 +00: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.
17 lines
473 B
Plaintext
17 lines
473 B
Plaintext
title: $:/plugins/tiddlywiki/translators/ui/group/Buttons
|
|
caption: Buttons
|
|
tags: $:/tags/TranslationGroup
|
|
|
|
\define translatableTiddlerTitles()
|
|
[all[tiddlers+shadows]prefix[$:/language/Buttons/]sort[title]]
|
|
\end
|
|
\define shortenTitle()
|
|
[all[current]removeprefix[$:/language/Buttons/]]
|
|
\end
|
|
|
|
! Buttons
|
|
|
|
Toolbar buttons. The ''/Caption'' tiddlers specify the text to be displayed on the button and the ''/Hint'' tiddlers specify the tooltip text.
|
|
|
|
<<translatableStringEditor>>
|