Thank you! :-)

Next step would be understanding what you have archieved with "limit[1]". 
Ist the literal content of variable relevant? 

Eric Shulman schrieb am Donnerstag, 18. Februar 2021 um 11:08:22 UTC+1:

> On Wednesday, February 17, 2021 at 10:35:15 PM UTC-8 JM wrote:
>
>> Something changed. Using my first solution, the space between project 
>> title was 'big', as If there was an empty list behind the project title of 
>> projects without tasks tagged CAD. Now there is no more space between those 
>> projects and the following project.
>>
>
> That's what happens when I post a "solution" without actually trying it 
> with some test data!
>
> This should work better:
>
> <$list filter="[tag[project]sort[]]">
>    <$list filter="[tag{!!title}tag[CAD]limit[1]]" 
> variable="has_tasks_with_CAD_tag">
>       <$link>''<$view field="title"/>''</$link><br>
>       <$list filter="[tag{!!title}tag[CAD]sort[]]">
>          <$link /><br>
>       </$list><br>
>    </$list>
> </$list> 
>
> Notes:
> * moved the "test" $list widget to surround the whole project item to 
> suppress display of projects that don't have tasks tagged with CAD
> * restored the explicit <$link>...</$link> for the project item to allow 
> bold formatting of the title
>
> -e
>
>

-- 
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/8665e8f5-d017-44d5-81f4-71dffdbb3b64n%40googlegroups.com.

Reply via email to