[tw] Re: [TW5] <$list filter How to show empty list, if filter show less than two items?

2016-12-06 Thread PMario
On Tuesday, December 6, 2016 at 1:27:29 PM UTC+1, Siniy-Kit wrote: > > Thank you Mario! It's a magic! with your "variable=test" it works as I > want! > Cool! Glad that it worked out :) -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubs

[tw] Re: [TW5] <$list filter How to show empty list, if filter show less than two items?

2016-12-06 Thread Siniy-Kit
Thank you Mario! It's a magic! with your "variable=test" it works as I want! вторник, 6 декабря 2016 г., 13:44:33 UTC+3 пользователь PMario написал: > > On Tuesday, December 6, 2016 at 11:08:10 AM UTC+1, Siniy-Kit wrote: >> >> So at the end of this code i try to write >> >> <$list >> filter="[is

[tw] Re: [TW5] <$list filter How to show empty list, if filter show less than two items?

2016-12-06 Thread PMario
On Tuesday, December 6, 2016 at 11:08:10 AM UTC+1, Siniy-Kit wrote: > > So at the end of this code i try to write > > <$list > filter="[is[current]tagging[]type[image/jpeg]sort[title]nth[2]]"><$list > filter="[is[current]tagging[]type[image/jpeg]sort[title]]"> for={{!!title}} class="arrows_th"

[tw] Re: [TW5] <$list filter How to show empty list, if filter show less than two items?

2016-12-06 Thread Siniy-Kit
unfortunately it didn't solve my problem I try to modify my pure css3dslider for external images here is result of this slider https://design4shop.ru/heeg.html#boston_ego_lab and here is the code of this slider https://design4shop.ru/heeg.html#3dslider this slider shows little previews under ph

[tw] Re: [TW5] <$list filter How to show empty list, if filter show less than two items?

2016-12-05 Thread PMario
On Monday, December 5, 2016 at 7:42:27 PM UTC+1, sini-Kit wrote: > > <$list filter="[tag[TableOfContents]sort[title]nth[2]]"> > <$list filter="[tag[TableOfContents]]"/> ><- ... is there a typo > imo should be ... form me this: \define empty() empty \end <$list filter="[tag[a]sort[title]n

[tw] Re: [TW5] <$list filter How to show empty list, if filter show less than two items?

2016-12-05 Thread sini-Kit
- I have 3 tiddlers with tag ListWidget A, B, C my filter must show A, B, C - I have 2 tiddlers with tag ListWidget A, B my filter must show A, B - I have 1 tiddler with tag ListWidget A my filter must show "empty" - I have 0 tiddler with tag ListWidget my filter must show "empty" I try someth

[tw] Re: [TW5] <$list filter How to show empty list, if filter show less than two items?

2016-12-05 Thread PMario
Hi, Have a look at the list widget [1] "empty" parameter. ... But it only works for filters, that return no result. Hence the name "emptyMessage" I'm confused a bit. 1 item is not empty. At least not for me? ... Your use case also raises some questions for me, which you didn't describe in the