Hi Jeremy On Thursday, July 10, 2014 11:11:10 AM UTC+2, Jeremy Ruston wrote: > > > A Layout section in tiddlywiki.com could illustrate the various options >> for the value of this tag -- for example a select widget populated with >> valid options for the value could be tied to the 'layout' field of a >> 'test-layout' tiddler whose content is a a black and yellow chevron >> (screenshots could also be provided.) >> > > Good idea. I think we can still do this with the present system of system > tags. >
Works quite well with: <$select tiddler="layout-demo" field="tags"> <$list filter="[all[shadows]tags[]]"> <option value=<<currentTiddler>>><$view field='title'/></option> </$list> </$select> Where 'layout-demo' contains an image. With a little tweaking this should prove useful to the documentation. regards -- 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.

