[tw] Re: TW5 show list of values in a field

2016-11-28 Thread Jon
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: 999px;
}

<$select tiddler="$:/temp/familykeyword">
   <$list filter="[tag[family]]">
  <>
   


@@.newline

{{ $:/temp/familykeyword }}

@@









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]]">
>>   <>
>>
>> 
>>
>> 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 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/32342d11-4d88-4e3b-9643-c63633628739%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 show list of values in a field

2016-11-27 Thread Jon
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]]">
>   <>
>
> 
>
> 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 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/99c3e56b-96ac-4c39-bc35-32fcf280ae71%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 show list of values in a field

2016-11-27 Thread Riz


>
> 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]]">
  <>
   


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 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/8b3d03ab-ba27-449d-96ba-0fa252ee6a1f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 show list of values in a field

2016-11-26 Thread Jon

>
> It would produce a select widget populated with the values contained in 
> the keyword field


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)


Thanks
Jon

On Saturday, 26 November 2016 23:48:05 UTC, Mark S. wrote:
>
> That sounds exactly like what Riz gave you. It would produce a select 
> widget populated with the values contained in the keyword field. What do 
> you want beyond that?
>
> Good luck,
> Mark
>
> On Saturday, November 26, 2016 at 2:53:14 PM UTC-8, Jon wrote:
>>
>> Hi Mark,
>>
>> The select would show the list of tiddlers tagged with "family" and the 
>> field values (for the field "keyword") would be in the same tiddler as the 
>> select widget, so there would be a drop down box and the field values are 
>> underneath it - sorry if it wasn't clear before.
>>
>> Thanks
>> Jon
>>
>> On Saturday, 26 November 2016 22:08:42 UTC, Mark S. wrote:
>>>
>>> Can you lay out a few tiddlers with the data the way you want?
>>>
>>> What do you expect to see in the select? Just a list of values? 
>>>
>>> When you say, "field values would be shown in the body of the tiddler" 
>>> do you mean in the tiddler with the select widget, or in each tiddler that 
>>> has been tagged with "family" ? If the latter, then what you want is set up 
>>> a view template. Search the forum for references to template.
>>>
>>> Good luck!
>>> Mark
>>>
>>>
>>>
>>> On Saturday, November 26, 2016 at 10:39:30 AM UTC-8, Jon wrote:

 Hi Mark,

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

 This is my use case:

 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[]]">
