Thanks c pa, I was thinking whether it's possible to perform the action prior to opening the exercise tiddler; however I use filters to search the exercises and generate the links through the list widget.
I think the solution you suggested would only work with static links to tiddlers, is that right? Is there a way that your solution could be used with dynamic links generated using filters? On Wednesday, 20 July 2016 01:12:09 UTC+10, c pa wrote: > > Robert, > > You can do this if the user is opening the exercise tiddler from a button > rather than a link. This means that in your index of exercises, rather than > > [[exercise name]] or <$link to="exercise name"> Exercise name</$link> > > Use > > <$button to="exercise name"> > exercise name > <$action-setfield $tiddler="$:/state/whatever" text=""/> > </$button> > > > -- 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/c4c1c6b6-ba92-4575-bc7b-4cf06af6dfb9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

