Hi Jon

If this code is used in the main story river, the tiddler with the select 
widget will be lost from view. I have, therefore, added a 'Tagged' tab in 
the sidebar at: http://gwiz.tiddlyspot.com/ -- this should suit your needs.

regards

On Saturday, June 28, 2014 12:42:39 PM UTC+2, Matabele wrote:
>
> Hi Jon
>
> OK -- try this code:
>
> <$select field="target" default='(none)'>
> <option value="null">(none)</option>
> <$list filter="[all[tiddlers]tags[]sort[title]]">
> <option value=<<currentTiddler>>><$view field="title"/></option>
> </$list>
> </$select>
> <$makelist tiddler="$:/StoryList" filter="[tag{!!target}]">
> <$button message="tw-make-list">Show Tagged</$button>
> </$makelist>
>
> 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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to