>   >><>
>
> 
>
>
> (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/3edc25e5-b02a-4277-a9a4-bb99dfedd2d7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 show list of values in a field

2016-11-26 Thread 'Mark S.' via TiddlyWiki
That sounds exactly like what Riz gave you. It would produce a select 
widget populated with the values contained in the keyword field. What do 
you want beyond that?

Good luck,
Mark

On Saturday, November 26, 2016 at 2:53:14 PM UTC-8, Jon wrote:
>
> Hi Mark,
>
> The select would show the list of tiddlers tagged with "family" and the 
> field values (for the field "keyword") would be in the same tiddler as the 
> select widget, so there would be a drop down box and the field values are 
> underneath it - sorry if it wasn't clear before.
>
> Thanks
> Jon
>
> On Saturday, 26 November 2016 22:08:42 UTC, Mark S. wrote:
>>
>> Can you lay out a few tiddlers with the data the way you want?
>>
>> What do you expect to see in the select? Just a list of values? 
>>
>> When you say, "field values would be shown in the body of the tiddler" do 
>> you mean in the tiddler with the select widget, or in each tiddler that has 
>> been tagged with "family" ? If the latter, then what you want is set up a 
>> view template. Search the forum for references to template.
>>
>> Good luck!
>> Mark
>>
>>
>>
>> On Saturday, November 26, 2016 at 10:39:30 AM UTC-8, Jon wrote:
>>>
>>> Hi Mark,
>>>
>>> Sorry, I couldn't get that to work - no doubt it's something my end!
>>>
>>> This is my use case:
>>>
>>> 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[]]">
   >><>

 


 (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/6a0df528-27b7-4bb8-b38e-69163b153d10%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 show list of values in a field

2016-11-26 Thread Jon
Hi Mark,

The select would show the list of tiddlers tagged with "family" and the 
field values (for the field "keyword") would be in the same tiddler as the 
select widget, so there would be a drop down box and the field values are 
underneath it - sorry if it wasn't clear before.

Thanks
Jon

On Saturday, 26 November 2016 22:08:42 UTC, Mark S. wrote:
>
> Can you lay out a few tiddlers with the data the way you want?
>
> What do you expect to see in the select? Just a list of values? 
>
> When you say, "field values would be shown in the body of the tiddler" do 
> you mean in the tiddler with the select widget, or in each tiddler that has 
> been tagged with "family" ? If the latter, then what you want is set up a 
> view template. Search the forum for references to template.
>
> Good luck!
> Mark
>
>
>
> On Saturday, November 26, 2016 at 10:39:30 AM UTC-8, Jon wrote:
>>
>> Hi Mark,
>>
>> Sorry, I couldn't get that to work - no doubt it's something my end!
>>
>> This is my use case:
>>
>> 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[]]">
>>>   >><>
>>>
>>> 
>>>
>>>
>>> (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/fe80ba25-b2d7-4949-83cf-8f26abb585ef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 show list of values in a field

2016-11-26 Thread 'Mark S.' via TiddlyWiki
Can you lay out a few tiddlers with the data the way you want?

What do you expect to see in the select? Just a list of values? 

When you say, "field values would be shown in the body of the tiddler" do 
you mean in the tiddler with the select widget, or in each tiddler that has 
been tagged with "family" ? If the latter, then what you want is set up a 
view template. Search the forum for references to template.

Good luck!
Mark



On Saturday, November 26, 2016 at 10:39:30 AM UTC-8, Jon wrote:
>
> Hi Mark,
>
> Sorry, I couldn't get that to work - no doubt it's something my end!
>
> This is my use case:
>
> 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[]]">
>>   >><>
>>
>> 
>>
>>
>> (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/2a8c7228-3421-4cb5-82ba-09e25353cd44%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 show list of values in a field

2016-11-26 Thread Jon
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[]]">
>   >><>
>
> 
>
>
> (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.


[tw] Re: TW5 show list of values in a field

2016-11-25 Thread 'Mark S.' via TiddlyWiki
I think what you what is a select tag with option groups inside.

I created 3 tiddlers with tags GroupA and GroupB variously assigned. Each 
tiddler had a field called eponymously "field". Each tiddler also had a 
field called "findme" so I could limit my list to to just the tiddlers of 
interest. This code then produces a select widget with a group for tag 
GroupA and GroupB, with their field contents specified inside of each group.

<$select tiddler="$:/temp/tag1">
   <$list filter="[has[findme]tags[]]" variable="mytag">
>>
<$list filter="[tagget[field]]" variable="field">
  >><>
   







Overall, it would probably be better if you explained your actual use-case 
rather than looking for detailed technical recipes.

Good luck!
Mark 

On Friday, November 25, 2016 at 11:52:20 AM UTC-8, Jon wrote:
>
> Hi Riz,
>
> That produces the dropdown containing a list of tiddlers tagged with 
> "family" but the field values of "keyword" are also contained within the 
> box rather than being placed in a list outside it.
>
> Thanks
> Jon
>
> On Friday, 25 November 2016 17:03:29 UTC, Riz wrote:
>>
>>
>> Try this
>>
>> <$select tiddler="$:/temp/tag1">
>>
>><$list filter="[tag[family]]">
>>   <>
>> @@color:red;{{!!keyword}}@@
>>
>> 
>>
>>
>>

-- 
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/8c31de7f-2398-4849-a59c-0a40af24a37d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 show list of values in a field

2016-11-25 Thread Jon
Hi Riz,

That produces the dropdown containing a list of tiddlers tagged with 
"family" but the field values of "keyword" are also contained within the 
box rather than being placed in a list outside it.

Thanks
Jon

On Friday, 25 November 2016 17:03:29 UTC, Riz wrote:
>
>
> Try this
>
> <$select tiddler="$:/temp/tag1">
>
><$list filter="[tag[family]]">
>   <>
> @@color:red;{{!!keyword}}@@
>
> 
>
>
>

-- 
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/12e3b99c-710b-40ac-a86e-2b392af8729b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 show list of values in a field

2016-11-25 Thread Riz

Try this

<$select tiddler="$:/temp/tag1">

   <$list filter="[tag[family]]">
  <>
@@color:red;{{!!keyword}}@@
   



-- 
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/f813ae5e-6ae1-4cf1-961f-d214e6380371%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 show list of values in a field

2016-11-24 Thread Jon
Hi Mark,

Many thanks for that and it seems to be half way there.

The tag is "family" and the field is "keyword".

I wasn't quite sure whether every appearance of field needed to be 
substituted with the actual field name and found that:

<$select tiddler="$:/temp/tag1">
   <$list filter="[tag[family]each[keyword]get[keyword]]" variable="field">
  >><>
   


Produces the same result as:

<$select tiddler="$:/temp/tag1">
   <$list filter="[tag[family]each[keyword]get[keyword]]" 
variable="keyword">
  >><>
   


So something might be adrift.

Both give a dropdown containing a single line showing the values of 
"keyword" on this line within the drop down.

Ideally, I'd like the dropdown to contain the list of "family" and then 
underneath the box, the values of "keyword" for that family.

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[]]">
>   >><>
>
> 
>
>
> (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/7154c9d0-ad2b-421a-9052-69b70a0c43ce%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 show list of values in a field

2016-11-24 Thread 'Mark S.' via TiddlyWiki
Try:

<$select tiddler="$:/temp/tag1">
   <$list filter="[tag[A]each[field]get[field]]" variable="field">
  >><>
   


Where "A" is the tag and "field" is the field.

HTH
Mark

On Thursday, November 24, 2016 at 9:14:28 AM UTC-8, 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[]]">
>   >><>
>
> 
>
>
> (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/3066e67f-f19f-47b7-b137-bf148321fccd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.