> So i have a tiddler named "newJournalHere" and all it contains is the
> code: "<<newJournal label:"newJournalHere" title:{{tiddler.title+" -
> YYYY.0MM.0DD"}} tag:{{tiddler.title}}>>"
> now in the viewtemplate section (MPTW template file_ I have tried
> adding [[newJournalHere]] to the toolbar part and the

You can actually invoke the macro directly from the ViewTemplate,
without using ANY extra tiddler, like this:

<span macro="newJournal
   label:'newJournalHere'
   title:{{tiddler.title+' - YYYY.0MM.0DD'}}
   tag:{{tiddler.title}}">
</span>

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

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

Reply via email to