[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

[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

[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

[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

[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

[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

[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: >