Awesome.

If that does the trick for what you are trying to do, then what you are 
doing is obviously cool because, dude, it's TiddlyWiki.

Rock'n roll !!!



On Tuesday, November 8, 2022 at 9:48:58 PM UTC-4 James wrote:

> 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/509150ee-9f4c-4037-be70-9f4e6ef64705n%40googlegroups.com.

Reply via email to