Bimlas,

What about a local or Global macro like this

\define output-filter() [tag[Filter Operators]first[5]]


<$list-links filter:"[subfilter<output-filter>">>
This has no need to terminate the set widget and uses a lot less text where 
used, if you choose a good name for "output-filter" it will read even 
better.

here <https://github.com/Jermolene/TiddlyWiki5/issues/3644>I have requested 
an alias for the subfilter operator so you could write;
<$list-links filter:"[filter<output-filter>">>


Regards
Tony


On Saturday, December 15, 2018 at 3:42:09 AM UTC+11, bimlas wrote:
>
> @Mark:
>
> I understand what you think and agree, the <$set> is a good solution - 
> just found for a couple of hours ago, I used <$vars> earlier, but it was 
> not able to store the filter output.
>
> <$set name="output" filter="[tag[Filter Operators]first[5]]"> 
>  
> Text of variable: <$text text=<<output>>/> 
>  
> List of titles: <$macrocall $name="list-links" filter=<<output>>/> 
>  
> </$set>
>
> @Jeremy:
>
> I understand, so the issue it's not the use of <$ wikify>, but it's 
> unanticipated consequences. Thanks!
>
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e115ddbf-5a0b-406f-ab7c-c0c390a82ea0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to