I want to add some custom fields to the journal tiddler.
Without luck, I tried to add the field *exercise=""* to the *
$:/core/ui/Actions/new-journal* like this
<$vars journalTitleTemplate={{$:/config/NewJournal/Title}}
journalTags={{$:/config/NewJournal/Tags}}
journalText={{$:/config/NewJournal/Text}} >
<$wikify name="journalTitle" text="""<$macrocall $name="now" format=<
<journalTitleTemplate>>/>""">
<$reveal type="nomatch" state=<<journalTitle>> text="">
<$action-sendmessage $message="tm-new-tiddler" title=<<journalTitle>> tags=<
<journalTags>> exercise="" text={{{ [<journalTitle>get[]] }}}/>
</$reveal>
<$reveal type="match" state=<<journalTitle>> text="">
!! <$action-sendmessage $message="tm-new-tiddler" title=<<journalTitle>>
tags=<<journalTags>> exercise="" text=<<journalText>>/>
</$reveal>
</$wikify>
</$vars>
am I editing the right tiddler?
thanks
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/4e4692ef-8553-4130-a773-c514a84ab475%40googlegroups.com.