mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-28 17:54:49 +00:00
* 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>>/> |