Hi Mark,

Sorry, I couldn't get that to work - no doubt its something my end!

My use case is as follows:

I have a list of tiddlers tagged with "family" and I also want to associate 
various keywords with each of  them but I'd rather not add them as tags 
because there would be too many and they aren't tags I'd use elsewhere, so 
I thought I could enter them as fields instead.

Therefore, I'd like to select a particular tiddler tagged with "family" 
which would then show the associated keywords (field values).

Ideally this would be using a drop down for the list and the field values 
would be shown in the body of the tiddler.

Hope that makes sense.

Thanks
Jon



On Thursday, 24 November 2016 17:14:28 UTC, Jon wrote:
>
> Hi,
>
> I'd like to have a drop down which selects from a list of tiddlers tagged 
> with "A" and simultaneously shows the values of the field "B" associated 
> with each tiddler.
>
> This does the first bit:
>
> <$select tiddler="$:/temp/tag1">
>
>    <$list filter="[tag[A]tags[]sort[]]">
>       <option value=<<currentTiddler>>><<currentTiddler>></option>
>    </$list>
> </$select>
>
>
> (cobbled together from something else so some elements could be 
> unnecessary) 
>
> But I can't figure out the rest of it.
>
> I'm guessing that <$view field="B"/> would be incorporated somehow.
>
>
> Thanks
> Jon
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9d591d95-97c8-4d0e-9c21-c4296beaf3e0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to