Hi,

Read this: https://tiddlywiki.com/#WidgetMessage%3A%20tm-rename-tiddler ... 
especially the "renameInxxx" parameters.

try: 

\define actions()
<$action-sendmessage $message="tm-rename-tiddler" from=<<currentTiddler>> 
to={{{ [{!!book-title}addsuffix[ - ]addsuffix{!!author}] }}} />
\end

<$list filter=[all[current]tag[book]]>

|Book title|<$edit-text field=book-title />|
|Author|<$edit-text field=author />|

<$button actions=<<actions>>>click</$button>
</$list>

-mario

-- 
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/01d65d1d-b1ab-431e-8a1b-376576149a07n%40googlegroups.com.

Reply via email to