Hi,
In terms of putting each field value on a new line, I found this CSS trick
which seems to work!
Thanks for help on this.
Jon
.newline {
word-spacing: 9999999px;
}
<$select tiddler="$:/temp/familykeyword">
<$list filter="[tag[family]]">
<option value= {{!!keyword}}><<currentTiddler>></option>
</$list>
</$select>
@@.newline
<div>
{{ $:/temp/familykeyword }}
</div>
@@
On Sunday, 27 November 2016 18:26:23 UTC, Jon wrote:
>
> Riz, that is almost perfect!!
>
> I just need the keywords to show in a list rather than on a single line.
>
> How do I incorporate a line break or something similar?
>
> Many thanks
> Jon
>
> On Sunday, 27 November 2016 17:40:26 UTC, Riz wrote:
>>
>>
>>
>>> Sorry Mark, but that's not what I want.
>>>
>>> I need the values of the keyword field outside the widget, in the body
>>> of the tiddler (which contains the select widget)
>>>
>>>
>>> <$select tiddler="$:/temp/familykeyword">
>>
>> <$list filter="[tag[family]]">
>> <option value={{!!keyword}}><<currentTiddler>></option>
>> </$list>
>> </$select>
>>
>> Now wherever you want the keyword to appear, say the body of the tiddler
>> containing the select widget, just add {{$:/temp/familykeyword}}
>>
>> Sincerely
>> Riz
>>
>
--
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/32342d11-4d88-4e3b-9643-c63633628739%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.