Hi Dimity and Tobias If you want to tag new tiddler with current tiddlers title, I would take a look at $:/core/ui/Buttons/new-here and add other tags.
Birthe Den onsdag den 19. november 2014 10.42.16 UTC+1 skrev Tobias Beer: > > Hi Dmitry, > > >> 1. How to reference current tiddler in a tag list for a "tasks" item to >> exclude current "projects" tiddler from shown tags? >> > 2. How to reference current tiddler in action-sendmessage to make created >> "tasks" tiddler tagged with current "projects" tiddler? >> > > Try fiddling with the set widget (warning: pseudo-code!): > > <$list> > <$set name="project" value=currentTiddler>>> > <$list> > $project$ > </$list> > </$set> > </$list> > > Please report back on your final solution. > > Best wishes, Tobias. > -- 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 http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

