mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 01:26:18 +00:00
6fc4e5db7c
Instead, we'll use the "list" widget with the new support for macros.
7 lines
280 B
Plaintext
7 lines
280 B
Plaintext
title: $:/snippets/allfields
|
|
|
|
\define renderfield(title)
|
|
<div class="tw-view-field"><span class="tw-view-field-name">''$title$'':</span> <span class="tw-view-field-value">//{{$:/docs/fields/$title$}}//</span></div>
|
|
\end
|
|
<$list filter="[fields[]sort[title]]" macro="renderfield"/>
|