Thank you! It's awesome!
On Tuesday, 8 November 2022 at 12:55:47 UTC+8 [email protected] wrote:
> G'day,
>
> Starting with the basics:
>
> ```
> <$button message="tm-new-tiddler" param="Profile -">New Task</$button>
> ```
>
> Assuming that <<Name>> gives you the result you want, then:
>
> ```
> <$button message="tm-new-tiddler" param={{{ [[Profile - ]addsuffix<Name>]
> }}}> New Task</$button>
> ```
>
> On Monday, November 7, 2022 at 7:50:25 PM UTC-4 James wrote:
>
>> hi all experts in TW,
>>
>> I attempted to have a button which will create a new tiddler with a
>> custom tiddler title (e.g. "Profile - <Name>") when user click on the it.
>>
>> I tried many ways, such as create a macro to concatenate the text of
>> "Profile - " and the text on the name field. But, it did not work as I
>> expected.
>>
>> Can anyone provide me an advice on how to combine/merge two strings into
>> one?
>>
>> Thanks a lot.
>>
>
--
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/c0cfd69a-cb13-4294-bda0-7b9ca3319790n%40googlegroups.com.