[tw] Re: List of fields in a different tiddler

2016-05-06 Thread Eric Shulman
On Friday, May 6, 2016 at 10:21:43 AM UTC-7, Stephen Kimmel wrote: > > What I want to do is produce a list of fields and values for a tiddler > that isn't the current tiddler but whose name is contained in a temporary > tiddler. > > Given that this code produces a list of fields and values for t

[tw] Re: List of fields in a different tiddler

2016-05-06 Thread 'Stephen Kimmel' via TiddlyWiki
Thanks. That certainly does it. I'm still trying to understand the use of a text reference in a filter... which is why I was pursuing the {$:/temp/old} approach. But in any case, this gets me past my difficulty. Thanks again. On Friday, May 6, 2016 at 1:48:17 PM UTC-5, Mark S. wrote: > > Is this

[tw] Re: List of fields in a different tiddler

2016-05-06 Thread 'Mark S.' via TiddlyWiki
Is this what you want? <$set name=tid value={{$:/temp/old}}> <$list filter="[fields[]] -[[text]]" variable="fieldname"> <$text text=<>/> <$view tiddler=<> field=<>/> On Friday, May 6, 2016 at 10:21:43 AM UTC-7, Stephen Kimmel wrote: > > What I want to do is produce a list of fields and val