I have a tiddler with a new tiddler macro:

<<newTiddler tag:"ProblemsList" label:"add problem" title:"input short
description of problem here" text:{{store.getTiddlerText
("ProblemTemplateWith")}}>>

and the text at ProblemTemplateWith is
<<tiddler ProblemTemplate2 with: '<<view title>>'>>, but it doesn't
work

I also tried:
<<tiddler ProblemTemplate2 with: "{{tiddler.title}}">>, but that
doesn't work either

I need the new tiddler to have reference to its own title, so for
example I'd have a tiddler titled "right shoulder pain" and the text
would be:
<<tiddler ProblemTemplate2 with: "right shoulder pain">>, or some way
of getting the tiddler macro to automatically use its own title in the
"with" portion.


Does anyone have any ideas?
Thanks,
Dave Parker
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to TiddlyWiki@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