Hi!
That was a toil...
The esult is quite different from my startingpoint. If anyone is interested...
VoilĂ :

\define createFilmlist()
<$set name="myFilms" filter="[list[$:/StoryList]tag[Film]]" >
<$button>{{$:/core/images/save-button}} speichern <$action-setfield $tiddler="$(listeneu)$" $field="film" $value=<<myFilms>> tags="clip" text="<<clip>>" clip=""/>
<$action-sendmessage $message="tm-notify" $param="StorySaved"/>
</$button>
</$set>
\end

Titel:<span title="Enter a Name"><$edit-text tiddler="Filmliste" tag="input" field="titel" default="Geben Sie einen Titel ein!"/></span>
<$set name="listeneu" value={{Filmliste!!titel}}>
<<createFilmlist>>
</$set>

cheers jan

Am 27.06.2016 um 16:41 schrieb Jan:
Hello I want to create a button which automatically creates a new tiddler as a child of

<$list filter="[all[current]tag[Film]]">
<$button>
<$action-sendmessage $message="tm-new-tiddler" title="Set a new title!" tags="clip" source={{!!title}} />
Add a new child
</$button>
</$list>

--
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5771C962.3020809%40googlemail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to