I’m trying to build a tagging system for our app.
Basically, I want every mention (every word beginning with an ‘@’ symbol) to be a link taking the user to the mentioned user’s profile page.
I’m having a hard time figuring out how to do this on Bubble. With the find and replace method you can only replace text with text, right?
In this case, I would like to replace text with the exact same text content but as hypertext. For example, replacing @Harri with @Harri but as a link, not plain text. But I don’t think this can be done with find and replace? I also only want the individual mentions to be links and not the entire comment itself.
Any idea how to go about doing this? Or is there a simpler solution?