The other solution may be to add a little wikitext script like below

   1. create a new tiddler, name it whatever you like
   2. tag it with *$:/tags/ViewTemplate*
   3. put the below into the text field

<details open><summary>Display fields</summary>
<$list filter="[all[current]fields[]] -title -text -tags -modified -created 
-creator -modifier" variable=item>
''<$text text=<<item>>/>'': <$transclude field=<<item>>/><br>
</$list>
</details>

Save and see its effect on other tiddlers.
The details is a standard html5 tag and create an slider, you can change 
open to close to set the initial status as closed.

Hope this helps. I am sure more elegant solution will be given by others 
here.

--Mohammad


-- 
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/24d2b0eb-e4fa-4bc2-9884-206f0b297565%40googlegroups.com.

Reply via email to