[tw5] Re: [TW5] ListWidget: Comma Separated Output

2020-08-15 Thread amreus

Thanks Mat. I always appreciate examples. 

Here is what I had come up with last evening. It's just css to use with 
list-links macro.

http://amreus.tiddlyspot.com/#list-links-inline

On Saturday, August 15, 2020 at 2:23:58 AM UTC-4 Mat wrote:

> amreus wrote:
>>
>> Is this still the best method for joining a list with a separator?
>
>
> You may be interested in http://list-links-inline.tiddlyspot.com/
>
> <:-) 
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/171a58de-8c5a-4dbc-8105-5d21238df753n%40googlegroups.com.


[tw5] Re: [TW5] ListWidget: Comma Separated Output

2020-08-15 Thread Mat
amreus wrote:
>
> Is this still the best method for joining a list with a separator?


You may be interested in http://list-links-inline.tiddlyspot.com/

<:-) 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/17fbad3c-9069-4536-9652-08a87d29fca9o%40googlegroups.com.


[tw5] Re: [TW5] ListWidget: Comma Separated Output

2020-08-14 Thread 'Mark S.' via TiddlyWiki
Assuming your titles don't have commas in them:

<$list filter="[tag[HelloThere]join[, ]]">
<$text text=<>/>


On Friday, August 14, 2020 at 4:01:37 PM UTC-7, amreus wrote:
>
> @Mark- I did see that but must not understand.  I would like to create a 
> link for each title in the output.  When I try join, I get a single link 
> with all the titles together. 
>
> My parameterized macro:
>
> \define join-with(sep, filter)
> <$list filter="$filter$ +[first[]]"><$link/><$list 
> filter="$filter$ +[butfirst[]]">$sep$<$link/>
> \end
>
>
> On Friday, August 14, 2020 at 6:50:22 PM UTC-4 Mark S. wrote:
>
>> There is now the join filter operator ...join[,]...
>>
>>
>> On Friday, August 14, 2020 at 3:41:55 PM UTC-7, amreus wrote:
>>>
>>> Was looking for this feature and found in this old thread from 2014. 
>>> Still works.   Is this still the best method for joining a list with a 
>>> separator?
>>>
>>> On Monday, November 17, 2014 at 8:43:01 AM UTC-5 beert...@gmail.com 
>>> wrote:
>>>
 Thanks Stephan, that works.

 Here's the final result:
 http://taggly5.tiddlyspot.com/#taginfo

 Best wishes, Tobias.

>>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f538d92c-d712-4e7f-8355-fe306906f0fao%40googlegroups.com.


[tw5] Re: [TW5] ListWidget: Comma Separated Output

2020-08-14 Thread amreus
I suppose it could be done using list-links macro and a custom css class.

On Friday, August 14, 2020 at 7:01:37 PM UTC-4 amreus wrote:

> @Mark- I did see that but must not understand.  I would like to create a 
> link for each title in the output.  When I try join, I get a single link 
> with all the titles together. 
>
> My parameterized macro:
>
> \define join-with(sep, filter)
> <$list filter="$filter$ +[first[]]"><$link/><$list 
> filter="$filter$ +[butfirst[]]">$sep$<$link/>
> \end
>
>
> On Friday, August 14, 2020 at 6:50:22 PM UTC-4 Mark S. wrote:
>
>> There is now the join filter operator ...join[,]...
>>
>>
>> On Friday, August 14, 2020 at 3:41:55 PM UTC-7, amreus wrote:
>>>
>>> Was looking for this feature and found in this old thread from 2014. 
>>> Still works.   Is this still the best method for joining a list with a 
>>> separator?
>>>
>>> On Monday, November 17, 2014 at 8:43:01 AM UTC-5 beert...@gmail.com 
>>> wrote:
>>>
 Thanks Stephan, that works.

 Here's the final result:
 http://taggly5.tiddlyspot.com/#taginfo

 Best wishes, Tobias.

>>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8803ef8b-826a-4254-bb53-9bb69e8d3414n%40googlegroups.com.


[tw5] Re: [TW5] ListWidget: Comma Separated Output

2020-08-14 Thread amreus
@eric - I did see that but must not understand.  I would like to create a 
link for each title in the output.  When I try join, I get a single link 
with all the titles together. 

My parameterized macro:

\define join-with(sep, filter)
<$list filter="$filter$ +[first[]]"><$link/><$list filter="$filter$ 
+[butfirst[]]">$sep$<$link/>
\end


On Friday, August 14, 2020 at 6:50:22 PM UTC-4 Mark S. wrote:

> There is now the join filter operator ...join[,]...
>
>
> On Friday, August 14, 2020 at 3:41:55 PM UTC-7, amreus wrote:
>>
>> Was looking for this feature and found in this old thread from 2014. 
>> Still works.   Is this still the best method for joining a list with a 
>> separator?
>>
>> On Monday, November 17, 2014 at 8:43:01 AM UTC-5 beert...@gmail.com 
>> wrote:
>>
>>> Thanks Stephan, that works.
>>>
>>> Here's the final result:
>>> http://taggly5.tiddlyspot.com/#taginfo
>>>
>>> Best wishes, Tobias.
>>>
>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/19480e08-e598-4f8c-aa7a-075cbf0be14bn%40googlegroups.com.


[tw5] Re: [TW5] ListWidget: Comma Separated Output

2020-08-14 Thread 'Mark S.' via TiddlyWiki
There is now the join filter operator ...join[,]...

On Friday, August 14, 2020 at 3:41:55 PM UTC-7, amreus wrote:
>
> Was looking for this feature and found in this old thread from 2014. Still 
> works.   Is this still the best method for joining a list with a separator?
>
> On Monday, November 17, 2014 at 8:43:01 AM UTC-5 beert...@gmail.com wrote:
>
>> Thanks Stephan, that works.
>>
>> Here's the final result:
>> http://taggly5.tiddlyspot.com/#taginfo
>>
>> Best wishes, Tobias.
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/cfd97e2c-6222-4db7-9005-7d9f9253d424o%40googlegroups.com.


[tw5] Re: [TW5] ListWidget: Comma Separated Output

2020-08-14 Thread amreus
Was looking for this feature and found in this old thread from 2014. Still 
works.   Is this still the best method for joining a list with a separator?

On Monday, November 17, 2014 at 8:43:01 AM UTC-5 beert...@gmail.com wrote:

> Thanks Stephan, that works.
>
> Here's the final result:
> http://taggly5.tiddlyspot.com/#taginfo
>
> Best wishes, Tobias.
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4c38c216-77d1-4aca-918d-6e97bc84efban%40googlegroups.com.