kopia lustrzana https://github.com/miklobit/TiddlyWiki5
8 wiersze
387 B
Plaintext
8 wiersze
387 B
Plaintext
title: $:/snippets/allfields
|
|
|
|
\define renderfield(title)
|
|
<tr class="tw-view-field"><td class="tw-view-field-name">''$title$'':</td><td class="tw-view-field-value">//{{$:/docs/fields/$title$}}//</td></tr>
|
|
\end
|
|
<table class="tw-view-field-table"><tbody><$list filter="[fields[]sort[title]]" variable="listItem"><$macrocall $name="renderfield" title=<<listItem>>/></$list>
|
|
</tbody></table>
|