1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-04 03:03:18 +00:00
TiddlyWiki5/plugins/tiddlywiki/translators/templates/tid.tid
Jermolene 7fe8c4c4a1 Fixes for translators edition/plugin
* Added support for translating the core readme
* Fixed problem with `Misc.multids` rendering shadow tiddlers
* Fixed problem with single tiddler files rendering shadow tiddlers
2014-10-29 10:57:50 +00:00

8 lines
250 B
Plaintext

title: $:/plugins/tiddlywiki/translators/templates/tid
\define generateTid(title)
title: $title$
<$list filter="""[[$title$]is[tiddler]]"""><$transclude tiddler="""$title$"""/></$list>
\end
<$macrocall $name="generateTid" title=<<currentTiddler>>/>