Hi,

Jed, I had a look at your example, but I am not sure that it is relevant to 
my case. Below is the code that am having problems with. It is a tiddler 
that creates a new lexeme entry.

\define def_tags() $(oldtags)$ $(newtags)$
\define def_text() $(newtext)$ $(oldtext)$
\define main(skeleton:"$:/_skl/lexeme",table:"$:/_tbl/lexeme")
<$set name="oldtags" value={{$skeleton$!!tags}}>
<$set name="oldtext" value={{$skeleton$!!text}}>
<$transclude tiddler="$table$" mode="block"/>

<$set name="antonym" value={{!!antonym}}>
<$set name="category" value={{!!category}}>
<$set name="language" value={{!!language}}>
<$set name="title" value={{!!newtitle}}>
<$set name="synonym" value={{!!synonym}}>
<$set name="newtags" value={{!!tags}}>
<$set name="newtext" value={{!!text}}>
<$set name="tags" value=<<def_tags>>>
<$set name="text" value=<<def_text>>>
<$button>
<$action-setfield antonym="" category="" language="" newtitle="" synonym="" 
tags="" text=""/>
<$action-setfield $tiddler="$skeleton$" $field="title" 
$value=<<title>>/><$action-setfield $tiddler=<<title>> antonym=<<antonym>> 
category=<<category>> language=<<language>> synonym=<<synonym>> 
tags=<<tags>> text=<<text>>/>
<$action-navigate $to=<<title>>/>
Create</$button>
</$set></$set></$set></$set></$set></$set></$set></$set></$set></$set></$set>
\end
<$tiddler tiddler="$:/temp/new/lexeme"><<main>></$tiddler>

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to