Etienne
There is a lot of information on tiddlywiki.com see
https://tiddlywiki.com/#FieldsWidget
It also provides include and exclude options, but needs examples, some of
which are already built into tiddlywiki.
You ca also use the
fields[]
operator
In the info tab of each tiddler there is a fields tab. This is the tiddler
$:/core/ui/TiddlerInfo/Fields
Place this in a tiddler
<$transclude tiddler="$:/core/ui/TiddlerFields"/>
WHich means you can plce this
{{||$:/core/ui/TiddlerFields}}
in your tiddler or a tiddler tagged $:/tags/ViewTemplate
But if you open $:/core/ui/TiddlerFields you can see what is being done
<table class="tc-view-field-table">
<tbody>
<$list filter="[all[current]fields[]sort[title]] -text"
template="$:/core/ui/TiddlerFieldTemplate" variable="listItem"/>
</tbody>
</table>
By the way a lot of people use tiddlywiki for game references and
characters, I am sure you could find one already built.
See tiddlywiki5 in *discord* especially tw-for-gaming
Regards
Tony
On Monday, June 15, 2020 at 10:39:36 PM UTC+10, TW Tones wrote:
>
>
> The quick answer is yes. You can makes templates with fields, list fields
> in the current tiddler and use a view template to display fields and there
> values even without any thing in the text field.
>
> Unfortunatly it's near my bed time and I am on my mobile I can share more
> tomorrow.
>
> Night
> Tony
>
>
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/42f054de-a8e5-4ab3-9244-f262adb8eaf3o%40googlegroups.com.