I use a button to create task tiddlers. It uses a TaskSkeleton to create consistently formatted tiddlers. I want to add a button to the skeleton which would create a new task, tagged with the current task, which would also use the TaskSkeleton. The "new here" button just creates a new empty tiddler, and it's only accessible in view mode.
I think it's just a case of making a new task creation button, based on the current one. Here's TaskButton: <$let tag1="journal" text=""> <$newtiddler title=<<dateTime 'YYYY 0MM 0DD ddd hh:mm:ss'>> skeleton="TaskSkeleton" edit="yes">Create Task "<<dateTime 'YYYY 0MM 0DD ddd hh:mm:ss'>>"</$newtiddler> </$let> What could I add to that to tag the new task with the tiddler that displayed this 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 http://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/5d974d4e-58a6-46d4-a04d-4c955ac3c76a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

