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.

