mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-06 01:56:20 +00:00
2adf09129d
Tada!
17 lines
426 B
Plaintext
17 lines
426 B
Plaintext
title: $:/plugins/tiddlywiki/translators/ui/group/Snippets
|
|
caption: Snippets
|
|
tags: $:/tags/TranslationGroup
|
|
|
|
\define translatableTiddlerTitles()
|
|
[all[tiddlers+shadows]prefix[$:/language/Snippets/]sort[title]]
|
|
\end
|
|
\define shortenTitle()
|
|
[all[current]removeprefix[$:/language/Snippets/]]
|
|
\end
|
|
|
|
! Snippets
|
|
|
|
Text snippets for use by the stamp text editor toolbar button.
|
|
|
|
<<translatableStringEditor editorFields:"caption text">>
|