mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 01:26:18 +00:00
8 lines
215 B
Plaintext
8 lines
215 B
Plaintext
title: $:/core/ui/TiddlerFields
|
|
|
|
<table class="tw-view-field-table">
|
|
<tbody>
|
|
<$list filter="[is[current]fields[]sort[title]] -text" template="$:/core/ui/TiddlerFieldTemplate" variable="listItem"/>
|
|
</tbody>
|
|
</table>
|