I have a case where %0 is been replaced with the Current tiddler name
when I don't want it to be;

Can anyone please assist me ?

I have a new Tiddler Macro
<newTiddler
   label:"workTask"
   title:"Work Task"
   text:{{store.getTiddlerText(".newTaskContent")}}
   tag:".task"
   tag:":work"
   template:.taskEditNewTemplate>>

where tiddler .newTaskContent

contains
<<wikify "%0" "l...@here">>

The Intention is for it to display the wikified content of the link
filed of the new tiddler. However when the new tiddler is created the
%0 is replaced with the title "Work Task";
eg;

<<wikify "Work Task" "l...@here">>

so of course it will not display the content of the link field.
and of course I rename the tiddler "Work Task" to "another tasks name"
after that.

This feature would be useful in other cases but I am not sure how to
get around it. Is the newtiddler macro doing the wikification ?

Thanks for considering this.

TonyM
--~--~---------~--~----~------------~-------~--~----~
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