I am creating tiddlers to track my tasks using published examples as a 
starting point. For my tasks, I have added a field named "reference" which 
contains a value that references an external help desk system. To make it 
easier to create new task tiddlers I have created a tiddler named "Task 
Template" to use as a template for new tasks. The template includes a line 
to show the value of the "reference" field as follows:

{{!!reference}}

I was hoping to incorporate the "Task Template" into new tasks by using 
transclusion. To create a new task I am doing this:

1. Create tiddler for the new task
2. Add field "reference" with appropriate value
3. Edit tiddler text to transclude the template is a follows:

{{Task Template}}
<hr>

The issue I am having is the value of the "reference" field that is 
displayed in the new task tiddler is coming from the "Task Template" 
tiddler and not from the "current" tiddler.

Would it be possible to revise the template so it would instead display the 
"reference" field value in the tiddler it is transcluded in?

Thank you.




-- 
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/cf342bdc-0546-4438-918f-e753d5946e4b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to