On Sunday, November 3, 2019 at 11:27:24 PM UTC+1, TonyM wrote: ... > capture the full path to a tiddler while generating a toc.
This should be done using nested variables. There are several advantages that come with it. Pushing values onto a stack from multiple datasets then computing the > average, min max etc.. > I think, that's an argument. ... So "the stack <https://en.wikipedia.org/wiki/Stack_(abstract_data_type)>" can be created once and used several times. ... Some _pseudo code_ may look like: \define stack-1() <$list filter="[tag[text]]"> <$push name="stack-1" value={{!!value}}/> </$list> {{{[<stack-1>] +[sum[]]}}} {{{[<stack-1>] +[maxall[]]}}} <$clear name="statck-1"/> or something like this. -- 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/f711fee8-5cd3-4c4d-b013-da65ec536f3d%40googlegroups.com.

