mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-29 19:46:59 +00:00
Add support for splitting standalone translations
This commit is contained in:
9
plugins/tiddlywiki/translators/templates/multids.tid
Normal file
9
plugins/tiddlywiki/translators/templates/multids.tid
Normal file
@@ -0,0 +1,9 @@
|
||||
title: $:/plugins/tiddlywiki/translators/templates/multids
|
||||
|
||||
\define generateMultids(prefix)
|
||||
title: $prefix$
|
||||
|
||||
<$list filter="[prefix[$prefix$]sort[title]]"><$list filter="[is[current]removeprefix[$prefix$]]"><$text text=<<currentTiddler>>/></$list>: <$text text={{!!text}}/>
|
||||
</$list>
|
||||
\end
|
||||
<$macrocall $name="generateMultids" prefix=<<currentTiddler>>/>
|
||||
Reference in New Issue
Block a user