Than kyou guys for all your help, I am so close to having it working.
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 general layout
part but I refresh all I get is "<>" on the page and nothing else.
Am I doing something wrong or is it simply an issue with my file?Again thank you for all your help, you guys know what your talking about! Cheers! On Nov 30, 2:01 pm, Måns <[email protected]> wrote: > Hi Eric > > > > If you don't use TiddlySpace, --- > > Is still a fact - it's the {{tiddler.title}} thing which doesn't work > on tiddlyspace... > > > You can eliminate the parameter substitution using <<tiddler>> macro > > by putting the evaluated parameter directly in the <<newJournal>> > > macro, like this: > > > <<newJournal label:"newJournalHere" title:{{tiddler.title+" - YYYY.0MM. > > 0DD at 0hh:0mm:0ss"}} tag:"journal">> > > Great :-) It simplifies things a lot - Thanks. > I tried sth like <<newJournal label:"newJournalHere" title: > {{tiddler.title}}" - YYYY.0MM. 0DD at 0hh:0mm:0ss" tag:"journal">> > which gave me an extra tag (tiddler.title) instead of inclusion of > tiddler.title in the new tiddler title.. > > Cheers Måns Mårtensson -- 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.

