On Monday, 9 April 2018 15:43:41 UTC+9:30, Craig Chandler wrote:
>
> Hi, is it possible to display contents of a tiddler as a list, 
> specifically for use in a selection list
>
> ie. have a tiddler "Topic List"
>
> Topic 1
> Topic 2
> Topic 3
>
> Then in another tiddler be able to Select a topic with something like
>
> <$select field="Topic:">
> <$list filter={{Topic List}}>
> <option><$view field='title'/></option>
> </$list>
> </$select>
>
> (above code completely made up)
>
> Cheers
>

I played some more with this, the above will actually work with plain text, 
its just the white spaces that throw it off so the Topic list above gets 
displayed as
1
2
Topic
3

So either have to
1. Use links as Stephan suggested
2. Never uses white spaces in list options, eg. Topic_1
3. encase in quotes also works, eg. "Topic 1"
4. Use a plugin

-- 
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/b9efb6f6-73ee-4e87-97bc-401dfaa8fa1c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to