Thanks Watt. In the end I went for another approach, leveraging a single,
temporary tiddler; populating all fields from action-createtiddler
(avoiding all that clumsy action-navigate stuff) and seems to work OK:
!Add Task
--------------
Task Name: <$edit-text tiddler="$:/_opTaskStore" field="taskname" tag=
"input" default="" class='tc-edit-texteditor' placeholder='Type a new task
name here'/>
Brief Description: <$edit-text tiddler="$:/_opTaskStore" field="description"
tag="input" default="" class='tc-edit-texteditor' placeholder='Brief
descirption and Board title'/>
Map name: <$edit-text tiddler="$:/_opTaskStore" field="caption" tag="input"
default={{$:/_opTaskStore!!taskname}} class='tc-edit-texteditor'
placeholder='Task name as will appear on map'/>
Asigned to: <$edit-text tiddler="$:/_opTaskStore" field="assignedto" tag=
"input" default="" class='tc-edit-texteditor' placeholder='no-one'/>
<$button>New Task
<$action-createtiddler $basetitle={{$:/_opTaskStore!!taskname}}
shorttext={{$:/_opTaskStore!!description}} tmap.id={{{ [[]make[%uuid%]] }}}
assignedto={{$:/_opTaskStore!!assignedto}} caption={{$:/_opTaskStore!!
caption}} />
<$action-deletetiddler $tiddler="$:/_opTaskStore"/>
</$button>
--
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/c78ec852-72e1-4b10-9e14-322db3baa6b4%40googlegroups.com.