Side note:

<$list filter="[all[current]tags[]]+[tag[A]]">

does the same thing as the simpler

<$list filter="[all[current]tags[]tag[A]]">

On Friday, February 12, 2021 at 9:12:33 AM UTC-6 [email protected] wrote:

> I have found it,
>
> <$list filter="[all[current]tags[]]+[tag[A]]">
> <div data-tags={{{ [all[current]get[tags]] }}} >
> <div class="alert-">
> <$transclude/>
> </div></div>
> </$list>
>
>
>
> Op donderdag 11 februari 2021 om 18:41:06 UTC+1 schreef [email protected]
> :
>
>> Hello,
>>
>> The following code: Lists the textfield of tiddlers tagged to 
>> currentTiddler (Retaining CSS)
>>
>>
>> <$list filter="[all[current]tagging[]]">
>> <div data-tags={{{ [all[current]get[tags]] }}} >
>> <div class="alert-">
>> <$transclude/>
>> </div></div>
>> </$list>
>>
>>
>> What I want is to list the textfield of tiddlers where the current 
>> tiddler is tagged to and have tag: A  (Keeping the CSS style sheet as in 
>> the above code.)
>>
>> Thank you,
>>
>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ecd6f2ee-6c20-4dec-ad29-6b500ee3a3f2n%40googlegroups.com.

Reply via email to