Thank you very much Mario! I think a button may make more sense anyway, but 
am I right to assume that it is not (easily) possible to have the title 
automatically update as I type?
On Tuesday, 27 April 2021 at 21:05:11 UTC+1 PMario wrote:

> 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/46661d02-2a56-47e3-961f-2ee5679a1c87n%40googlegroups.com.

Reply via email to