mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 17:46:19 +00:00
6fc4e5db7c
Instead, we'll use the "list" widget with the new support for macros.
7 lines
294 B
Plaintext
7 lines
294 B
Plaintext
title: $:/core/ui/TiddlerFields
|
|
|
|
\define renderfield(title)
|
|
<div class="tw-view-field"><span class="tw-view-field-name">//$title$//:</span> <span class="tw-view-field-value"><$view field="$title$"/></span></div>
|
|
\end
|
|
<$list filter="[is[current]fields[]sort[title]] -text" macro="renderfield"/>
|