Hi MagoArcade

Here's one attempt. It looks like there's a bit of duplication but maybe that's 
how you need it. Other forum users will almost certainly have better solutions 
but this might work for you.

!Add Task
--------------
Task Name: <$edit-text tiddler="NewTask" field=NewTask tag="input" default="New 
Task" class='tc-edit-texteditor' placeholder='New Task'/>


Brief Description: <$edit-text tiddler="NewTask" field="BriefDesc" tag="input" 
default="no-one" class='tc-edit-texteditor' placeholder=''/>


Asigned to: <$edit-text tiddler="NewTask" field="AssignedTo" tag="input" 
default="no-one" class='tc-edit-texteditor' placeholder='no-one'/>


<$button>New Task


<$action-setfield $tiddler='_templateTask' $field='NewTask' 
$value={{NewTask!!NewTask}}/>

<$action-setfield $tiddler='_templateTask' $field='caption' 
$value={{NewTask!!NewTask}}/>


<$action-setfield $tiddler='_templateTask' $field='BriefDesc' 
$value={{NewTask!!BriefDesc}}/>

<$action-setfield $tiddler='_templateTask' $field='tmap.id' $value={{{ 
[[]make[%uuid%]] }}} />

<$action-setfield $tiddler='_templateTask' $field='AssignedTo' 
$value={{NewTask!!AssignedTo}} /> 



<$action-createtiddler $basetitle={{_templateTask!!NewTask}} 
$savetitle=tasksavetitle BriefDesc={{_templateTask!!BriefDesc}} 
AssignedTo={{_templateTask!!AssignedTo}} caption={{_templateTask!!caption}} 
tmap.id={{_templateTask!!tmap.id}}  />

<$action-setfield $tiddler=NewTask NewTask=''/>
<$action-setfield $tiddler=NewTask caption=''/>
<$action-setfield $tiddler=NewTask AssignedTo=''/>
<$action-setfield $tiddler=NewTask BriefDesc=''/>
<$action-setfield $tiddler=_templateTask NewTask=''/>
<$action-setfield $tiddler=_templateTask AssignedTo=''/>
<$action-setfield $tiddler=_templateTask BriefDesc=''/>
<$action-setfield $tiddler=_templateTask caption=''/>
<$action-setfield $tiddler=_templateTask tmap.id=''/> 

<$action-navigate $to={{tasksavetitle}}/>
</$button>
<br>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c650ba3b-81b7-4d3e-9f9b-f8a0e4988dd3%40googlegroups.com.

Reply via email to