mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-04 17:16:18 +00:00
7fe8c4c4a1
* Added support for translating the core readme * Fixed problem with `Misc.multids` rendering shadow tiddlers * Fixed problem with single tiddler files rendering shadow tiddlers
8 lines
250 B
Plaintext
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>>/> |