1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-17 01:39:42 +00:00
TiddlyWiki5/core/ui/TestCases/DefaultTemplateSource.tid

20 lines
575 B
Plaintext
Raw Normal View History

title: $:/core/ui/testcases/DefaultTemplate/Source
2023-04-10 21:00:28 +00:00
<pre><$testcase-view tiddler=<<currentTab>>/></pre>
<$list filter="[<testcaseInfo>jsonget[tiddlers],<currentTab>] -text -title +[limit[1]]" variable="ignore">
<table>
<tbody>
<tr><th>Field</th><th>Value</th></tr>
<$list filter="[<testcaseInfo>jsonget[tiddlers],<currentTab>] -text -title" variable="fieldName">
<tr>
<td>
<$text text=<<fieldName>>/>
</td>
<td>
<$testcase-view tiddler=<<currentTab>> field=<<fieldName>>/>
</td>
</tr>
</$list>
</tbody>
</table>
</$list>