Greetings -- I am working with a set of tiddlers that are related / associated with each other. I have a primary tiddler, and then a macro that allows me to create additional tiddlers whose title contains an additional word plus the title of the original tiddler, and whose tags contain both parts of the title. This is done using a macro:
\define newtitlemacro() $(policy-title)$ $(bullet-title)$ \define newtitletags() [[$(policy-title)$]] [[$(bullet-title)$]] \define makebullet(bullet-title) <$vars bullet-title=$bullet-title$ policy-title={{!!title}}> <$button class="tc-btn-invisible tc-tiddlylink"> <$action-setfield $tiddler=<<newtitlemacro>> tiddler-type="policy-bullet" from-policy=<<policy-title>> tags=<<newtitletags>>/> <$action-sendmessage $message="tm-edit-tiddler" $param=<<newtitlemacro>>/> <<newtitlemacro>> </$button> </$vars> \end This works well enough for me now. The challenge comes when I want to change the name of the "primary" tiddler. I nicely get this message: *Update [[primary tiddler name]] in the tags and list fields of other tiddlers* My question: how can I change the *title* field of other tiddlers as well as the *tags *and *list* fields? Thanks! //steve. -- 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/944e1389-2844-4747-abaa-3e393109e099%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.