> If you don't use TiddlySpace, you can create a tiddler i.e
> [[NewJournalHere]]
> <<tiddler NewJournalHere##SHOW with: {{tiddler.title}}>>/%
> !SHOW
> <<newJournal label:"newJournalHere"title: "$1 - YYYY.0MM.0DD at 0hh:
> 0mm:0ss" tag:"journal">>
> !END%/
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">>
enjoy,
-e
--
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.