On Friday, September 15, 2017 at 9:36:07 AM UTC+2, Jeremy Ruston wrote:
>
> However, there is now another way that can be convenient:
>
> <$set name="wikifyTest" value={{{ [<currentTiddler>addsuffix[/data]] }}}>
>

IMO the performance of this filter depends on the number of tiddlers. ... 

While parsing the following code has a constant performance.

\define xx(suffix)
$(currentTiddler)$$suffix$
\end

<$set name="wikifyTest" value=<<xx "/data">> >
<<wikifyTest>>
</$set>


 just some thoughts. 

-mario

-- 
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 post to this group, send email to [email protected].
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/457acb1a-0399-4cce-895e-cc393facee64%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to