Hi,
Is is possible to incorporate a create new tiddler action with a select widget
so if i have something like this ,
Status <$select
field=“status”…>
how can i make one of the choices trigger this
</$select>
<$action-createtiddler $basetitle=“test” >
</$action-createtiddler>
I found an example on the tiddlywiki website, but a bit more advanced to be used for assigning different tags to a particular tiddler depending on the choice you make in the drop down
but what i need is much simpler , and not sure if its the same thing ,so is it even possible?