>>> But now i run into other list filters in tiddlers created today that 
get executed so to say. 

I may be misunderstanding you - are you saying that some of the tiddlers 
that get transcluded by your widget themselves have list filters, and you 
would like to display the plain text rather than actually execute the 
widget?

I'm not 100% sure but I think you can display the plain text by replacing 
{{!!text}} with <$text text={{!!text}}/>

On Saturday, 13 March 2021 at 16:47:50 UTC [email protected] wrote:

> Yes i noted, thanks!
>
> But now i run into other list filters in tiddlers created today that get 
> executed so to say.
> How can i prevent that?
> Create for those tiddlers separate SCRIPT fields or something?
> Or can it be done simpler?
>
> Ray
>
> Op za 13 mrt. 2021 om 17:33 schreef si <[email protected]>:
>
>> I think its because your filter lists two separate runs, which returns 
>> tiddlers that match *any* of those two runs. You need just need to 
>> squeeze the whole expression into a single run: 
>> [sameday:created[20210313]!is[system]]
>>
>> See: https://tiddlywiki.com/#Introduction%20to%20filter%20notation
>>
>> On Saturday, 13 March 2021 at 14:49:31 UTC [email protected] wrote:
>>
>>> Hi
>>>
>>> can anyone tell me why this filter returns also $:/HistoryList (which is 
>>> huge) even when !is[system] is included? It returns all my tiddles btw...
>>>
>>> <$list filter="[sameday:created[20210313]][!is[system]]">
>>>
>>> <h2><$link>''<<currentTiddler>> ''</$link></h2>
>>>
>>> {{!!text}}
>>>
>>> </$list>
>>>
>>> Tx
>>>
>>> Ray
>>>
>> -- 
>> 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/42377c1b-28bd-4faa-a64c-e651fce85663n%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/tiddlywiki/42377c1b-28bd-4faa-a64c-e651fce85663n%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>

-- 
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/b63f39ed-f844-499b-8be5-df00df417252n%40googlegroups.com.

Reply via email to