mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-12-08 09:48:05 +00:00
Get the tiddler info panel fields list working properly
Now we can display the fields list as a proper table. We've had to temporarily hack the list widget again…
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
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"/>
|
||||
<table><tbody><$list filter="[is[current]fields[]sort[title]] -text" template="$:/core/ui/TiddlerFieldTemplate" hackCurrentTiddler=true/>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user