Thanks for reply! I'll look closer at your answer, but for now just to clarify my point about if it is possible to avoid having to use wikify (e.g by having it "built in" instead?).
Compare this... \define tot_words() <$wikfiy name=wpt text=<<words_per_tid>> > <$wikfiy name=not text=<<nr_of_tids>> > <$macrocall $name="rpn" a=<<wpt>> b=<<not>> operation="*" /> </$wikify> </$wikify> \end Total words in my wikis: <$wikify name=tw text=<<tot_words>>> <$macrocall $name="rpn" a=<<tw>> b="10" operation="*"/> </$wikify> ...compared to... \define tot_words() <$macrocall $name="rpn" a=<<words_per_tid>> b=<< nr_of_tids>> operation="*" /> Total words in my wikis: <$macrocall $name="rpn" a=<<tot_words>> b="10" operation="*"/> Forcing to use surrounding stuff quickly adds up when there are a few steps in the calculations. I have no idea how you've made rpn but maybe it's possible to make a and b pass a wikify filter automatially? <:-) -- 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/39fe2a8c-73cf-4391-884e-58571bba53e8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

