1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-06 18:16:18 +00:00
TiddlyWiki5/core/ui/TestCases/DefaultTemplateSource.tid
Jeremy Ruston 5eae32d762 Fix whitespace and indenting
Thanks @pmario
2023-10-31 13:56:19 +00:00

21 lines
544 B
Plaintext

title: $:/core/ui/testcases/DefaultTemplate/Source
\whitespace trim
<$list filter="[<currentTab>fields[]] -text +[limit[1]]" variable="ignore">
<table class="tc-field-table">
<tbody>
<$list filter="[<currentTab>fields[]sort[]] -text -title title +[putfirst[]]" variable="fieldName">
<tr>
<td>
<$text text=<<fieldName>>/>
</td>
<td>
<$view tiddler=<<currentTab>> field=<<fieldName>>/>
</td>
</tr>
</$list>
</tbody>
</table>
</$list>
<$edit class="tc-edit-texteditor" tiddler=<<currentTab>>/>