Am Freitag, 13. Februar 2015 08:40:23 UTC+1 schrieb James: > > Hi all, > > Would it be possible to list all fields in a tiddler? >
You mean like this? <dl> <$list filter="[is[current]fields[]] -[[text]]" variable="fieldname"> <dt><$text text=<<fieldname>>/></dt> <dd><$view field=<<fieldname>>/></dd> </$list> </dl> -- 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

