Hi all,

I tried to modify Skeeve's ContactDB to create a Journal. Following is the 
code


<$edit-text tiddler="$:/temp/JournalEdit1" tag="input" type="text"/> <$set 
name="tags1" value="Journal"><$newtiddler title={{$:/temp/JournalEdit1}} 
skeleton="journalSkeleton" edit="no" class=<<tv-config-toolbar-class>
>>{{$:/core/images/new-button}}</$newtiddler></$set>
 
<ul><$list filter="[tag[Journal]sort[title]]"><li>{{!!title||journalEntry}}
</li></$list></ul>

I have the journalEntry similar to personEntry from Skeeve's TW5Magic. 
<http://tw5magick.tiddlyspot.com/>

\define editbutton()
<span title="edit details"><$button set="$:/temp/JournalEdit1" setTo={{!!
title}} class=<<tv-config-toolbar-class>>>
<$action-setfield date=<<now "0DD-MMM">>/>    
<$action-setfield time=<<now "0hh:0mm">>/>    
<$action-setfield month=<<now "MMM">>/>    
{{$:/_images/_completed}}
</$button>
</span>
\end

\define editfield()
<$reveal state="$:/temp/JournalEdit1" text={{!!title}} type="match">
{{!!title||journalEntry}}
<$button set="$:/temp/JournalEdit1" setTo="" class=<<tv-config-toolbar-class
>>>
{{$:/core/images/done-button}}
</$button>&nbsp;
<$button param={{$:/temp/JournalEdit1}} message="tm-delete-tiddler" class=<<
tv-config-toolbar-class>>>{{$:/core/images/delete-button}}</$button></
$reveal>
\end

<$link><$view field="title"/></$link> <<editbutton>> <<editfield>>

When using both I am getting "Recursive transclusion error in transclude 
widget"

(Screenshot attached )

Is there something I am missing here?

Regards
Shash

-- 
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 post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/67e63e79-8701-4f89-8465-e01c2030726d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to