Hello

I have a macro that eventually return this string

<strong>Likes</strong><hr/>
<<list-links filter:"[tag[Like]] +[tag[Mission Statement]] 
+[!has[draft.of]]" type:"div" subtype:"div" >>


<$keyboard key="enter" actions="""
        <$action-createtiddler
        $basetitle={{$/tmp!!new_Mission_Statement_Likes}}
        $savetitle="!!justCreated"
        tags="[[Like]] [[Mission Statement]]"
        />
        <$action-setfield $tiddler="$/tmp" 
$field="new_Mission_Statement_Likes" $value="ciccio"/>""">
    <$edit-text tiddler="$/tmp" field="new_Mission_Statement_Likes" 
type="text" size="40" placeholder="enter a new Likes here" 
default="ciccio"/> 
</$keyboard>

I would expect that the *$edit-text* has a default value "*ciccio*" and 
than when you press enter, the list is populated and the "*ciccio*" appear 
again in the text field. Instead it is empty. 

Any ideas ?

thanks


-- 
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/cd99d4aa-ca8c-4928-baac-9875ac9d79d2%40googlegroups.com.

Reply via email to