Background: In a TW application I have running, I use
'context.inTiddler' to build a list of tiddlers with the date-time
format of '2010-08-06_09.03.44' where the tiddler containing the macro
is titled with the date in the form '2010-08-06'.
This allows me to just copy the whole tiddler to a new date (the
title) without changing the contents.
My employer now wants me to keep a time allocation tiddler for each
date. For now, I am using tiddlers of the form '2010-08-06TimeAlloc'
and I'm referencing them in the main date listing tiddler using their
title.  The problem is I'm back to modifying a line within the tiddler
after I copy it from the previous date.
Question:I'm trying to build a link with the following structure
       context.inTiddler concatenated to the string 'TimeAlloc'
Would it be like '[[' + context.inTiddler + 'TimeAlloc]]' and how do I
get to appear as a link?

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to