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/5bb2ea21-3834-44ed-9d4e-d99a5de728bfn%40googlegroups.com.

Reply via email to