Is there a way to only make part of a text clickable or seperate actions when clicked?

This means the regex needs tweaking, at the moment it is matching too much, so that you have a list of one item. Try something like: #\w+

Edit …

For making links in the text with BB, I used the rich text editor to come up with an example.
:find & replace
regular expression: @(\w+)
replace with:
[color=#0000ff][url=https://myapp.example.com/user?uid=$1]@$1[/url][/color]

To make @mary and @barney links.

6 Likes