A follow up question to the one I just asked also about filters

I have this filter

[regexp:title<pattern>] [regexp:text<pattern>] -[all[current]backlinks[]] -[
is[current]] -[tag[hide]] -[is[system]] 

until now I am running it 3 times

1. to set a variable true/false 

        isFreelink = {{{ [regexp:title<pattern>] [regexp:text<pattern>] -[
all[current]backlinks[]] -[is[current]] -[tag[hide]] -[is[system]] +[then[
true]else[false]] }}}

2. as a counter

<$count filter= [regexp:title<pattern>] [regexp:text<pattern>] 
-[all[current]backlinks[]] -[is[current]] -[tag[hide]] -[is[system]]

3. to get the actual list

<$list filter=[regexp:title<pattern>] [regexp:text<pattern>] 
-[all[current]backlinks[]] -[is[current]] -[tag[hide]] -[is[system]]

is there a way to run it only once and then evaluate the other 2 from the 
list already saved?

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/8879eecc-b7aa-40a7-b477-a4bf6b505de8%40googlegroups.com.

Reply via email to